README 744 B

123456789101112
  1. -*- mode: org; -*-
  2. [[file:zathurarc]] includes =theme= file (git-ignored) which is just a
  3. symlink to [[file:dark-theme][file:light-theme]] or [[file:dark-theme][file:dark-theme]]. This =theme= file may
  4. be easily "re-linked", for example by a shell script, so I can switch
  5. between the dark and the light themes without modifying zathura config.
  6. Actually since I start Zathura only from Emacs, instead of a shell
  7. script I use some elisp code to synchronize my zathura theme with the
  8. current emacs theme before Zathura is started. The relevant code is
  9. 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]].