diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-23 15:09:43 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-23 15:09:43 -0400 |
| commit | e3895171dbe9711d2c81ee6327cbcc4556a6ac22 (patch) | |
| tree | 58a5ea576129cc2a59f4449b15fe86af0a419eb2 /modules | |
| parent | 5aaf50744a115ebbc123d7fb389bd3bcbb1cd963 (diff) | |
| download | home-e3895171dbe9711d2c81ee6327cbcc4556a6ac22.tar.gz | |
colors/mountain: support base24
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/colors/mountain.nix | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/modules/colors/mountain.nix b/modules/colors/mountain.nix index 4269f11..0158b8f 100644 --- a/modules/colors/mountain.nix +++ b/modules/colors/mountain.nix @@ -30,22 +30,14 @@ in base0D = "#8f8aac"; base0E = "#ac8aac"; base0F = "#ac8a8c"; - # base00 = "#0f0f0f"; - # base01 = "#191919"; - # base02 = "#262626"; - # base03 = "#4c4c4c"; - # base04 = "#ac8a8c"; - # base05 = "#cacaca"; - # base06 = "#e7e7e7"; - # base07 = "#f0f0f0"; - # base08 = "#ac8a8c"; - # base09 = "#ceb188"; - # base0A = "#aca98a"; - # base0B = "#8aac8b"; - # base0C = "#8aabac"; - # base0D = "#8f8aac"; - # base0E = "#ac8aac"; - # base0F = "#ac8a8c"; + base10 = "#0d0d0d"; + base11 = "#0a0a0a"; + base12 = "#c49ea0"; + base13 = "#c4c19e"; + base14 = "#9ec49f"; + base15 = "#9ec3c4"; + base16 = "#a39ec4"; + base17 = "#c49ec4"; }; }; } |