summaryrefslogtreecommitdiff
path: root/nix/themes/catppuccin/frappe.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/themes/catppuccin/frappe.nix')
-rw-r--r--nix/themes/catppuccin/frappe.nix40
1 files changed, 0 insertions, 40 deletions
diff --git a/nix/themes/catppuccin/frappe.nix b/nix/themes/catppuccin/frappe.nix
deleted file mode 100644
index a917ba8..0000000
--- a/nix/themes/catppuccin/frappe.nix
+++ /dev/null
@@ -1,40 +0,0 @@
-rec {
- name = "Catppuccin Frappe";
- author = "https://github.com/catppuccin/catppuccin";
-
- fg = "c6d0f5";
- bg = "303446";
-
- surface.fg = fg;
- surface.bg = "414559";
-
- hover.fg = fg;
- hover.bg = "737994";
-
- primary = normal.blue;
- success = normal.green;
- warning = normal.yellow;
- error = normal.red;
-
- normal = {
- black = "51576d";
- red = "e78284";
- green = "a6d189";
- yellow = "e5c890";
- blue = "8caaee";
- magenta = "f4b8e4";
- cyan = "81c8be";
- white = "b5bfe2";
- };
-
- bright = {
- black = "626880";
- red = "e78284";
- green = "a6d189";
- yellow = "e5c890";
- blue = "8caaee";
- magenta = "f4b8e4";
- cyan = "81c8be";
- white = "a5adce";
- };
-}