diff options
Diffstat (limited to 'themes/catppuccin/frappe.nix')
-rw-r--r-- | themes/catppuccin/frappe.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/catppuccin/frappe.nix b/themes/catppuccin/frappe.nix index 9b2c006..5312418 100644 --- a/themes/catppuccin/frappe.nix +++ b/themes/catppuccin/frappe.nix @@ -2,14 +2,12 @@ rec { name = "Catppuccin Frappe"; author = "https://github.com/catppuccin/catppuccin"; - fg = "c6d0f5"; - bg = "303446"; + text = "c6d0f5"; + subtext = "b5bfe2"; - surface.fg = fg; - surface.bg = "414559"; - - hover.fg = fg; - hover.bg = "737994"; + base = "303446"; + surface = "414559"; + overlay = "737994"; primary = normal.blue; success = normal.green; @@ -25,6 +23,7 @@ rec { magenta = "f4b8e4"; cyan = "81c8be"; white = "b5bfe2"; + orange = "ef9f76"; }; bright = { @@ -36,5 +35,6 @@ rec { magenta = "f4b8e4"; cyan = "81c8be"; white = "a5adce"; + orange = "ef9f76"; }; } |