Alex Kost b03b67d853 zathura: Use "C-s"/"C-r" to search forward/backward 2 years ago
..
README a9d6b631f6 zathura: Extract theme files from zathurarc 9 years ago
dark-theme 6e1800aaba zathura: Add more colors 4 years ago
light-theme 6e1800aaba zathura: Add more colors 4 years ago
zathurarc b03b67d853 zathura: Use "C-s"/"C-r" to search forward/backward 2 years ago

README

-*- mode: org; -*-

[[file:zathurarc]] includes =theme= file (git-ignored) which is just a
symlink to [[file:dark-theme][file:light-theme]] or [[file:dark-theme][file:dark-theme]]. This =theme= file may
be easily "re-linked", for example by a shell script, so I can switch
between the dark and the light themes without modifying zathura config.

Actually since I start Zathura only from Emacs, instead of a shell
script I use some elisp code to synchronize my zathura theme with the
current emacs theme before Zathura is started. The relevant code is
placed [[https://gitlab.com/alezost-emacs/config/blob/master/settings.el][here]] (search for "zathura" there) and [[https://gitlab.com/alezost-emacs/utils/blob/master/utl-process.el][here]].