aboutsummaryrefslogtreecommitdiff
path: root/zathura/.config/zathura/zathurarc
blob: cae43b1a0728e30766b7fec092dbefceefee9ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
set incremental-search true

set recolor "true"

set default-bg "#ffffff"
set default-fg "#4d4d4c"

set completion-bg "#ffffff"
set completion-fg "#4d4d4c"
set completion-highlight-bg "#ff0080"
set completion-highlight-fg "#4d4d4c"

# set statusbar-bg "#ff0080"
# set statusbar-fg "#ffffff"

set inputbar-bg "#ffffff"
set inputbar-fg "#4d4d4c"

set recolor-darkcolor "#4d4d4c"
set recolor-lightcolor "#ffffff"

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 guioptions ""

set font "SF Mono 10"