diff options
| author | 2025-01-01 17:39:28 -0500 | |
|---|---|---|
| committer | 2025-01-01 17:39:28 -0500 | |
| commit | 4849fc6e811f9aaa02a63d102f60d356365cd2bb (patch) | |
| tree | a45fdd1065b1b6052283e257e19123696b548671 /themes/christmas_rwby | |
| parent | 8ed2c4a005c634e9d4a2aa5e31f40901def3adda (diff) | |
| download | dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.gz dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.bz2 dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.zip | |
Theme stuff
Diffstat (limited to 'themes/christmas_rwby')
| -rw-r--r-- | themes/christmas_rwby/christmas_rwby.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/christmas_rwby/christmas_rwby.nix b/themes/christmas_rwby/christmas_rwby.nix index efc9fdc..1ba019b 100644 --- a/themes/christmas_rwby/christmas_rwby.nix +++ b/themes/christmas_rwby/christmas_rwby.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "1e0003"; #1e0003 + background-alt = "1e0003"; #1e0003 foreground = "f9dfc5"; #f9dfc5 color0 = "${background}"; color1 = "6d282e"; #6d282e @@ -17,4 +19,5 @@ rec { color13 = "${color5}"; color14 = "${color6}"; color15 = "${color7}"; + alpha = 0.9; } |