Change emacs light theme to solarized light
This commit is contained in:
parent
3a16db8de9
commit
21daa33a81
@ -34,7 +34,7 @@ fi
|
||||
mode=$1
|
||||
|
||||
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
|
||||
recolor_zathura
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user