diff options
| author | 2025-01-01 17:39:28 -0500 | |
|---|---|---|
| committer | 2025-01-01 17:39:28 -0500 | |
| commit | 4849fc6e811f9aaa02a63d102f60d356365cd2bb (patch) | |
| tree | a45fdd1065b1b6052283e257e19123696b548671 /themes/yoruichi | |
| parent | 8ed2c4a005c634e9d4a2aa5e31f40901def3adda (diff) | |
| download | dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.gz dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.tar.bz2 dotfiles-4849fc6e811f9aaa02a63d102f60d356365cd2bb.zip | |
Theme stuff
Diffstat (limited to 'themes/yoruichi')
| -rw-r--r-- | themes/yoruichi/yoruichi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/yoruichi/yoruichi.nix b/themes/yoruichi/yoruichi.nix index 8a88ee1..f32f190 100644 --- a/themes/yoruichi/yoruichi.nix +++ b/themes/yoruichi/yoruichi.nix @@ -1,5 +1,7 @@ rec { + lightness = "dark"; background = "403434"; #403434 + background-alt = "403434"; #403434 foreground = "fbfbfb"; #fbfbfb color0 = "${background}"; color1 = "a57463"; #a57463 |