config/zathura/zathurarc (view raw)
1set incremental-search true
2
3set recolor "true"
4
5set default-bg "#1b2b34"
6set default-fg "#c0c5ce"
7
8set completion-bg "#1b2b34"
9set completion-fg "#c0c5ce"
10set completion-highlight-bg "#6699cc"
11set completion-highlight-fg "#c0c5ce"
12
13set statusbar-bg "#6699cc"
14set statusbar-fg "#1b2b34"
15
16set inputbar-bg "#1b2b34"
17set inputbar-fg "#c0c5ce"
18
19set recolor-darkcolor "#c0c5ce"
20set recolor-lightcolor "#1b2b34"
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"