diff options
author | sefidel <contact@sefidel.net> | 2022-03-12 16:00:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-12 16:00:09 +0900 |
commit | b1f0549ed465d71877efa6c04419b0535d696345 (patch) | |
tree | 8cab2a70a078ecd20a52fc6ff559ede77d68d20e /home | |
parent | f733c45723a9a1c8674d9d07eb033710a52f2176 (diff) | |
download | nixrc-b1f0549ed465d71877efa6c04419b0535d696345.tar.gz nixrc-b1f0549ed465d71877efa6c04419b0535d696345.zip |
Revert "feat(home/research): use avalanche theme"
This reverts commit 9012a2424aaf111a1edcf78a15bc8fd93c32be54.
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/research/default.nix | 44 |
1 files changed, 22 insertions, 22 deletions
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"; }; }; |