From 84a718ac1b4def43028a8ec2a14ed4a94063ac09 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 26 May 2025 00:18:45 -0400 Subject: repo: sync configs --- modules/colors/mountain.nix | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'modules/colors') 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"; }; }; } -- cgit v1.2.3