Files
dotfiles/.config/zathura/zathurarc
druckdev 69058a86df zathura: Keep colors when recoloring + live-search
Keep colors of images intact when recoloring instead of making them
gray scale.
Jump directly to search matches while typing.
2020-10-06 00:41:36 +02:00

15 lines
348 B
Plaintext

# Use system clipboard for selection.
set selection-clipboard "clipboard"
# Invert colors per default. Toggle with `i`
map i recolor
set recolor true
set recolor-lightcolor "#252525"
set recolor-darkcolor "#FFFFFF"
set default-bg "#252525"
set recolor-keephue true
set recolor-reverse-video true
# Search while typing
set incremental-search true