diff options
Diffstat (limited to 'themes/catppuccin/mocha.nix')
-rw-r--r-- | themes/catppuccin/mocha.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/themes/catppuccin/mocha.nix b/themes/catppuccin/mocha.nix index 3115d00..2abcebb 100644 --- a/themes/catppuccin/mocha.nix +++ b/themes/catppuccin/mocha.nix @@ -2,14 +2,12 @@ rec { name = "Catppuccin Mocha"; author = "https://github.com/catppuccin/catppuccin"; - fg = "cdd6f4"; - bg = "1e1e2e"; + text = "cdd6f4"; + subtext = "bac2de"; - surface.fg = fg; - surface.bg = "313244"; - - hover.fg = fg; - hover.bg = "6c7086"; + base = "1e1e2e"; + surface = "313244"; + overlay = "6c7086"; primary = normal.blue; success = normal.green; @@ -25,6 +23,8 @@ rec { magenta = "ca9ee6"; cyan = "94e2d5"; white = "bac2de"; + pink = "f5c2e7"; + orange = "fab387"; }; bright = { @@ -36,5 +36,7 @@ rec { magenta = "ca9ee6"; cyan = "94e2d5"; white = "a6adc8"; + pink = "f5c2e7"; + orange = "fab387"; }; } |