dotfiles/zathura/.config/zathura/zathurarc

15 lines
390 B
Plaintext
Raw Normal View History

2019-12-03 01:56:03 +01:00
# Zathura configuration
2019-03-24 15:03:56 +01:00
set adjust-open "width"
set selection-clipboard clipboard
set recolor-lightcolor "#161821"
set recolor-darkcolor "#c6c8d1"
2019-03-24 15:03:56 +01:00
set recolor true
2019-12-03 01:56:03 +01:00
#set smooth-scroll true
2019-03-24 15:03:56 +01:00
set window-title-basename true
set completion-bg "#161821"
set statusbar-bg "#161821"
set statusbar-fg "#c6c8d1"
set highlight-color "#a093c7"
set highlight-active-color "#a093c7"
set font "Go Mono 9"