aboutsummaryrefslogtreecommitdiff
path: root/.config/wal/templates/colors-zathura
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-19 14:38:58 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-19 14:38:58 +0530
commit0f9c40188637c04da8c5a23a8cea47662bb87c4e (patch)
tree31748f18b021cb9185af15814fd908a6bdbbbeb4 /.config/wal/templates/colors-zathura
parent850fbde4350dcfc5930abbfc0f2ba6c2dfb8de26 (diff)
zathura: use "include" directive for pywal colors"
Diffstat (limited to '.config/wal/templates/colors-zathura')
-rw-r--r--.config/wal/templates/colors-zathura24
1 files changed, 3 insertions, 21 deletions
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}"