summaryrefslogtreecommitdiffstats
path: root/.config/zathura/zathurarc
blob: 35f591ad65928f6d89cc32eff3579514413b271d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Keyboard maps
map [normal] c recolor
map [fullscreen] c recolor
map [normal] b toggle_statusbar
map [fullscreen] b toggle_statusbar
map [normal] f toggle_fullscreen
map [fullscreen] f toggle_fullscreen
map [normal] = zoom in
map [fullscreen] = zoom in
map [normal] _ zoom out
map [fullscreen] _ zoom out

# Colours
set recolor-darkcolor "#c5c8c6"
set recolor-lightcolor  "#1d1f21"
set statusbar-fg "#c5c8c6"
set statusbar-bg "#1d1f21"