You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I often find myself always tinkering my catpuccin color palettes, but at the same time I don't want to replace all of the default colors variant. It depends on the situation e.g. I am working on my low light room, I usually switch from mocha to frappe because frappe is more satisfying to work with. The problem is now I have my new color palettes for frappe, but I sometimes going back to my config to toggle them in order to get my default ones (again because I like it).
Describe the solution you'd like
I want a custom variant name to work with when i am focusing on work, rather then going back and forth to toggle my custom palettes. For example by simple calling vim.cmd("colorscheme catppuccin-custom1"),
Describe alternatives you've considered
I was thinking maybe you guys can provide some config similar to the following:
This is my custom config override for frappe variant, I like the color contrast sometimes, but I don't want to override the default palette because I like all of the default variants palette.
Anyway, thanks for a good work!. I've been using catppuccin since I started to switch to neovim couple months ago.
The text was updated successfully, but these errors were encountered:
I have been trying to do this on my own as well. So far I have done the following and hit a snag
In my config at lua/catppuccin/palettes/, I added files akin to the ones on this repo, lua files that just return a table of color definitions. (For my case, this is lua/catppuccin/palettes/gruvbox.lua
Added the file colors/catppuccin-gruvbox.vim that calls lua require("catppuccin").load 'gruvbox'
Hit a snag here, because the list of palettes are built-in at lua/catppuccin/init.lua without any ability to have a drop in file to have additional themes added in.
If this could be specified in the opts to the config, it would be great. Current overriding mechanism requires one to sacrifice one of the flavor options if I want to be able to use a different colorscheme but with all the catppuccin integrations still available.
Is your feature request related to a problem? Please describe.
I often find myself always tinkering my catpuccin color palettes, but at the same time I don't want to replace all of the default colors variant. It depends on the situation e.g. I am working on my low light room, I usually switch from mocha to frappe because frappe is more satisfying to work with. The problem is now I have my new color palettes for frappe, but I sometimes going back to my config to toggle them in order to get my default ones (again because I like it).
Describe the solution you'd like
I want a custom variant name to work with when i am focusing on work, rather then going back and forth to toggle my custom palettes. For example by simple calling
vim.cmd("colorscheme catppuccin-custom1")
,Describe alternatives you've considered
I was thinking maybe you guys can provide some config similar to the following:
Additional context
This is my custom config override for frappe variant, I like the color contrast sometimes, but I don't want to override the default palette because I like all of the default variants palette.
![image](https://private-user-images.githubusercontent.com/36059968/307587094-aed4d558-a880-41ae-9b81-a170761ce0ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODI5NTUsIm5iZiI6MTczOTM4MjY1NSwicGF0aCI6Ii8zNjA1OTk2OC8zMDc1ODcwOTQtYWVkNGQ1NTgtYTg4MC00MWFlLTliODEtYTE3MDc2MWNlMGVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE3NTA1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYzN2JmOWU2OTM4ZDYxZDAxYmE0Mzg4YTkxMmQyZmY2YjM1Mzc1OGE5NTkwYWUzYzQ1OTE4N2UxMTAwY2UzYzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.O4uSStJbS_j_1Jte8pxeTWW6nbgJ3CYOKtpBH7dxguM)
Anyway, thanks for a good work!. I've been using catppuccin since I started to switch to neovim couple months ago.
The text was updated successfully, but these errors were encountered: