summaryrefslogtreecommitdiff
path: root/modules/themes/catppuccin/mocha.nix
diff options
context:
space:
mode:
authorfreya <Freya Murphy>2025-01-21 02:43:35 +0000
committerFreya Murphy <freya@freyacat.org>2025-01-21 02:45:29 +0000
commit05ea082c5fed25655e59ed7851c0cd53b0624b35 (patch)
tree87390bf699e04027f042ccfc10743a42bf768788 /modules/themes/catppuccin/mocha.nix
downloaddotfiles-nix-05ea082c5fed25655e59ed7851c0cd53b0624b35.tar.gz
dotfiles-nix-05ea082c5fed25655e59ed7851c0cd53b0624b35.tar.bz2
dotfiles-nix-05ea082c5fed25655e59ed7851c0cd53b0624b35.zip
initial
Diffstat (limited to 'modules/themes/catppuccin/mocha.nix')
-rw-r--r--modules/themes/catppuccin/mocha.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/themes/catppuccin/mocha.nix b/modules/themes/catppuccin/mocha.nix
new file mode 100644
index 0000000..950bf3c
--- /dev/null
+++ b/modules/themes/catppuccin/mocha.nix
@@ -0,0 +1,21 @@
+{
+ name = "Catppuccin Mocha";
+ author = "https://github.com/catppuccin/catppuccin";
+
+ base00 = "1e1e2e"; # base
+ base01 = "181825"; # mantle
+ base02 = "313244"; # surface0
+ base03 = "45475a"; # surface1
+ base04 = "585b70"; # surface2
+ base05 = "cdd6f4"; # text
+ base06 = "f5e0dc"; # rosewater
+ base07 = "b4befe"; # lavender
+ base08 = "f38ba8"; # red
+ base09 = "fab387"; # peach
+ base0A = "f9e2af"; # yellow
+ base0B = "a6e3a1"; # green
+ base0C = "94e2d5"; # teal
+ base0D = "89b4fa"; # blue
+ base0E = "f5c2e7"; # pink
+ base0F = "f2cdcd"; # flamingo
+}