From 2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 9 Mar 2022 15:48:07 +0900 Subject: feat: adjust avalanche colors --- home/profiles/base/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles/base/default.nix') 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"; -- cgit 1.4.1