dotfiles/zathurarc

35 lines
953 B
Plaintext
Raw Normal View History

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