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