From b1f0549ed465d71877efa6c04419b0535d696345 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 16:00:09 +0900 Subject: Revert "feat(home/research): use avalanche theme" This reverts commit 9012a2424aaf111a1edcf78a15bc8fd93c32be54. --- home/profiles/research/default.nix | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'home/profiles/research/default.nix') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 3678fde..c080c03 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 = "#232323"; - default-fg = "#c4c4c4"; + default-bg = "#cbc0ab"; + default-fg = "#151515"; - statusbar-bg = "#232323"; - statusbar-fg = "#c4c4c4"; + statusbar-bg = "#cbc0ab"; + statusbar-fg = "#151515"; - inputbar-bg = "#232323"; - inputbar-fg = "#c4c4c4"; + inputbar-bg = "#cbc0ab"; + inputbar-fg = "#151515"; - index-bg = "#232323"; - index-fg = "#c4c4c4"; - index-active-bg = "#232323"; - index-active-fg = "#c2d6f0"; + index-bg = "#cbc0ab"; + index-fg = "#151515"; + index-active-bg = "#cbc0ab"; + index-active-fg = "#4f5058"; - highlight-color = "#fac661"; - highlight-active-color = "#c2d6f0"; + highlight-color = "#d4ae80"; + highlight-active-color = "#84a0c6"; - notification-bg = "#363636"; - notification-fg = "#c2d6f0"; - notification-warning-bg = "#363636"; - notification-warning-fg = "#fac661"; - notification-error-bg = "#363636"; - notification-error-fg = "#ff668c"; + notification-bg = "#cbc0ab"; + notification-fg = "#151515"; + notification-warning-bg = "#4f5058"; + notification-warning-fg = "#d4ae80"; + notification-error-bg = "#4f5058"; + notification-error-fg = "#b17f81"; render-loading = true; - render-loading-fg = "#c4c4c4"; - render-loading-bg = "#232323"; + render-loading-fg = "#cbc0ab"; + render-loading-bg = "#151515"; - recolor-lightcolor = "#c4c4c4"; - recolor-darkcolor = "#232323"; + recolor-lightcolor = "#cbc0ab"; + recolor-darkcolor = "#151515"; }; }; -- cgit 1.4.1