Change emacs light theme to os1

This commit is contained in:
coolneng 2023-04-25 07:27:26 +02:00
parent 88d7f81d1c
commit 3bfa8383bb
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fi
mode=$1
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"
recolor_zathura
else