Change emacs light theme to doom-flatwhite

This commit is contained in:
2020-10-27 13:12:17 +01:00
parent f1c108d991
commit f39e3e50de
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ fi
mode=$1
if [ "$mode" = "light" ]; then
emacsclient --eval "(load-theme 'doom-nord-light 'no-confirm)"
emacsclient --eval "(load-theme 'doom-flatwhite 'no-confirm)"
sed -i "s/iceberg_dark/iceberg_light/" ~/.config/kitty/kitty.conf
sed -i "s/bg=dark/bg=light/" ~/.config/nvim/init.vim
sed -i "s/iceberg_dark/iceberg_light/" ~/.dotfiles/tmux/.tmux.conf