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/latte.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/latte.nix')
-rw-r--r-- | themes/catppuccin/latte.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/catppuccin/latte.nix b/themes/catppuccin/latte.nix index 0378da8..0ac5185 100644 --- a/themes/catppuccin/latte.nix +++ b/themes/catppuccin/latte.nix @@ -2,14 +2,12 @@ rec { name = "Catppuccin Latte"; author = "https://github.com/catppuccin/catppuccin"; - fg = "4c4f69"; - bg = "eff1f5"; + text = "4c4f69"; + subtext = "5c5f77"; - surface.fg = fg; - surface.bg = "ccd0da"; - - hover.fg = fg; - hover.bg = "9ca0b0"; + base = "eff1f5"; + surface = "ccd0da"; + overlay = "9ca0b0"; primary = normal.blue; success = normal.green; @@ -25,6 +23,7 @@ rec { magenta = "ea76cb"; cyan = "179299"; white = "5c5f77"; + orange = "fe640b"; }; bright = { @@ -36,5 +35,6 @@ rec { magenta = "ea76cb"; cyan = "179299"; white = "6c6f85"; + orange = "fe640b"; }; } |