Files
dotfiles/.config/zathura/zathurarc

23 lines
536 B
Plaintext

# Use system clipboard for selection.
set selection-clipboard "clipboard"
# Dark colors
set default-bg "rgba(25, 25, 25, 0.5)"
set notification-bg "#000000"
set notification-fg "#FFFFFF"
# Invert colors per default. Toggle with `i`
map i recolor
set recolor true
set recolor-lightcolor "rgba(25, 25, 25, 0)"
set recolor-darkcolor "#FFFFFF"
set recolor-keephue true
set recolor-reverse-video true
# Search while typing
set incremental-search true
# vimtex
set synctex true
set synctex-editor-command "nvr --remote +%{line} %{input}"