From 858ecae4e66b63c8ac2f69b2429f95b9e113c8ee Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 15 Mar 2021 10:01:54 +0100 Subject: [PATCH] Change Emacs light theme to nord-light --- scripts/.local/share/scripts/switch-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.local/share/scripts/switch-theme b/scripts/.local/share/scripts/switch-theme index f01f8ed..69468f4 100755 --- a/scripts/.local/share/scripts/switch-theme +++ b/scripts/.local/share/scripts/switch-theme @@ -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