blob: 723e11aeef96b1cec7a784301d1c16281ecb4e9f (
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
|
set sandbox none
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
set default-bg "#1d2021"
set default-fg "#ebdbb2"
set statusbar-bg "#1d2021"
set statusbar-fg "#ebdbb2"
set notification-bg "#1d2021"
set notification-fg "#b8bb26"
set notification-warning-bg "#1d2021"
set notification-warning-fg "#fabd2f"
set notification-error-bg "#1d2021"
set notification-error-fg "#fb4934"
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map r reload
map R rotate
map K zoom in
map J zoom out
map i recolor
map p print
map b toggle_statusbar
|