comparison dot_config/private_zathura/zathurarc @ 360:8eea2953979c

Add Color config for zathura
author zegervdv <zegervdv@me.com>
date Thu, 11 Mar 2021 18:26:00 +0100
parents
children
comparison
equal deleted inserted replaced
359:01ed548d66b7 360:8eea2953979c
1 set window-title-basename "true"
2 set selection-clipboard "clipboard"
3
4 map <C-i> recolor
5
6 set notification-error-bg "#1f2430"
7 set notification-error-fg "#fb4934"
8 set notification-warning-bg "#1f2430"
9 set notification-warning-fg "#fabd2f"
10 set notification-bg "#1f2430"
11 set notification-fg "#b8bb26"
12
13 set completion-bg "#1f2430"
14 set completion-fg "#bfbab0"
15 set completion-group-bg "#3c3836"
16 set completion-group-fg "#928374"
17 set completion-highlight-bg "#83a598"
18 set completion-highlight-fg "#504945"
19
20 # Define the color in index mode
21 set index-bg "#f43753"
22 set index-fg "#73cef4"
23 set index-active-bg "#f43753"
24 set index-active-fg "#504945"
25
26 set inputbar-bg "#1f2430"
27 set inputbar-fg "#bfbab0"
28
29 set statusbar-bg "#1f2430"
30 set statusbar-fg "#bfbab0"
31
32 set highlight-color "#ffb86c"
33 set highlight-active-color "#ffc24b"
34
35 set default-bg "#282c34"
36 set default-fg "#abb2bf"
37 set render-loading true
38 set render-loading-bg "#1f2430"
39 set render-loading-fg "#bfbab0"
40
41 # Recolor book content's color
42 set recolor-lightcolor "#282c34"
43 set recolor-darkcolor "#abb2bf"
44 set recolor "true"
45 # set recolor-keephue true # keep original color
46
47 set adjust-open width