diff options
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"; }; } |