Change Emacs light theme to nord-light
This commit is contained in:
parent
f0fd0c7a56
commit
858ecae4e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue