Change emacs light theme to solarized light

This commit is contained in:
coolneng 2022-12-01 11:06:13 +01:00
parent 3a16db8de9
commit 21daa33a81
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -34,7 +34,7 @@ fi
mode=$1 mode=$1
if [ "$mode" = "light" ]; then if [ "$mode" = "light" ]; then
emacsclient --eval "(load-theme 'doom-flatwhite 'no-confirm)" emacsclient --eval "(load-theme 'doom-solarized-light 'no-confirm)"
change_theme dark light change_theme dark light
recolor_zathura recolor_zathura
else else