From fe054bc49e7f054e87869d5ca09828d23da66a75 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Aug 2023 22:32:08 +0900 Subject: feat(home/research): zathura: lighten bg --- home/profiles/research/default.nix | 16 ++++++++-------- 1 file 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"; }; }; -- cgit 1.4.1