about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-09 15:48:07 +0900
committersefidel <contact@sefidel.net>2022-03-09 15:48:07 +0900
commit2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d (patch)
tree158d5e33fccee28785d2dcf2d4b855991b7d74c5 /home/profiles/base/default.nix
parent1afdbfe4ccbc27877388d746ec0afb91b9e6c90a (diff)
downloadnixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.tar.gz
nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.zip
feat: adjust avalanche colors
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 0120fdf..0d23bad 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -39,11 +39,11 @@ in
       identifier = "avalanche-night";
 
       colors = {
-        background = "292929";
+        background = "232323";
         foreground = "c4c4c4";
-        alt0 = "383838";
+        alt0 = "363636";
         alt1 = "474747";
-        color0 = "545454";
+        color0 = "606060";
         color1 = "ff668c";
         color2 = "c2d6f0";
         color3 = "fac661";