diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 11:12:06 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 11:12:06 -0400 |
commit | 80d32cb32a631e495d3a19d714a9acfd5aec9833 (patch) | |
tree | ebad46c5cb14559edda63d82702ffbd35e744d6f /themes/catppuccin/mocha.nix | |
parent | add alacritty (diff) | |
download | dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.tar.gz dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.tar.bz2 dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.zip |
update colorschemes
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"; }; } |