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