summaryrefslogtreecommitdiffstats
path: root/.config/zathura/catppuccin-macchiato
diff options
context:
space:
mode:
Diffstat (limited to '.config/zathura/catppuccin-macchiato')
-rw-r--r--.config/zathura/catppuccin-macchiato37
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/zathura/catppuccin-macchiato b/.config/zathura/catppuccin-macchiato
new file mode 100644
index 0000000..4e447da
--- /dev/null
+++ b/.config/zathura/catppuccin-macchiato
@@ -0,0 +1,37 @@
1set default-fg "#CAD3F5"
2set default-bg "#24273A"
3
4set completion-bg "#363A4F"
5set completion-fg "#CAD3F5"
6set completion-highlight-bg "#575268"
7set completion-highlight-fg "#CAD3F5"
8set completion-group-bg "#363A4F"
9set completion-group-fg "#8AADF4"
10
11set statusbar-fg "#CAD3F5"
12set statusbar-bg "#363A4F"
13
14set notification-bg "#363A4F"
15set notification-fg "#CAD3F5"
16set notification-error-bg "#363A4F"
17set notification-error-fg "#ED8796"
18set notification-warning-bg "#363A4F"
19set notification-warning-fg "#FAE3B0"
20
21set inputbar-fg "#CAD3F5"
22set inputbar-bg "#363A4F"
23
24set recolor-lightcolor "#24273A"
25set recolor-darkcolor "#CAD3F5"
26
27set index-fg "#CAD3F5"
28set index-bg "#24273A"
29set index-active-fg "#CAD3F5"
30set index-active-bg "#363A4F"
31
32set render-loading-bg "#24273A"
33set render-loading-fg "#CAD3F5"
34
35set highlight-color "#575268"
36set highlight-fg "#F5BDE6"
37set highlight-active-color "#F5BDE6"