dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ac2dc361273d75516c5144bc0cf8c3644fa5552c
parent c0017ba351b36990280d576987f13de07222b329
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 22 Jan 2021 17:08:37 +0100

zathura: better dark color

Diffstat:
Mzathura/zathurarc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zathura/zathurarc b/zathura/zathurarc @@ -14,7 +14,7 @@ set font "sans-serif normal 12" # Dark mode colors set recolor-keephue set recolor-lightcolor "#111111" -set recolor-darkcolor "#D2D2D2" +set recolor-darkcolor "#929292" # Use synctex set synctex true