diff options
author | sefidel <contact@sefidel.net> | 2022-03-09 15:48:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-09 15:48:07 +0900 |
commit | 2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d (patch) | |
tree | 158d5e33fccee28785d2dcf2d4b855991b7d74c5 /home/profiles/research | |
parent | 1afdbfe4ccbc27877388d746ec0afb91b9e6c90a (diff) | |
download | nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.tar.gz nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.zip |
feat: adjust avalanche colors
Diffstat (limited to 'home/profiles/research')
-rw-r--r-- | home/profiles/research/default.nix | 20 |
1 files changed, 10 insertions, 10 deletions
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"; }; }; |