config/zathura/zathurarc (view raw)
1set incremental-search true
2
3set recolor "true"
4
5set default-bg "#f8f8f8"
6set default-fg "#383838"
7
8set completion-bg "#f8f8f8"
9set completion-fg "#383838"
10set completion-highlight-bg "#7cafc2"
11set completion-highlight-fg "#383838"
12
13set statusbar-bg "#7cafc2"
14set statusbar-fg "#f8f8f8"
15
16set inputbar-bg "#f8f8f8"
17set inputbar-fg "#383838"
18
19set recolor-darkcolor "#383838"
20set recolor-lightcolor "#f8f8f8"
21
22set window-height "800"
23set window-width "600"
24
25set adjust-open "width"
26set smooth-scroll true
27set statusbar-home-tilde "true"
28set statusbar-h-padding "50"
29set statusbar-v-padding "50"
30
31set font "SF Mono Semibold 12"
32
33