From 086f2cd86b8af417c0f4f7fa99257990ce3d0a9b Mon Sep 17 00:00:00 2001 From: lara Date: Fri, 20 Nov 2020 19:35:31 +0100 Subject: [PATCH] Add config for Zathura --- config/zathura/zathurarc | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 config/zathura/zathurarc diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc new file mode 100644 index 0000000..12a88bb --- /dev/null +++ b/config/zathura/zathurarc @@ -0,0 +1,52 @@ +# General +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set window-title-basename "true" +set selection-clipboard "clipboard" + + +#Appearance + +set font "Hack 10" + +set notification-error-bg "#282828" # bg +set notification-error-fg "#fb4934" # bright:red +set notification-warning-bg "#282828" # bg +set notification-warning-fg "#fabd2f" # bright:yellow +set notification-bg "#282828" # bg +set notification-fg "#b8bb26" # bright:green + +set completion-bg "#504945" # bg2 +set completion-fg "#ebdbb2" # fg +set completion-group-bg "#3c3836" # bg1 +set completion-group-fg "#928374" # gray +set completion-highlight-bg "#83a598" # bright:blue +set completion-highlight-fg "#504945" # bg2 + +# Define the color in index mode +set index-bg "#504945" # bg2 +set index-fg "#ebdbb2" # fg +set index-active-bg "#83a598" # bright:blue +set index-active-fg "#504945" # bg2 + +set inputbar-bg "#282828" # bg +set inputbar-fg "#ebdbb2" # fg + +set statusbar-bg "#504945" # bg2 +set statusbar-fg "#ebdbb2" # fg + +set highlight-color "#fabd2f" # bright:yellow +set highlight-active-color "#fe8019" # bright:orange + +set default-bg "#282828" # bg +set default-fg "#ebdbb2" # fg +set render-loading true +set render-loading-bg "#282828" # bg +set render-loading-fg "#ebdbb2" # fg + +# Recolor book content's color +set recolor-lightcolor "#282828" # bg +set recolor-darkcolor "#ebdbb2" # fg +set recolor "true" +set recolor-reverse-video "true" # Keep original image colors +set recolor-keephue "true"