diff options
Diffstat (limited to '.config/zathura/catppuccin-macchiato')
| -rw-r--r-- | .config/zathura/catppuccin-macchiato | 37 |
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 @@ | |||
| 1 | set default-fg "#CAD3F5" | ||
| 2 | set default-bg "#24273A" | ||
| 3 | |||
| 4 | set completion-bg "#363A4F" | ||
| 5 | set completion-fg "#CAD3F5" | ||
| 6 | set completion-highlight-bg "#575268" | ||
| 7 | set completion-highlight-fg "#CAD3F5" | ||
| 8 | set completion-group-bg "#363A4F" | ||
| 9 | set completion-group-fg "#8AADF4" | ||
| 10 | |||
| 11 | set statusbar-fg "#CAD3F5" | ||
| 12 | set statusbar-bg "#363A4F" | ||
| 13 | |||
| 14 | set notification-bg "#363A4F" | ||
| 15 | set notification-fg "#CAD3F5" | ||
| 16 | set notification-error-bg "#363A4F" | ||
| 17 | set notification-error-fg "#ED8796" | ||
| 18 | set notification-warning-bg "#363A4F" | ||
| 19 | set notification-warning-fg "#FAE3B0" | ||
| 20 | |||
| 21 | set inputbar-fg "#CAD3F5" | ||
| 22 | set inputbar-bg "#363A4F" | ||
| 23 | |||
| 24 | set recolor-lightcolor "#24273A" | ||
| 25 | set recolor-darkcolor "#CAD3F5" | ||
| 26 | |||
| 27 | set index-fg "#CAD3F5" | ||
| 28 | set index-bg "#24273A" | ||
| 29 | set index-active-fg "#CAD3F5" | ||
| 30 | set index-active-bg "#363A4F" | ||
| 31 | |||
| 32 | set render-loading-bg "#24273A" | ||
| 33 | set render-loading-fg "#CAD3F5" | ||
| 34 | |||
| 35 | set highlight-color "#575268" | ||
| 36 | set highlight-fg "#F5BDE6" | ||
| 37 | set highlight-active-color "#F5BDE6" | ||
