summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
blob: 04a97abf1fddc85f2ac7f4678e17a6fb59d5a728 (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
set recolor "true"
set completion-bg "#1c1c1c"
set completion-fg "#b5b4c9"
set completion-group-bg "#1c1c1c"
set completion-group-fg "#76a065"
set completion-highlight-bg "#b5b4c9"
set completion-highlight-fg "#1c1c1c"
set recolor-lightcolor "#1c1c1c"
set recolor-darkcolor "#b5b4c9"
set default-bg "#1c1c1c"
set inputbar-bg "#1c1c1c"
set inputbar-fg "#b5b4c9"
set notification-bg "#1c1c1c"
set notification-fg "#b5b4c9"
set notification-error-bg "#cf8164"
set notification-error-fg "#b5b4c9"
set notification-warning-bg "#cf8164"
set notification-warning-fg "#b5b4c9"
set statusbar-bg "#1c1c1c"
set statusbar-fg "#b5b4c9"
set index-bg "#1c1c1c"
set index-fg "#b5b4c9"
set index-active-bg "#b5b4c9"
set index-active-fg "#1c1c1c"
set render-loading-bg "#1c1c1c"
set render-loading-fg "#b5b4c9"
set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard

# vim: set ft=config: