Add binding for recoloring and change its lightcolor to zathuras background color. Use the system clipboard for the selections.
10 lines
241 B
Plaintext
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"
|