Closed aciceri closed 1 month ago
Just noticed that the exact same thing is already done for fzf
here, in case my proposal is approved I would also refactor it to make it use the new centralized palette.
As you noticed, this is already possible with catppuccin.sources
. However as stated in https://github.com/catppuccin/nix/issues/96, this is not something I really want to do as we really shouldn't be pulling in the palette at all (we should be using the upstream port only), and hopefully one day we won't
This isn't considered stable functionality and is liable to break at any time; catppuccin.sources
is only meant to be written to, not read from by end users
How do you see a set of read only options containing the colors palette of the selected flavor and accent?
The thing I prefer of this project is that I can switch between mocha and latte simply changing one option and rebuilding the configuration (or even using specialisations) but what happens if I've some custom configurations where I want to specify colors from the theme directly?
For instance I use zjstatus (a configurable status bar for zellij) and I created my custom bar where I specify colors for the components like this:
but I would like to do something like
so that when I change
catppuccin.flavor
everything changes smoothly.It should be easy to implement, we could take the colors from here, since it's already a JSON it wouldn't require IFDs. I'm open to implement it myself.
cc @getchoo