blob: e87673c2548d2d2d5809d3f06267c4ddb6b66479 (
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
|
# Base16 {{scheme-name}}
# Author: {{scheme-author}}
# zathurarc-dark
# based on
# https://github.com/chriskempson/base16-builder/blob/master/templates/zathura/zathurarc-dark.erb
# by https://github.com/esn89/base16-zathura/blob/master/zathurarc-dark
set default-bg "#{{base00-hex}}"
set default-fg "#{{base01-hex}}"
set statusbar-fg "#{{base04-hex}}"
set statusbar-bg "#{{base01-hex}}"
set inputbar-bg "#{{base00-hex}}"
set inputbar-fg "#{{base02-hex}}"
set notification-error-bg "#{{base08-hex}}"
set notification-error-fg "#{{base00-hex}}"
set notification-warning-bg "#{{base08-hex}}"
set notification-warning-fg "#{{base00-hex}}"
set highlight-color "#{{base0A-hex}}"
set highlight-active-color "#{{base0D-hex}}"
set completion-highlight-fg "#{{base02-hex}}"
set completion-highlight-bg "#{{base0C-hex}}"
set completion-bg "#{{base02-hex}}"
set completion-fg "#{{base0C-hex}}"
set notification-bg "#{{base0B-hex}}"
set notification-fg "#{{base00-hex}}"
set recolor-lightcolor "#{{base00-hex}}"
set recolor-darkcolor "#{{base06-hex}}"
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:
|