diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-26 00:18:45 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-26 00:18:45 -0400 |
| commit | 84a718ac1b4def43028a8ec2a14ed4a94063ac09 (patch) | |
| tree | 9ef70f80360834d44a84b81687db32c4bddd83fc /modules/colors/mountain.nix | |
| parent | e9c9db7ac6a79a86bfb1fdb9d26f794a04b74988 (diff) | |
| download | home-84a718ac1b4def43028a8ec2a14ed4a94063ac09.tar.gz | |
repo: sync configs
Diffstat (limited to 'modules/colors/mountain.nix')
| -rw-r--r-- | modules/colors/mountain.nix | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/modules/colors/mountain.nix b/modules/colors/mountain.nix index 881a1f4..4269f11 100644 --- a/modules/colors/mountain.nix +++ b/modules/colors/mountain.nix @@ -17,8 +17,8 @@ in base00 = "#0f0f0f"; base01 = "#191919"; base02 = "#262626"; - base03 = "#4c4c4c"; - base04 = "#ac8a8c"; + base03 = "#393939"; + base04 = "#4c4c4c"; base05 = "#cacaca"; base06 = "#e7e7e7"; base07 = "#f0f0f0"; @@ -30,6 +30,22 @@ 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"; }; }; } |