summaryrefslogtreecommitdiff
path: root/themes/catppuccin/mocha.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-17 22:08:20 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-17 22:08:20 -0400
commit640476ab01c501bbaa5b7854b561201bfe40d2ea (patch)
tree1516ebdda1180a910c4a7ff2e870058a936297e1 /themes/catppuccin/mocha.nix
parentadd formatter (diff)
downloaddotfiles-nix-640476ab01c501bbaa5b7854b561201bfe40d2ea.tar.gz
dotfiles-nix-640476ab01c501bbaa5b7854b561201bfe40d2ea.tar.bz2
dotfiles-nix-640476ab01c501bbaa5b7854b561201bfe40d2ea.zip
fmt
Diffstat (limited to 'themes/catppuccin/mocha.nix')
-rw-r--r--themes/catppuccin/mocha.nix64
1 files changed, 32 insertions, 32 deletions
diff --git a/themes/catppuccin/mocha.nix b/themes/catppuccin/mocha.nix
index 84cb6ef..3115d00 100644
--- a/themes/catppuccin/mocha.nix
+++ b/themes/catppuccin/mocha.nix
@@ -1,40 +1,40 @@
rec {
- name = "Catppuccin Mocha";
- author = "https://github.com/catppuccin/catppuccin";
+ name = "Catppuccin Mocha";
+ author = "https://github.com/catppuccin/catppuccin";
- fg = "cdd6f4";
- bg = "1e1e2e";
+ fg = "cdd6f4";
+ bg = "1e1e2e";
- surface.fg = fg;
- surface.bg = "313244";
+ surface.fg = fg;
+ surface.bg = "313244";
- hover.fg = fg;
- hover.bg = "6c7086";
+ hover.fg = fg;
+ hover.bg = "6c7086";
- primary = normal.blue;
- success = normal.green;
- warning = normal.yellow;
- error = normal.red;
+ primary = normal.blue;
+ success = normal.green;
+ warning = normal.yellow;
+ error = normal.red;
- normal = {
- black = "45475a";
- red = "f38ba8";
- green = "a6e3a1";
- yellow = "f9e2af";
- blue = "89b4fa";
- magenta = "ca9ee6";
- cyan = "94e2d5";
- white = "bac2de";
- };
+ normal = {
+ black = "45475a";
+ red = "f38ba8";
+ green = "a6e3a1";
+ yellow = "f9e2af";
+ blue = "89b4fa";
+ magenta = "ca9ee6";
+ cyan = "94e2d5";
+ white = "bac2de";
+ };
- bright = {
- black = "585b70";
- red = "f38ba8";
- green = "a6e3a1";
- yellow = "f9e2af";
- blue = "89b4fa";
- magenta = "ca9ee6";
- cyan = "94e2d5";
- white = "a6adc8";
- };
+ bright = {
+ black = "585b70";
+ red = "f38ba8";
+ green = "a6e3a1";
+ yellow = "f9e2af";
+ blue = "89b4fa";
+ magenta = "ca9ee6";
+ cyan = "94e2d5";
+ white = "a6adc8";
+ };
}