dotfiles/zathurarc
2015-09-14 00:58:07 +02:00

37 lines
944 B
Plaintext

# general
set font "gohufont normal 11"
set default-bg "#181b20"
set statusbar-fg "#cdcdcd"
set statusbar-bg "#525f66"
set highlight-color "#b3b3b3"
set highlight-active-color "#765636"
set inputbar-fg "#9b9081"
set inputbar-bg "#181b20"
# dark mode
set recolor true
set recolor-lightcolor "#181b20"
set recolor-darkcolor "#9b9081"
# nofitications
set notification-error-fg "#cdcdcd"
set notification-error-bg "#744b40"
set notification-warning-fg "#cdcdcd"
set notification-warning-bg "#6d6137"
# completion bar
set n-completion-items 5
set completion-bg "#cdcdcd"
set completion-fg "#525f66"
set completion-highlight-fg "#cdcdcd"
set completion-highlight-bg "#435861"
# page view
set page-padding 5
set adjust-open "width"