diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 04:52:51 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:46 -0700 |
| commit | cf4129bb33d19e2e9a795058aa5db75a0aa9ce36 (patch) | |
| tree | b7803d06fcd22d01a86911250988c9aee8ee64a8 /snowfall/modules/home/desktop/theme/gruvbox.nix | |
| parent | eece25c38ae26bb0ad2503a637dd96f389a009b2 (diff) | |
migration: theme system
Diffstat (limited to 'snowfall/modules/home/desktop/theme/gruvbox.nix')
| -rw-r--r-- | snowfall/modules/home/desktop/theme/gruvbox.nix | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/snowfall/modules/home/desktop/theme/gruvbox.nix b/snowfall/modules/home/desktop/theme/gruvbox.nix new file mode 100644 index 0000000..c955374 --- /dev/null +++ b/snowfall/modules/home/desktop/theme/gruvbox.nix @@ -0,0 +1,27 @@ +{ + accent = "cc241d"; + + black = "282828"; brightBlack = "928374"; + red = "cc241d"; brightRed = "fb4934"; + green = "98971a"; brightGreen = "b8bb26"; + yellow = "d79921"; brightYellow = "fabd2f"; + blue = "458588"; brightBlue = "83a598"; + magenta = "b16286"; brightMagenta = "d3869b"; + cyan = "689d6a"; brightCyan = "8ec07c"; + white = "a89984"; brightWhite = "ebdbb2"; + + bg = "282828"; + bg0 = "282828"; + bg1 = "3c3836"; + bg2 = "504945"; + bg3 = "665c54"; + bg4 = "7c6f64"; + + fg = "ebdbb2"; + fg0 = "fbf1c7"; + fg1 = "ebdbb2"; + fg2 = "d5c4a1"; + fg3 = "bdae93"; + fg4 = "a89984"; +} + |