aboutsummaryrefslogtreecommitdiff
path: root/modules/colors
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-05-26 00:18:45 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-05-26 00:18:45 -0400
commit84a718ac1b4def43028a8ec2a14ed4a94063ac09 (patch)
tree9ef70f80360834d44a84b81687db32c4bddd83fc /modules/colors
parente9c9db7ac6a79a86bfb1fdb9d26f794a04b74988 (diff)
downloadhome-84a718ac1b4def43028a8ec2a14ed4a94063ac09.tar.gz
repo: sync configs
Diffstat (limited to 'modules/colors')
-rw-r--r--modules/colors/mountain.nix20
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";
};
};
}