# HG changeset patch # User zegervdv # Date 1615483560 -3600 # Node ID 8eea2953979cb78d570db8900db0d7d44c69e8bd # Parent 01ed548d66b772b37f8d9d1c4e9d895696f88287 Add Color config for zathura diff -r 01ed548d66b7 -r 8eea2953979c dot_config/private_zathura/.keep diff -r 01ed548d66b7 -r 8eea2953979c dot_config/private_zathura/zathurarc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/private_zathura/zathurarc Thu Mar 11 18:26:00 2021 +0100 @@ -0,0 +1,47 @@ +set window-title-basename "true" +set selection-clipboard "clipboard" + +map recolor + +set notification-error-bg "#1f2430" +set notification-error-fg "#fb4934" +set notification-warning-bg "#1f2430" +set notification-warning-fg "#fabd2f" +set notification-bg "#1f2430" +set notification-fg "#b8bb26" + +set completion-bg "#1f2430" +set completion-fg "#bfbab0" +set completion-group-bg "#3c3836" +set completion-group-fg "#928374" +set completion-highlight-bg "#83a598" +set completion-highlight-fg "#504945" + +# Define the color in index mode +set index-bg "#f43753" +set index-fg "#73cef4" +set index-active-bg "#f43753" +set index-active-fg "#504945" + +set inputbar-bg "#1f2430" +set inputbar-fg "#bfbab0" + +set statusbar-bg "#1f2430" +set statusbar-fg "#bfbab0" + +set highlight-color "#ffb86c" +set highlight-active-color "#ffc24b" + +set default-bg "#282c34" +set default-fg "#abb2bf" +set render-loading true +set render-loading-bg "#1f2430" +set render-loading-fg "#bfbab0" + +# Recolor book content's color +set recolor-lightcolor "#282c34" +set recolor-darkcolor "#abb2bf" +set recolor "true" +# set recolor-keephue true # keep original color + +set adjust-open width