summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-04-27 13:04:51 +0000
committerShubham Saini <shubham6405@gmail.com>2020-04-27 13:04:51 +0000
commit670e169e65a94a0050316c2c1601939b13997056 (patch)
treecf14d40b40ac1ee10d909e32daf6e1c6f4ed329d
parent82e9e18418e4bc0234ac03beee1720ab38194e13 (diff)
<>
-rw-r--r--zathura/.config/zathura/zathurarc10
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"
18set default-fg "#a3a6ab" 18set default-fg "#a3a6ab"
19set statusbar-bg "#000000" 19set statusbar-bg "#000000"
20set statusbar-fg "#a3a6ab" 20set statusbar-fg "#a3a6ab"
21set inputbar-bg "#09090d" 21set inputbar-bg "#000000"
22set inputbar-fg "#a3a6ab" 22set inputbar-fg "#a3a6ab"
23set notification-bg "#09090d" 23set notification-bg "#000000"
24set notification-fg "#a3a6ab" 24set notification-fg "#a3a6ab"
25set notification-error-bg "#09090d" 25set notification-error-bg "#000000"
26set notification-error-fg "#a3a6ab" 26set notification-error-fg "#a3a6ab"
27set notification-warning-bg "#09090d" 27set notification-warning-bg "#000000"
28set notification-warning-fg "#a3a6ab" 28set notification-warning-fg "#a3a6ab"
29set highlight-color "#CD7860" 29set highlight-color "#CD7860"
30set highlight-active-color "#7A9388" 30set highlight-active-color "#7A9388"
@@ -32,7 +32,7 @@ set 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 "#09090d" 35set recolor-lightcolor "#000000"
36set recolor-darkcolor "#a3a6ab" 36set recolor-darkcolor "#a3a6ab"
37 37
38# vim:ft=conf 38# vim:ft=conf