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-frappe | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .config/zathura/catppuccin-frappe (limited to '.config/zathura/catppuccin-frappe') diff --git a/.config/zathura/catppuccin-frappe b/.config/zathura/catppuccin-frappe new file mode 100644 index 0000000..6622439 --- /dev/null +++ b/.config/zathura/catppuccin-frappe @@ -0,0 +1,37 @@ +set default-fg "#C6D0F5" +set default-bg "#303446" + +set completion-bg "#414559" +set completion-fg "#C6D0F5" +set completion-highlight-bg "#575268" +set completion-highlight-fg "#C6D0F5" +set completion-group-bg "#414559" +set completion-group-fg "#8CAAEE" + +set statusbar-fg "#C6D0F5" +set statusbar-bg "#414559" + +set notification-bg "#414559" +set notification-fg "#C6D0F5" +set notification-error-bg "#414559" +set notification-error-fg "#E78284" +set notification-warning-bg "#414559" +set notification-warning-fg "#FAE3B0" + +set inputbar-fg "#C6D0F5" +set inputbar-bg "#414559" + +set recolor-lightcolor "#303446" +set recolor-darkcolor "#C6D0F5" + +set index-fg "#C6D0F5" +set index-bg "#303446" +set index-active-fg "#C6D0F5" +set index-active-bg "#414559" + +set render-loading-bg "#303446" +set render-loading-fg "#C6D0F5" + +set highlight-color "#575268" +set highlight-fg "#F4B8E4" +set highlight-active-color "#F4B8E4" -- cgit v1.2.3-70-g09d2