Change emacs light theme to os1
This commit is contained in:
parent
88d7f81d1c
commit
3bfa8383bb
|
@ -40,7 +40,7 @@ fi
|
||||||
mode=$1
|
mode=$1
|
||||||
|
|
||||||
if [ "$mode" = "light" ]; then
|
if [ "$mode" = "light" ]; then
|
||||||
emacsclient --eval "(load-theme 'doom-solarized-light 'no-confirm)"
|
emacsclient --eval "(load-theme 'os1 'no-confirm)"
|
||||||
change_theme "$DARK_THEME" "$LIGHT_THEME"
|
change_theme "$DARK_THEME" "$LIGHT_THEME"
|
||||||
recolor_zathura
|
recolor_zathura
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue