dots/.config/zathura/zathurarc

31 lines
530 B
Plaintext

# Enable copy to clipboard
set selection-clipboard clipboard
set adjust-open best-width
set font "Iosevka Term SS08 16"
# Theme
set default-bg "#111"
set default-fg "#ccc"
set statusbar-bg "#111"
set statusbar-fg "#777"
set inputbar-bg "#111"
set inputbar-fg "#ccc"
set highlight-color "#333"
set notification-bg "#111"
# Dark mode
set recolor true
set recolor-darkcolor "#aaa"
set recolor-lightcolor "#111"
# Hide status bar
# Set guioptions none
map J zoom out
map K zoom in
map i recolor
unmap q
# Zooming
set zoom-center