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