From 80d32cb32a631e495d3a19d714a9acfd5aec9833 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 11:12:06 -0400 Subject: update colorschemes --- themes/catppuccin/mocha.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'themes/catppuccin/mocha.nix') 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"; }; } -- cgit v1.2.3-freya