dotfiles/zathura/zathurarc
2023-10-04 10:31:27 -06:00

35 lines
945 B
Text

set guioptions none
set recolor
set recolor-keephue
set default-fg "#d3869b"
set default-bg "#121212"
set statusbar-fg "#121212"
set statusbar-bg "#d3869b"
set inputbar-fg "#121212"
set inputbar-bg "#d3869b"
set notification-fg "#121212"
set notification-bg "#d3869b"
set notification-error-fg "#121212"
set notification-error-bg "#ab4642"
set notification-warning-bg "#121212"
set notification-warning-fg "#ab4642"
set highlight-color "#d3869b"
set highlight-active-color "#d3869b"
set highlight-fg "#d3869b"
set completion-bg "#d3869b"
set completion-fg "#121212"
set completion-highlight-fg "#121212"
set completion-highlight-bg "#d3869b"
set recolor-lightcolor "#121212"
set recolor-darkcolor "#ebdbb2"