dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

zathurarc (245B)


      1 set synctex true
      2 set synctex-editor-command "nvim --remote +%{line} %{input}"
      3 set default-bg rgba(40,44,52,0.9)
      4 set statusbar-bg rgba(40,44,52,1)
      5 set recolor true
      6 set recolor-lightcolor rgba(40,44,52,0)
      7 set recolor-darkcolor rgba(220,223,228,1)