diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/zathura/zathurarc | 45 |
1 files changed, 20 insertions, 25 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index a3d7f3c..c8b52a6 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc | |||
@@ -2,40 +2,35 @@ set selection-clipboard "clipboard" | |||
2 | set incremental-search "true" | 2 | set incremental-search "true" |
3 | set guioptions "shv" | 3 | set guioptions "shv" |
4 | 4 | ||
5 | set default-fg "#9e9e9e" | 5 | set default-bg "#191724" |
6 | set default-bg "#0e0e0e" | 6 | set default-fg "#e0def4" |
7 | 7 | ||
8 | set recolor-darkcolor "#b2b2b2" | 8 | set statusbar-fg "#e0def4" |
9 | set recolor-lightcolor "#080808" | 9 | set statusbar-bg "#555169" |
10 | 10 | ||
11 | set statusbar-fg "#b2b2b2" | 11 | set inputbar-bg "#6e6a86" |
12 | set statusbar-bg "#080808" | 12 | set inputbar-fg "#ebbcba" |
13 | 13 | ||
14 | set inputbar-fg "#9e9e9e" | 14 | set notification-bg "#e0def4" |
15 | set inputbar-bg "#080808" | 15 | set notification-fg "#555169" |
16 | 16 | ||
17 | set notification-fg "#c8ccd4" | 17 | set notification-error-bg "#f6c177" |
18 | set notification-bg "#282c34" | 18 | set notification-error-fg "#555169" |
19 | 19 | ||
20 | set notification-error-fg "#ff5454" | 20 | set notification-warning-bg "#ebbcba" |
21 | set notification-error-bg "#080808" | 21 | set notification-warning-fg "#555169" |
22 | 22 | ||
23 | set notification-warning-fg "#e3c78a" | 23 | set highlight-color "#ebbcba" |
24 | set notification-warning-bg "#080808" | 24 | set highlight-active-color "#eb6f92" |
25 | 25 | ||
26 | set highlight-color "#e5c07b" | 26 | set completion-bg "#6e6a86" |
27 | set highlight-active-color "#ff5454" | 27 | set completion-fg "#ebbcba" |
28 | 28 | ||
29 | set completion-fg "#80a0ff" | 29 | set completion-highlight-fg "#26233a" |
30 | set completion-bg "#080808" | 30 | set completion-highlight-bg "#ebbcba" |
31 | 31 | ||
32 | set completion-highlight-fg "#080808" | 32 | set recolor-lightcolor "#191724" |
33 | set completion-highlight-bg "#80a0ff" | 33 | set recolor-darkcolor "#e0def4" |
34 | |||
35 | set index-fg "#9e9e9e" | ||
36 | set index-bg "#080808" | ||
37 | set index-active-fg "#080808" | ||
38 | set index-active-bg "#8cc85f" | ||
39 | 34 | ||
40 | set recolor "true" | 35 | set recolor "true" |
41 | set recolor-keephue "false" | 36 | set recolor-keephue "false" |