-
The original Catppuccin project has 3 dark themes: Mocha, Frappe, Macciato. The collection of color themes for NvChad includes one of those themes - - Mocha. I understand that having different Catppuccin dark themes isn't really necessary in the NvChad collection because the only real difference between Mocha and Frappe is a different shade of background colour - - black and a little bit less black. Here is the source code for the NvChad implementation of Catppuccin. Notice line 6 says:
I believe this is the property I need to change. Altering that specific line isn't best practices. Best practices instead would involve writing a customization line inside To that end I resolved to changing my How do I lighten the black property to "#32324d"?
Below is a screenshot of my terminal showing NvChad and my |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
you cant lighten from the changed_themes table. use minty color picker to do so as that table expects hex colors only, unlike hl_override/add |
Beta Was this translation helpful? Give feedback.
-
Hi @siduck. You clarified:
My
For the black property, I move the cursor over the hex color value and then I pass the command: I am fairly certain this is the CSS property value I am trying to override: |
Beta Was this translation helpful? Give feedback.
-
@enoren5 oh my bad, base00 is for bg too, add that |
Beta Was this translation helpful? Give feedback.
-
Eureka! It works. Thank you @siduck. For the record for anyone else who this may help but also for me to refer back to at some point, here is my final working
|
Beta Was this translation helpful? Give feedback.
Eureka! It works. Thank you @siduck.
For the record for anyone else who this may help but also for me to refer back to at some point, here is my final working
chadrc.lua
: