Files
dotfiles/.config/zathura/zathurarc
druckdev d3d727f9a5 zathura: Update (colors, clipboard, binding)
Add binding for recoloring and change its lightcolor to zathuras
background color.
Use the system clipboard for the selections.
2020-10-04 13:50:59 +02:00

10 lines
241 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"