summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/spring_2025/spring_2025.nix2
-rw-r--r--themes/year_of_snake/snake.nix10
2 files changed, 6 insertions, 6 deletions
diff --git a/themes/spring_2025/spring_2025.nix b/themes/spring_2025/spring_2025.nix
index 764906d..16f12aa 100644
--- a/themes/spring_2025/spring_2025.nix
+++ b/themes/spring_2025/spring_2025.nix
@@ -19,5 +19,5 @@ rec {
color13 = "${color5}";
color14 = "${color6}";
color15 = "${color7}";
- alpha = 0.965;
+ alpha = 0.985;
}
diff --git a/themes/year_of_snake/snake.nix b/themes/year_of_snake/snake.nix
index af85640..c2a9d01 100644
--- a/themes/year_of_snake/snake.nix
+++ b/themes/year_of_snake/snake.nix
@@ -5,11 +5,11 @@ rec {
foreground = "ffffff"; #ffffff
color0 = "${background}";
color1 = "7b3837"; #7b3837
- color2 = "e5d6cf"; #e5d6cf
- color3 = "f5c4a4"; #f5c4a4
- color4 = "f3eff0"; #f3eff0
- color5 = "9e4746"; #9e4746
- color6 = "f2d7b9"; #f2d7b9
+ color2 = "f3eff0"; #f3eff0
+ color3 = "9e4746"; #9e4746
+ color4 = "e5d6cf"; #e5d6cf
+ color5 = "f2d7b9"; #f2d7b9
+ color6 = "f5c4a4"; #f5c4a4
color7 = "${foreground}";
color8 = "${color6}";
color9 = "${color1}";