Update zathura Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 19 May 2020 12:27:08 +0530
1 files changed,
13 insertions(+),
14 deletions(-)
jump to
M
config/zathura/zathurarc
→
config/zathura/zathurarc
@@ -2,32 +2,31 @@ set incremental-search true
set recolor "true" -set default-bg "#f8f8f8" -set default-fg "#383838" +set default-bg "#fafafa" +set default-fg "#676767" -set completion-bg "#f8f8f8" -set completion-fg "#383838" -set completion-highlight-bg "#7cafc2" -set completion-highlight-fg "#383838" +set completion-bg "#fafafa" +set completion-fg "#676767" +set completion-highlight-bg "#6587bf" +set completion-highlight-fg "#676767" -set statusbar-bg "#7cafc2" -set statusbar-fg "#f8f8f8" +set statusbar-bg "#6587bf" +set statusbar-fg "#fafafa" -set inputbar-bg "#f8f8f8" -set inputbar-fg "#383838" +set inputbar-bg "#fafafa" +set inputbar-fg "#676767" -set recolor-darkcolor "#383838" -set recolor-lightcolor "#f8f8f8" +set recolor-darkcolor "#676767" +set recolor-lightcolor "#fafafa" set window-height "800" set window-width "600" set adjust-open "width" -set smooth-scroll true set statusbar-home-tilde "true" set statusbar-h-padding "50" set statusbar-v-padding "50" -set font "SF Mono Semibold 12" +set font "SF Mono 12"