nvim: Load zathura colors from xdg state directory

This commit is contained in:
Marty Oehme 2023-03-07 10:51:22 +01:00
parent 6f3ac3d31f
commit 2c0d41f4af
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -1,4 +1,6 @@
# overwritten by below colors
include colorscheme include colorscheme
include /home/marty/.local/state/zathura/zathurarc
set recolor "true" set recolor "true"
set selection-clipboard "clipboard" set selection-clipboard "clipboard"
@ -7,4 +9,3 @@ set first-page-column 1
map r reload map r reload
map R rotate map R rotate
map p print map p print