ozwaldorf / carburetor

Carburetor - A functional and high contrast colorscheme inspired by IBM Carbon.
Creative Commons Zero v1.0 Universal
28 stars 1 forks source link

Add support for catppuccin-whiskers #2

Closed dacid44 closed 4 months ago

dacid44 commented 4 months ago

Catppuccin has a tool called whiskers which is used to generate the color scheme files for different programs. It accepts color overrides in the form of JSON, and I made a JSON file that works with it in order to make a Carburetor scheme for Zed. Would you like a PR with that file and documentation on how to use it?

dacid44 commented 4 months ago

One quirk is that for some reason I had to change any occurrence of ff in a channel for fe, whiskers panics for some reason if any color channel in the color overrides is ff.

Also, I see you just added a commit after being active for a while, just as I was working on this. Quite the coincidence!