diff options
author | sefidel <contact@sefidel.net> | 2022-01-10 00:10:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-10 00:10:07 +0900 |
commit | 55ade20fc966a4774762dbf9f6a0fdfb58d2155d (patch) | |
tree | d4a2f8d187433cd3893b448ec68de5d00aeb6c52 /home/modules/misc/neotheme | |
parent | 81e29a2c7f61985e57192057dd77935c6bf3b3e1 (diff) | |
download | nixrc-55ade20fc966a4774762dbf9f6a0fdfb58d2155d.tar.gz nixrc-55ade20fc966a4774762dbf9f6a0fdfb58d2155d.zip |
home/misc: add alt colors in neotheme
Diffstat (limited to 'home/modules/misc/neotheme')
-rw-r--r-- | home/modules/misc/neotheme/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/modules/misc/neotheme/default.nix b/home/modules/misc/neotheme/default.nix index 5a5e375..8db17d4 100644 --- a/home/modules/misc/neotheme/default.nix +++ b/home/modules/misc/neotheme/default.nix @@ -32,6 +32,8 @@ in listToAttrs (map mkColorOption [ "background" "foreground" + "alt0" + "alt1" "color0" "color1" "color2" |