blob: ebfd44a4072fd490b62b7b6024085b86d68be65f (
plain) (
blame)
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
|
# actual zathura config
set recolor "true"
set completion-bg "{color0}"
set completion-fg "{color15}"
set completion-group-bg "{color0}"
set completion-group-fg "{color2}"
set completion-highlight-bg "{color15}"
set completion-highlight-fg "{color0}"
set recolor-lightcolor "{color0}"
set recolor-darkcolor "{color15}"
set default-bg "{color0}"
set inputbar-bg "{color0}"
set inputbar-fg "{color15}"
set notification-bg "{color0}"
set notification-fg "{color15}"
set notification-error-bg "{color1}"
set notification-error-fg "{color15}"
set notification-warning-bg "{color1}"
set notification-warning-fg "{color15}"
set statusbar-bg "{color0}"
set statusbar-fg "{color15}"
set index-bg "{color0}"
set index-fg "{color15}"
set index-active-bg "{color15}"
set index-active-fg "{color0}"
set render-loading-bg "{color0}"
set render-loading-fg "{color15}"
set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
|