summaryrefslogtreecommitdiff
path: root/zathura/.config
diff options
context:
space:
mode:
Diffstat (limited to 'zathura/.config')
-rw-r--r--zathura/.config/zathura/zathurarc31
1 files changed, 14 insertions, 17 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
index b37446e..1c03fd7 100644
--- a/zathura/.config/zathura/zathurarc
+++ b/zathura/.config/zathura/zathurarc
@@ -3,7 +3,7 @@
3 3
4# NOTE: This file is automatically generated by pywal. Do not edit it by hand. 4# NOTE: This file is automatically generated by pywal. Do not edit it by hand.
5 5
6set font "Hermit 8" # Use Hack as our font of choice 6set font "JetBrainsMono Nerd Font Mono 8" # Use Hack as our font of choice
7#set guioptions "v" # Show a "progress bar" when scrolling up/down 7#set guioptions "v" # Show a "progress bar" when scrolling up/down
8set adjust-open "width" # Make documents take up all the available space by default 8set adjust-open "width" # Make documents take up all the available space by default
9set statusbar-basename "true" # When using the status bar, show the basename only 9set statusbar-basename "true" # When using the status bar, show the basename only
@@ -14,26 +14,23 @@ set scroll-step "120" # Increase the scroll distance when using j/k
14set recolor "false" # Use our theme colors (<C-r> for the original document colors) 14set recolor "false" # Use our theme colors (<C-r> for the original document colors)
15 15
16# [colors] 16# [colors]
17set default-bg "#000000" 17set default-bg "#f3f4f5"
18set default-fg "#a3a6ab" 18set default-fg "#2f2f2f"
19set statusbar-bg "#000000" 19set statusbar-bg "#f3f4f5"
20set statusbar-fg "#a3a6ab" 20set statusbar-fg "#2f2f2f"
21set inputbar-bg "#000000" 21set inputbar-bg "#f3f4f5"
22set inputbar-fg "#a3a6ab" 22set inputbar-fg "#2f2f2f"
23set notification-bg "#000000" 23set notification-bg "#f3f4f5"
24set notification-fg "#a3a6ab" 24set notification-fg "#2f2f2f"
25set notification-error-bg "#000000" 25set notification-error-bg "#f3f4f5"
26set notification-error-fg "#a3a6ab" 26set notification-error-fg "#2f2f2f"
27set notification-warning-bg "#000000" 27set notification-warning-bg "#f3f4f5"
28set notification-warning-fg "#a3a6ab" 28set notification-warning-fg "#2f2f2f"
29set highlight-color "#CD7860" 29set highlight-color "#CD7860"
30set highlight-active-color "#7A9388" 30set highlight-active-color "#7A9388"
31set completion-bg "#CD7860" 31set completion-bg "#CD7860"
32set completion-fg "#7A9388" 32set completion-fg "#7A9388"
33set completion-highlight-bg "#CD7860" 33set completion-highlight-bg "#CD7860"
34set completion-highlight-fg "#7A9388" 34set completion-highlight-fg "#7A9388"
35set recolor-lightcolor "#000000" 35set recolor-lightcolor "#f3f4f5"
36set recolor-darkcolor "#a3a6ab" 36set recolor-darkcolor "#a3a6ab"
37
38# vim:ft=conf
39