blob: 8c79777aa7d8a1b762a1d99a878d2bdbba72bd35 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
#
# ZATHURARC
# See `man zathurarc` for more info
#
# MAPPINGS
map j scroll up
map k scroll down
map l scroll left
map ; scroll right
map [index] j navigate_index up
map [index] k navigate_index down
map [index] l navigate_index left
map [index] ; navigate_index right
map = zoom in
map - zoom out
map [ rotate rotate-ccw
map ] rotate rotate-cw
map w adjust_window width
map h zoom default
map i toggle_statusbar
map I toggle_index
map t recolor
map m toggle_page_mode
map [fullscreen] m toggle_page_mode
map n navigate next
map p navigate previous
# SETTINGS
set render-loading false
set statusbar-home-tilde true
set statusbar-page-percent true
set scroll-page-aware true
set scroll-step 20
set statusbar-h-padding 8
set statusbar-v-padding 5
set guioptions "hsv"
# THEME
set font "Times New Roman 10"
set recolor true
set recolor-keephue true
set recolor-lightcolor "#000000"
set recolor-darkcolor "#E0E0E0"
set default-bg "#000000"
set default-fg "#F7F7F6"
set statusbar-bg "#202020"
set statusbar-fg "#B0B0B0"
set inputbar-bg "#111111"
set inputbar-fg "#FFFFFF"
set notification-error-bg "#AC4142"
set notification-error-fg "#151515"
set notification-warning-bg "#AC4142"
set notification-warning-fg "#151515"
set highlight-color "#F4BF75"
set highlight-active-color "#6A9FB5"
set completion-highlight-fg "#151515"
set completion-highlight-bg "#90A959"
set completion-bg "#303030"
set completion-fg "#E0E0E0"
set notification-bg "#90A959"
set notification-fg "#151515"
set index-active-bg "#ffffff"
set index-active-fg "#000000"
|