forked from esn89/base16-zathura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzathurarc-dark
executable file
·39 lines (27 loc) · 1.21 KB
/
zathurarc-dark
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
# zathurarc-dark
set font "inconsolata 9"
set default-bg "#151515" #00
set default-fg "#202020" #01
set statusbar-fg "#B0B0B0" #04
set statusbar-bg "#202020" #01
set inputbar-bg "#151515" #00 currently not used
set inputbar-fg "#303030" #02
set notification-error-bg "#AC4142" #08
set notification-error-fg "#151515" #00
set notification-warning-bg "#AC4142" #08
set notification-warning-fg "#151515" #00
set highlight-color "#F4BF75" #0A
set highlight-active-color "#6A9FB5" #0D
set completion-highlight-fg "#303030" #02
set completion-highlight-bg "#75B5AA" #0C
set completion-bg "#303030" #02
set completion-fg "#75B5AA" #0C
set notification-bg "#90A959" #0B
set notification-fg "#151515" #00
set recolor-lightcolor "#151515" #00
set recolor-darkcolor "#E0E0E0" #06
set recolor "true"
# setting recolor-keep true will keep any color your pdf has.
# if it is false, it'll just be black and white
set recolor-keephue "true"
# Rest of your configs go here: