about summary refs log tree commit diff
path: root/home/modules/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-10 00:10:07 +0900
committersefidel <contact@sefidel.net>2022-01-10 00:10:07 +0900
commit55ade20fc966a4774762dbf9f6a0fdfb58d2155d (patch)
treed4a2f8d187433cd3893b448ec68de5d00aeb6c52 /home/modules/profiles
parent81e29a2c7f61985e57192057dd77935c6bf3b3e1 (diff)
downloadnixrc-55ade20fc966a4774762dbf9f6a0fdfb58d2155d.tar.gz
nixrc-55ade20fc966a4774762dbf9f6a0fdfb58d2155d.zip
home/misc: add alt colors in neotheme
Diffstat (limited to 'home/modules/profiles')
-rw-r--r--home/modules/profiles/base/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/modules/profiles/base/default.nix b/home/modules/profiles/base/default.nix
index 62217c8..cab1481 100644
--- a/home/modules/profiles/base/default.nix
+++ b/home/modules/profiles/base/default.nix
@@ -34,6 +34,8 @@ in
       colors = {
         background = "18191f";
         foreground = "cbc0ab";
+        alt0 = "404147";
+        alt1 = "54555b";
         color0 = "222329";
         color1 = "b17f81";
         color2 = "8aa387";