zathura: Dark colors + Make default pdf program

This commit is contained in:
2020-11-05 12:51:38 +01:00
parent 1491c998a3
commit 74dd5de08d
2 changed files with 6 additions and 3 deletions

View File

@@ -1,12 +1,16 @@
# Use system clipboard for selection.
set selection-clipboard "clipboard"
# Dark colors
set default-bg "#252525"
set notification-bg "#000000"
set notification-fg "#FFFFFF"
# 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