From 0fe3b7a279f6713a7c4c2b781d0078f1a07b2f94 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 21 Dec 2022 13:21:39 +0300 Subject: feat(zathura): catppuccin colors --- .config/zathura/catppuccin-latte | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .config/zathura/catppuccin-latte (limited to '.config/zathura/catppuccin-latte') 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 @@ +set default-fg "#4C4F69" +set default-bg "#EFF1F5" + +set completion-bg "#CCD0DA" +set completion-fg "#4C4F69" +set completion-highlight-bg "#575268" +set completion-highlight-fg "#4C4F69" +set completion-group-bg "#CCD0DA" +set completion-group-fg "#1E66F5" + +set statusbar-fg "#4C4F69" +set statusbar-bg "#CCD0DA" + +set notification-bg "#CCD0DA" +set notification-fg "#4C4F69" +set notification-error-bg "#CCD0DA" +set notification-error-fg "#D20F39" +set notification-warning-bg "#CCD0DA" +set notification-warning-fg "#FAE3B0" + +set inputbar-fg "#4C4F69" +set inputbar-bg "#CCD0DA" + +set recolor-lightcolor "#EFF1F5" +set recolor-darkcolor "#4C4F69" + +set index-fg "#4C4F69" +set index-bg "#EFF1F5" +set index-active-fg "#4C4F69" +set index-active-bg "#CCD0DA" + +set render-loading-bg "#EFF1F5" +set render-loading-fg "#4C4F69" + +set highlight-color "#575268" +set highlight-fg "#EA76CB" +set highlight-active-color "#EA76CB" -- cgit v1.2.3-70-g09d2