diff options
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 4 |
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 | |||
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 "#09090d" | 17 | set default-bg "#000000" |
18 | set default-fg "#a3a6ab" | 18 | set default-fg "#a3a6ab" |
19 | set statusbar-bg "#09090d" | 19 | set statusbar-bg "#000000" |
20 | set statusbar-fg "#a3a6ab" | 20 | set statusbar-fg "#a3a6ab" |
21 | set inputbar-bg "#09090d" | 21 | set inputbar-bg "#09090d" |
22 | set inputbar-fg "#a3a6ab" | 22 | set inputbar-fg "#a3a6ab" |