From 0f9c40188637c04da8c5a23a8cea47662bb87c4e Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 19 Oct 2025 14:38:58 +0530 Subject: zathura: use "include" directive for pywal colors" --- .config/wal/templates/colors-zathura | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to '.config/wal/templates/colors-zathura') diff --git a/.config/wal/templates/colors-zathura b/.config/wal/templates/colors-zathura index 0713fd7..42118a0 100644 --- a/.config/wal/templates/colors-zathura +++ b/.config/wal/templates/colors-zathura @@ -1,24 +1,3 @@ -set sandbox none -set statusbar-h-padding 0 -set statusbar-v-padding 0 -set page-padding 1 -set selection-clipboard clipboard -map u scroll half-up -map d scroll half-down -map D toggle_page_mode -map r reload -map R rotate -map K zoom in -map J zoom out -map i recolor -map p print -map b toggle_statusbar - - -set default-fg rgba(205,214,244,1) -set default-bg rgba(30,30,46,1) - - set completion-bg "{background}" set completion-fg "{foreground}" set completion-group-bg "{background}" @@ -26,6 +5,9 @@ set completion-group-fg "{color2}" set completion-highlight-bg "{color2}" set completion-highlight-fg "{background}" +set recolor-lightcolor "{background}" +set recolor-darkcolor "{foreground}" +set default-bg "{background}" set inputbar-bg "{background}" set inputbar-fg "{foreground}" -- cgit v1.2.3