summaryrefslogtreecommitdiffstats
path: root/.config/zathura/catppuccin-macchiato
diff options
context:
space:
mode:
authorYigit Sever2022-12-21 13:21:39 +0300
committerYigit Sever2022-12-21 13:21:39 +0300
commit0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94 (patch)
treee796858340b2a8cf4a190206f02efbedd0ccf338 /.config/zathura/catppuccin-macchiato
parentc3877c6a53183783bd7e1607d3c1b82c587f4986 (diff)
downloaddotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.tar.gz
dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.tar.bz2
dotfiles-0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94.zip
feat(zathura): catppuccin colors
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"