diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-07-17 19:12:42 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-07-17 19:12:42 +0000 |
commit | 0e3dd76acedb84ddfda4e4a33ed025f390847562 (patch) | |
tree | 9760e22ab9ddcc324803f41cca7a75e07361a564 /zathura | |
parent | 66000d4fd5a6dc4c5fee8a2876556cece77154df (diff) |
beep
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 31 |
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 | ||
6 | set font "Hermit 8" # Use Hack as our font of choice | 6 | set 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 |
8 | set adjust-open "width" # Make documents take up all the available space by default | 8 | set adjust-open "width" # Make documents take up all the available space by default |
9 | set statusbar-basename "true" # When using the status bar, show the basename only | 9 | set 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 | |||
14 | set recolor "false" # Use our theme colors (<C-r> for the original document colors) | 14 | set recolor "false" # Use our theme colors (<C-r> for the original document colors) |
15 | 15 | ||
16 | # [colors] | 16 | # [colors] |
17 | set default-bg "#000000" | 17 | set default-bg "#f3f4f5" |
18 | set default-fg "#a3a6ab" | 18 | set default-fg "#2f2f2f" |
19 | set statusbar-bg "#000000" | 19 | set statusbar-bg "#f3f4f5" |
20 | set statusbar-fg "#a3a6ab" | 20 | set statusbar-fg "#2f2f2f" |
21 | set inputbar-bg "#000000" | 21 | set inputbar-bg "#f3f4f5" |
22 | set inputbar-fg "#a3a6ab" | 22 | set inputbar-fg "#2f2f2f" |
23 | set notification-bg "#000000" | 23 | set notification-bg "#f3f4f5" |
24 | set notification-fg "#a3a6ab" | 24 | set notification-fg "#2f2f2f" |
25 | set notification-error-bg "#000000" | 25 | set notification-error-bg "#f3f4f5" |
26 | set notification-error-fg "#a3a6ab" | 26 | set notification-error-fg "#2f2f2f" |
27 | set notification-warning-bg "#000000" | 27 | set notification-warning-bg "#f3f4f5" |
28 | set notification-warning-fg "#a3a6ab" | 28 | set notification-warning-fg "#2f2f2f" |
29 | set highlight-color "#CD7860" | 29 | set highlight-color "#CD7860" |
30 | set highlight-active-color "#7A9388" | 30 | set highlight-active-color "#7A9388" |
31 | set completion-bg "#CD7860" | 31 | set completion-bg "#CD7860" |
32 | set completion-fg "#7A9388" | 32 | set completion-fg "#7A9388" |
33 | set completion-highlight-bg "#CD7860" | 33 | set completion-highlight-bg "#CD7860" |
34 | set completion-highlight-fg "#7A9388" | 34 | set completion-highlight-fg "#7A9388" |
35 | set recolor-lightcolor "#000000" | 35 | set recolor-lightcolor "#f3f4f5" |
36 | set recolor-darkcolor "#a3a6ab" | 36 | set recolor-darkcolor "#a3a6ab" |
37 | |||
38 | # vim:ft=conf | ||
39 | |||