diff options
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; } |