diff options
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index c8b52a6..37ed5d2 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc | |||
@@ -2,38 +2,10 @@ 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-bg "#191724" | ||
6 | set default-fg "#e0def4" | ||
7 | |||
8 | set statusbar-fg "#e0def4" | ||
9 | set statusbar-bg "#555169" | ||
10 | |||
11 | set inputbar-bg "#6e6a86" | ||
12 | set inputbar-fg "#ebbcba" | ||
13 | |||
14 | set notification-bg "#e0def4" | ||
15 | set notification-fg "#555169" | ||
16 | |||
17 | set notification-error-bg "#f6c177" | ||
18 | set notification-error-fg "#555169" | ||
19 | |||
20 | set notification-warning-bg "#ebbcba" | ||
21 | set notification-warning-fg "#555169" | ||
22 | |||
23 | set highlight-color "#ebbcba" | ||
24 | set highlight-active-color "#eb6f92" | ||
25 | |||
26 | set completion-bg "#6e6a86" | ||
27 | set completion-fg "#ebbcba" | ||
28 | |||
29 | set completion-highlight-fg "#26233a" | ||
30 | set completion-highlight-bg "#ebbcba" | ||
31 | |||
32 | set recolor-lightcolor "#191724" | ||
33 | set recolor-darkcolor "#e0def4" | ||
34 | |||
35 | set recolor "true" | 5 | set recolor "true" |
36 | set recolor-keephue "false" | 6 | set recolor-keephue "false" |
37 | set synctex "true" | 7 | set synctex "true" |
38 | 8 | ||
39 | set sandbox none | 9 | set sandbox none |
10 | |||
11 | include catppuccin-mocha | ||