dotfiles/zathura/zathurarc
2023-07-23 21:08:04 -06:00

35 lines
929 B
Text

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