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