summaryrefslogtreecommitdiff
path: root/zathura
diff options
context:
space:
mode:
Diffstat (limited to 'zathura')
-rw-r--r--zathura/.config/zathura/zathurarc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
index 2e08e7a..058640a 100644
--- a/zathura/.config/zathura/zathurarc
+++ b/zathura/.config/zathura/zathurarc
@@ -14,9 +14,9 @@ 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 "#09090d" 17set default-bg "#000000"
18set default-fg "#a3a6ab" 18set default-fg "#a3a6ab"
19set statusbar-bg "#09090d" 19set statusbar-bg "#000000"
20set statusbar-fg "#a3a6ab" 20set statusbar-fg "#a3a6ab"
21set inputbar-bg "#09090d" 21set inputbar-bg "#09090d"
22set inputbar-fg "#a3a6ab" 22set inputbar-fg "#a3a6ab"