diff options
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 058640a..b37446e 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc | |||
@@ -18,13 +18,13 @@ set default-bg "#000000" | |||
18 | set default-fg "#a3a6ab" | 18 | set default-fg "#a3a6ab" |
19 | set statusbar-bg "#000000" | 19 | set statusbar-bg "#000000" |
20 | set statusbar-fg "#a3a6ab" | 20 | set statusbar-fg "#a3a6ab" |
21 | set inputbar-bg "#09090d" | 21 | set inputbar-bg "#000000" |
22 | set inputbar-fg "#a3a6ab" | 22 | set inputbar-fg "#a3a6ab" |
23 | set notification-bg "#09090d" | 23 | set notification-bg "#000000" |
24 | set notification-fg "#a3a6ab" | 24 | set notification-fg "#a3a6ab" |
25 | set notification-error-bg "#09090d" | 25 | set notification-error-bg "#000000" |
26 | set notification-error-fg "#a3a6ab" | 26 | set notification-error-fg "#a3a6ab" |
27 | set notification-warning-bg "#09090d" | 27 | set notification-warning-bg "#000000" |
28 | set notification-warning-fg "#a3a6ab" | 28 | set notification-warning-fg "#a3a6ab" |
29 | set highlight-color "#CD7860" | 29 | set highlight-color "#CD7860" |
30 | set highlight-active-color "#7A9388" | 30 | set highlight-active-color "#7A9388" |
@@ -32,7 +32,7 @@ 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 "#09090d" | 35 | set recolor-lightcolor "#000000" |
36 | set recolor-darkcolor "#a3a6ab" | 36 | set recolor-darkcolor "#a3a6ab" |
37 | 37 | ||
38 | # vim:ft=conf | 38 | # vim:ft=conf |