Git Product home page Git Product logo

Comments (3)

JamyGolden avatar JamyGolden commented on September 25, 2024

Hello 😄 What are you trying to do with this?

I'm wondering because if it's a good reason and the best way to do it is to expose the variables (I think there's probably an alternative to this), then we can consider exposing them.

from tinted-shell.

241m avatar 241m commented on September 25, 2024

For terminal emulators and code editors, or apps with complex theming, I'll clone its specific base16 repo (i.e. bae16-vim, base16-rofi, etc.) if it exists, which is fine.

But for certain types of small-ish programs, I think it's neater to just have a single repo, base16-shell (or base16-schemes?), and assign colors manually via shell scripts / aliases or config file. Because:

  1. I'm usually using just a few colors, not an entire scheme:
dmenu_run -nb "$COLOR00" -sb "$COLOR04"
[colors]
foreground = ${env:COLOR04}
background = ${env:COLOR00}

And if the program's config file doesn't allow env vars, I'm fine with copy+pasting it manually.

  1. When I'm in a "ricing" mindset, I tend to switch up and try out new programs, which might not have base16 templates. This makes it easier apply themes ad-hoc.

I acknowledge that this is just my personal way of doing things. Exposing the variables might be the simplest, non-invasive way to allow this that I can think of.

from tinted-shell.

JamyGolden avatar JamyGolden commented on September 25, 2024

Thanks! I've created a PR for (link above). Have a look at it and if there is something you think should be changed before it's merged then leave a comment :)

from tinted-shell.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.