diff options
Diffstat (limited to 'themes/spring_2024')
| -rw-r--r-- | themes/spring_2024/spring_2024.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/spring_2024/spring_2024.nix b/themes/spring_2024/spring_2024.nix index e92da4b..41ab0d0 100644 --- a/themes/spring_2024/spring_2024.nix +++ b/themes/spring_2024/spring_2024.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "110002"; #110002 + background-alt = "110002"; #110002 foreground = "fbf5db"; #fbf5db color0 = "${background}"; color1 = "88534f"; #88534f @@ -17,4 +19,5 @@ rec { color13 = "${color5}"; color14 = "${color6}"; color15 = "${color7}"; + alpha = 0.9; } |