aboutsummaryrefslogtreecommitdiff
path: root/modules/colors/mountain.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/colors/mountain.nix')
-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";
};
};
}