diff options
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"; }; }; |