diff options
author | sefidel <contact@sefidel.net> | 2022-02-03 22:36:28 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-03 22:36:28 +0900 |
commit | 3d511daef076cd636443a848e5d99e962a9f0ae2 (patch) | |
tree | 2025e6d0e3d9ee58f2a1b5e1fb9a317a363795f1 /home/profiles/research | |
parent | 4f4457e259aa167032cc033b89e558f69e272ea0 (diff) | |
download | nixrc-3d511daef076cd636443a848e5d99e962a9f0ae2.tar.gz nixrc-3d511daef076cd636443a848e5d99e962a9f0ae2.zip |
home/research: zathura - use jellybeans bg
Diffstat (limited to 'home/profiles/research')
-rw-r--r-- | home/profiles/research/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 07f9bcc..c1b45ef 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -17,16 +17,16 @@ in adjust-open = "width"; recolor = true; - default-bg = "#282a36"; + default-bg = "#151515"; default-fg = "#cbc0ab"; - statusbar-bg = "#282a36"; + statusbar-bg = "#151515"; statusbar-fg = "#cbc0ab"; - inputbar-bg = "#282a36"; + inputbar-bg = "#151515"; inputbar-fg = "#cbc0ab"; - index-bg = "#282a36"; + index-bg = "#151515"; index-fg = "#cbc0ab"; index-active-bg = "#4f5058"; index-active-fg = "#cbc0ab"; @@ -34,7 +34,7 @@ in highlight-color = "#d4ae80"; highlight-active-color = "#84a0c6"; - notification-bg = "#282a36"; + notification-bg = "#151515"; notification-fg = "#cbc0ab"; notification-warning-bg = "#d4ae80"; notification-warning-fg = "#4f5058"; @@ -42,10 +42,10 @@ in notification-error-fg = "#4f5058"; render-loading = true; - render-loading-fg = "#282a36"; + render-loading-fg = "#151515"; render-loading-bg = "#cbc0ab"; - recolor-lightcolor = "#282a36"; + recolor-lightcolor = "#151515"; recolor-darkcolor = "#cbc0ab"; }; }; |