dots/.config/zathura/zathurarc

43 lines
893 B
Plaintext

# Enable copy to clipboard
set selection-clipboard "clipboard"
set adjust-open "width"
set font "Iosevka Term SS08 16"
set zoom-center "true"
unmap f
map f toggle_fullscreen
map [fullscreen] f toggle_fullscreen
# Theme
set default-bg "#ffffff"
set default-fg "#eee"
set statusbar-bg "#111"
set statusbar-fg "#777"
set inputbar-bg "#111"
set inputbar-fg "#ccc"
set highlight-color "#333"
set notification-bg "#111"
set completion-bg "#111"
set completion-fg "#ccc"
set completion-highlight-fg "#eee"
set completion-highlight-bg "#333"
set highlight-fg "#ccc"
set highlight-color "#111"
set highlight-active-color "#333"
# Dark mode
set recolor
set recolor-darkcolor "#aaa"
set recolor-lightcolor "#111"
# midnight mode
map <F1> focus_inputbar "set default-bg \#111111"
# Hide status bar
set guioptions none
set render-loading "false"
map J zoom out
map K zoom in
map i recolor
unmap q