-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzathurarc
69 lines (46 loc) · 1.14 KB
/
zathurarc
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
# dmyTRUEk's Zathura config file
# OPTIONS:
set selection-clipboard clipboard
set font "JetBrains Mono"
set guioptions "sv"
set window-title-basename true
set statusbar-home-tilde true
set zoom-step 10
set zoom-center true
# MAPS:
unmap q
map Q quit
map i zoom in
map o zoom out
# TODO: make this work:
# map <S-i> zoom in 50
# map <S-o> zoom out 50
unmap d
map d scroll half-down
map u scroll half-up
unmap <C-d>
map <C-d> toggle_page_mode
map <C-1> set "first-page-column 1:1"
map <C-2> set "first-page-column 1:2"
map <C-o> jumplist backward
map <C-i> jumplist forward
# COLORS:
#set recolor true
set recolor-keephue true
set recolor-darkcolor "#f9f5d7"
set recolor-lightcolor "#282828"
# eg search result
set highlight-color rgba(181,118,20,0.3)
# eg current search result
set highlight-active-color rgba(184,187,38,0.3)
#set highlight-fg "#ff00ff"
set default-bg "#242424"
#set default-fg "#ff0000"
set statusbar-bg "#282828"
set statusbar-fg "#f9f5d7"
set inputbar-bg "#282828"
set inputbar-fg "#f9f5d7"
set notification-bg "#282828"
set notification-fg "#f9f5d7"
set notification-error-bg "#9d0006"
set notification-warning-bg "#b57614"