dotfiles/zathurarc
2015-10-13 11:14:47 +02:00

35 lines
953 B
Plaintext

# general
set font "xft:DejaVu Sans Mono:size=14"
set default-bg "#fdf6e3"
set statusbar-fg "#586e75"
set statusbar-bg "#fdf6e3"
set highlight-color "#2aa198"
set highlight-active-color "#6c71c4"
set inputbar-fg "#586e75"
set inputbar-bg "#fdf6e3"
# light mode
set recolor true
set recolor-lightcolor "#fdf6e3"
set recolor-darkcolor "#586e75"
# 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 "#fdf6e3"
set completion-fg "#586e75"
set completion-highlight-fg "#cdcdcd"
set completion-highlight-bg "#435861"
# page view
set page-padding 5
set adjust-open "width"