From 9fe5674034f34723dca325a1332f0141d81e48f6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 7 Mar 2022 00:12:38 +0900 Subject: feat(home/research): use avalanche theme --- home/profiles/research/default.nix | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index c080c03..1a84529 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 = "#cbc0ab"; - default-fg = "#151515"; + default-bg = "#292929"; + default-fg = "#c4c4c4"; - statusbar-bg = "#cbc0ab"; - statusbar-fg = "#151515"; + statusbar-bg = "#292929"; + statusbar-fg = "#c4c4c4"; - inputbar-bg = "#cbc0ab"; - inputbar-fg = "#151515"; + inputbar-bg = "#292929"; + inputbar-fg = "#c4c4c4"; - index-bg = "#cbc0ab"; - index-fg = "#151515"; - index-active-bg = "#cbc0ab"; - index-active-fg = "#4f5058"; + index-bg = "#292929"; + index-fg = "#c4c4c4"; + index-active-bg = "#292929"; + index-active-fg = "#c2d6f0"; - highlight-color = "#d4ae80"; - highlight-active-color = "#84a0c6"; + highlight-color = "#fac661"; + highlight-active-color = "#c2d6f0"; - notification-bg = "#cbc0ab"; - notification-fg = "#151515"; - notification-warning-bg = "#4f5058"; - notification-warning-fg = "#d4ae80"; - notification-error-bg = "#4f5058"; - notification-error-fg = "#b17f81"; + notification-bg = "#383838"; + notification-fg = "#c2d6f0"; + notification-warning-bg = "#383838"; + notification-warning-fg = "#fac661"; + notification-error-bg = "#383838"; + notification-error-fg = "#ff668c"; render-loading = true; - render-loading-fg = "#cbc0ab"; - render-loading-bg = "#151515"; + render-loading-fg = "#c4c4c4"; + render-loading-bg = "#292929"; - recolor-lightcolor = "#cbc0ab"; - recolor-darkcolor = "#151515"; + recolor-lightcolor = "#c4c4c4"; + recolor-darkcolor = "#292929"; }; }; -- cgit 1.4.1