aboutsummaryrefslogtreecommitdiff
path: root/.config/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/zathura
parent850fbde4350dcfc5930abbfc0f2ba6c2dfb8de26 (diff)
zathura: use "include" directive for pywal colors"
Diffstat (limited to '.config/zathura')
-rw-r--r--[l---------].config/zathura/zathurarc19
-rw-r--r--.config/zathura/zathurarc.bak53
2 files changed, 18 insertions, 54 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 3c9cbb3..e35f6f6 120000..100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -1 +1,18 @@
-../../../.cache/wal/colors-zathura \ No newline at end of file
+include ../../.cache/wal/colors-zathura
+
+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
+
diff --git a/.config/zathura/zathurarc.bak b/.config/zathura/zathurarc.bak
deleted file mode 100644
index 50680df..0000000
--- a/.config/zathura/zathurarc.bak
+++ /dev/null
@@ -1,53 +0,0 @@
-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 rgba(49,50,68,1)
-set completion-fg rgba(205,214,244,1)
-set completion-highlight-bg rgba(203,166,247,1)
-set completion-highlight-fg rgba(30,30,46,1)
-set completion-group-bg rgba(24,24,37,1)
-set completion-group-fg rgba(205,214,244,1)
-
-set statusbar-fg rgba(205,214,244,1)
-set statusbar-bg rgba(17,17,27,1)
-set inputbar-fg rgba(205,214,244,1)
-set inputbar-bg rgba(30,30,46,1)
-
-set notification-bg rgba(30,30,46,1)
-set notification-fg rgba(205,214,244,1)
-set notification-error-bg rgba(30,30,46,1)
-set notification-error-fg rgba(243,139,168,1)
-set notification-warning-bg rgba(30,30,46,1)
-set notification-warning-fg rgba(249,226,175,1)
-
-# set recolor "true"
-set recolor-lightcolor rgba(30,30,46,1)
-set recolor-darkcolor rgba(205,214,244,1)
-
-set index-fg rgba(205,214,244,1)
-set index-bg rgba(30,30,46,1)
-set index-active-fg rgba(205,214,244,1)
-set index-active-bg rgba(49,50,68,1)
-
-set render-loading-bg rgba(30,30,46,1)
-set render-loading-fg rgba(205,214,244,1)
-
-set highlight-color rgba(147,153,178,0.3)
-set highlight-fg rgba(205,214,244,1)
-set highlight-active-color rgba(203,166,247,0.3)