Change Emacs light theme to nord-light

This commit is contained in:
coolneng 2021-03-15 10:01:54 +01:00
parent f0fd0c7a56
commit 858ecae4e6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fi
mode=$1
if [ "$mode" = "light" ]; then
emacsclient --eval "(load-theme 'doom-flatwhite 'no-confirm)"
emacsclient --eval "(load-theme 'doom-nord-light '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