aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-13 22:32:08 +0900
committersefidel <contact@sefidel.net>2023-08-13 22:32:08 +0900
commitfe054bc49e7f054e87869d5ca09828d23da66a75 (patch)
treebb23695b71574b595dcd052749609946284a8e36 /home
parent2a1cbb291f981dd030086a1a1f35bac85f92057a (diff)
downloadnixrc-fe054bc49e7f054e87869d5ca09828d23da66a75.zip
feat(home/research): zathura: lighten bg
Diffstat (limited to 'home')
-rw-r--r--home/profiles/research/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index a725bed..0b5379e 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -17,24 +17,24 @@ in
adjust-open = "width";
recolor = true;
- default-bg = "#cbc0ab";
+ default-bg = "#dbd3c4";
default-fg = "#151515";
- statusbar-bg = "#cbc0ab";
+ statusbar-bg = "#dbd3c4";
statusbar-fg = "#151515";
- inputbar-bg = "#cbc0ab";
+ inputbar-bg = "#dbd3c4";
inputbar-fg = "#151515";
- index-bg = "#cbc0ab";
+ index-bg = "#dbd3c4";
index-fg = "#151515";
- index-active-bg = "#cbc0ab";
+ index-active-bg = "#dbd3c4";
index-active-fg = "#4f5058";
highlight-color = "#d4ae80";
highlight-active-color = "#8197bf";
- notification-bg = "#cbc0ab";
+ notification-bg = "#dbd3c4";
notification-fg = "#151515";
notification-warning-bg = "#4f5058";
notification-warning-fg = "#dcb66a";
@@ -42,10 +42,10 @@ in
notification-error-fg = "#cf6a4c";
render-loading = true;
- render-loading-fg = "#cbc0ab";
+ render-loading-fg = "#dbd3c4";
render-loading-bg = "#151515";
- recolor-lightcolor = "#cbc0ab";
+ recolor-lightcolor = "#dbd3c4";
recolor-darkcolor = "#151515";
};
};