summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-03-06 14:13:03 -0500
committerAndrew Opalach <andrew@akon.city> 2025-03-06 14:13:03 -0500
commitd907076ef8d0fcfcb8f99581aa3cc8052634a654 (patch)
tree8a1cae7260911b6c61c3d3c507a5a032c83b910a /themes
parent7c128e197b605ca95b5b72d3b3c613f2103d83ff (diff)
downloaddotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.tar.gz
dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.tar.bz2
dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.zip
Vim color tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/spring_2025/spring_2025.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/spring_2025/spring_2025.nix b/themes/spring_2025/spring_2025.nix
index 6cbf034..764906d 100644
--- a/themes/spring_2025/spring_2025.nix
+++ b/themes/spring_2025/spring_2025.nix
@@ -5,8 +5,8 @@ rec {
foreground = "ffffe3"; #ffffe3
color0 = "${background}";
color1 = "a74c3a"; #a74c3a
- color2 = "63717c"; #63717c
- color3 = "808c5a"; #808c5a
+ color2 = "808c5a"; #808c5a
+ color3 = "63717c"; #63717c
color4 = "b08d8d"; #b08d8d
color5 = "da9a9b"; #da9a9b
color6 = "ffffa8"; #ffffa8
@@ -19,5 +19,5 @@ rec {
color13 = "${color5}";
color14 = "${color6}";
color15 = "${color7}";
- alpha = 0.955;
+ alpha = 0.965;
}