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/research/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'home/profiles/research/default.nix') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 1a84529..3678fde 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -16,36 +16,36 @@ in adjust-open = "width"; recolor = true; - default-bg = "#292929"; + default-bg = "#232323"; default-fg = "#c4c4c4"; - statusbar-bg = "#292929"; + statusbar-bg = "#232323"; statusbar-fg = "#c4c4c4"; - inputbar-bg = "#292929"; + inputbar-bg = "#232323"; inputbar-fg = "#c4c4c4"; - index-bg = "#292929"; + index-bg = "#232323"; index-fg = "#c4c4c4"; - index-active-bg = "#292929"; + index-active-bg = "#232323"; index-active-fg = "#c2d6f0"; highlight-color = "#fac661"; highlight-active-color = "#c2d6f0"; - notification-bg = "#383838"; + notification-bg = "#363636"; notification-fg = "#c2d6f0"; - notification-warning-bg = "#383838"; + notification-warning-bg = "#363636"; notification-warning-fg = "#fac661"; - notification-error-bg = "#383838"; + notification-error-bg = "#363636"; notification-error-fg = "#ff668c"; render-loading = true; render-loading-fg = "#c4c4c4"; - render-loading-bg = "#292929"; + render-loading-bg = "#232323"; recolor-lightcolor = "#c4c4c4"; - recolor-darkcolor = "#292929"; + recolor-darkcolor = "#232323"; }; }; -- cgit 1.4.1