aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-07 00:12:38 +0900
committersefidel <contact@sefidel.net>2022-03-07 00:12:38 +0900
commit9fe5674034f34723dca325a1332f0141d81e48f6 (patch)
tree3c963ceadc6742c40fc62e7d6273a53622983504
parentf9c76a1332e74d668a011e93b37efb720d156ef7 (diff)
downloadnixrc-9fe5674034f34723dca325a1332f0141d81e48f6.zip
feat(home/research): use avalanche theme
-rw-r--r--home/profiles/research/default.nix44
1 files 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";
};
};