-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Catppuccin Themes (v4) #562
Conversation
Just realized I made the same mistake as I did on the original pr with the light theme, fixing real quick |
I think the issue was that you set the Since this is one of the first light themes that doesn't use the default #FFF colors it might be a bit finicky so let me know here or on discord if there are any issues still. After this, I realized this was the only custom "light" theme and went to figure out how mantine handled this (so you wouldn't be wasting any time), and came up with this theme that seems to work and look good to me, although I'm not sure if I followed Catppuccin's guidelines {
"name": "Catppuccin Latte",
"colorScheme": "light",
"colors": {
"blue": [
"#FFFFFF",
"#3676f6",
"#0a57ee",
"#094ed6",
"#1d42f5",
"#1d54f5",
"#1d65f5",
"#1d77f5",
"#1d89f5",
"#1e66f5"
],
"gray": [
"#ccd0da",
"#ccd0da",
"#9ca0b0",
"#ccd0da",
"#acb0be",
"#bcc0cc",
"#5c5f77",
"#eff1f5",
"#e6e9ef",
"#dce0e8"
]
},
"white": "#eff1f5",
"primaryColor": "blue",
"mainBackgroundColor": "#e6e9ef"
} |
thanks @diced for information regarding this in my pr
This PR adds Catppuccin themes (the same ones from my previous v3 pr) to v4.