diff options
Diffstat (limited to 'pwmt')
-rw-r--r-- | pwmt/.config/zathura/zathurarc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc index 289ca0d..1983642 100644 --- a/pwmt/.config/zathura/zathurarc +++ b/pwmt/.config/zathura/zathurarc @@ -1,13 +1,13 @@ -set font "Droid Sans Mono 10.5" +set font "Droid Sans Mono 10.5" -set inputbar-bg "#161616" -set inputbar-fg "#909737" +set inputbar-bg "#161616" +set inputbar-fg "#909737" -set statusbar-bg "#161616" -set statusbar-fg "#909737" +set statusbar-bg "#161616" +set statusbar-fg "#909737" -set completion-bg "#161616" -set completion-fg "#909737" +set completion-bg "#161616" +set completion-fg "#909737" -set completion-highlight-bg "#909737" -set completion-highlight-fg "#161616" +set completion-highlight-bg "#909737" +set completion-highlight-fg "#161616" |