summaryrefslogtreecommitdiff
path: root/nix/themes/catppuccin/macchiato.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-17 21:57:53 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-17 21:57:53 -0400
commite0f2eb724245e02cb247b644f0947261d8665318 (patch)
tree13f929df40059d37165cbe46be95a6404a1bbecb /nix/themes/catppuccin/macchiato.nix
parentrefactor styles to new color scheme basis (diff)
downloaddotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.gz
dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.tar.bz2
dotfiles-nix-e0f2eb724245e02cb247b644f0947261d8665318.zip
remove nix dir and move out all sub modules
Diffstat (limited to 'nix/themes/catppuccin/macchiato.nix')
-rw-r--r--nix/themes/catppuccin/macchiato.nix40
1 files changed, 0 insertions, 40 deletions
diff --git a/nix/themes/catppuccin/macchiato.nix b/nix/themes/catppuccin/macchiato.nix
deleted file mode 100644
index e069a93..0000000
--- a/nix/themes/catppuccin/macchiato.nix
+++ /dev/null
@@ -1,40 +0,0 @@
-rec {
- name = "Catppuccin Macchiato";
- author = "https://github.com/catppuccin/catppuccin";
-
- fg = "cad3f5";
- bg = "1e1e2e";
-
- surface.fg = fg;
- surface.bg = "313244";
-
- hover.fg = fg;
- hover.bg = "24273a";
-
- primary = normal.blue;
- success = normal.green;
- warning = normal.yellow;
- error = normal.red;
-
- normal = {
- black = "494d64";
- red = "ed8796";
- green = "a6da95";
- yellow = "eed49f";
- blue = "8aadf4";
- magenta = "f5bde6";
- cyan = "8bd5ca";
- white = "b8c0e0";
- };
-
- bright = {
- black = "5b6078";
- red = "ed8796";
- green = "a6da95";
- yellow = "eed49f";
- blue = "8aadf4";
- magenta = "f5bde6";
- cyan = "8bd5ca";
- white = "a5adcb";
- };
-}