Change emacs light theme to doom-flatwhite

This commit is contained in:
coolneng 2020-10-27 13:12:17 +01:00
parent f1c108d991
commit f39e3e50de
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
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

View File

@ -299,8 +299,8 @@ bindsym $mod+Shift+t mode "$Theme-switch"
set $Theme-switch (l) light-theme, (d) dark-theme
mode "$Theme-switch" {
bindsym l exec --no-startup-id ~/.local/share/scripts/switch_theme "light", mode "default"
bindsym d exec --no-startup-id ~/.local/share/scripts/switch_theme "dark", mode "default"
bindsym l exec --no-startup-id ~/.local/share/scripts/switch-theme "light", mode "default"
bindsym d exec --no-startup-id ~/.local/share/scripts/switch-theme "dark", mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"