diff options
Diffstat (limited to '.config/zathura/catppuccin-mocha')
-rw-r--r-- | .config/zathura/catppuccin-mocha | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/zathura/catppuccin-mocha b/.config/zathura/catppuccin-mocha new file mode 100644 index 0000000..e0faa05 --- /dev/null +++ b/.config/zathura/catppuccin-mocha | |||
@@ -0,0 +1,37 @@ | |||
1 | set default-fg "#CDD6F4" | ||
2 | set default-bg "#1E1E2E" | ||
3 | |||
4 | set completion-bg "#313244" | ||
5 | set completion-fg "#CDD6F4" | ||
6 | set completion-highlight-bg "#575268" | ||
7 | set completion-highlight-fg "#CDD6F4" | ||
8 | set completion-group-bg "#313244" | ||
9 | set completion-group-fg "#89B4FA" | ||
10 | |||
11 | set statusbar-fg "#CDD6F4" | ||
12 | set statusbar-bg "#313244" | ||
13 | |||
14 | set notification-bg "#313244" | ||
15 | set notification-fg "#CDD6F4" | ||
16 | set notification-error-bg "#313244" | ||
17 | set notification-error-fg "#F38BA8" | ||
18 | set notification-warning-bg "#313244" | ||
19 | set notification-warning-fg "#FAE3B0" | ||
20 | |||
21 | set inputbar-fg "#CDD6F4" | ||
22 | set inputbar-bg "#313244" | ||
23 | |||
24 | set recolor-lightcolor "#1E1E2E" | ||
25 | set recolor-darkcolor "#CDD6F4" | ||
26 | |||
27 | set index-fg "#CDD6F4" | ||
28 | set index-bg "#1E1E2E" | ||
29 | set index-active-fg "#CDD6F4" | ||
30 | set index-active-bg "#313244" | ||
31 | |||
32 | set render-loading-bg "#1E1E2E" | ||
33 | set render-loading-fg "#CDD6F4" | ||
34 | |||
35 | set highlight-color "#575268" | ||
36 | set highlight-fg "#F5C2E7" | ||
37 | set highlight-active-color "#F5C2E7" | ||