From bd3f8c1fe0d3cfb16109cdef85fc4ecdb9ae4473 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 30 Nov 2021 22:52:17 -0500 Subject: [PATCH] Add zathura config --- dot_config/private_zathura/zathurarc | 57 ++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 dot_config/private_zathura/zathurarc diff --git a/dot_config/private_zathura/zathurarc b/dot_config/private_zathura/zathurarc new file mode 100644 index 0000000000000000000000000000000000000000..37a047cbfb0d88bec3a36ccdc03b7ad90d595fe9 --- /dev/null +++ b/dot_config/private_zathura/zathurarc @@ -0,0 +1,57 @@ +set first-page-column 1 +set guioptions null + +# Dracula color theme for Zathura +set window-title-basename "true" +set selection-clipboard "clipboard" + +# +# Dracula color theme +# + +set notification-error-bg "#ff5555" # Red +set notification-error-fg "#f8f8f2" # Foreground +set notification-warning-bg "#ffb86c" # Orange +set notification-warning-fg "#44475a" # Selection +set notification-bg "#282a36" # Background +set notification-fg "#f8f8f2" # Foreground + +set completion-bg "#282a36" # Background +set completion-fg "#6272a4" # Comment +set completion-group-bg "#282a36" # Background +set completion-group-fg "#6272a4" # Comment +set completion-highlight-bg "#44475a" # Selection +set completion-highlight-fg "#f8f8f2" # Foreground + +set index-bg "#282a36" # Background +set index-fg "#f8f8f2" # Foreground +set index-active-bg "#44475a" # Current Line +set index-active-fg "#f8f8f2" # Foreground + +set inputbar-bg "#282a36" # Background +set inputbar-fg "#f8f8f2" # Foreground +set statusbar-bg "#282a36" # Background +set statusbar-fg "#f8f8f2" # Foreground + +set highlight-color "#ffb86c" # Orange +set highlight-active-color "#ff79c6" # Pink + +set default-bg "#282a36" # Background +set default-fg "#f8f8f2" # Foreground + +set render-loading true +set render-loading-fg "#282a36" # Background +set render-loading-bg "#f8f8f2" # Foreground + +# +# Recolor mode settings +# +set recolor-lightcolor "#282a36" # Background +set recolor-darkcolor "#f8f8f2" # Foreground + +# +# Startup options +# +set adjust-open width +set recolor "true" +set recolor-keephue "true"