From 21daa33a81081f7ee2cabe102e4cf6e5ead0cac1 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 1 Dec 2022 11:06:13 +0100 Subject: [PATCH] Change emacs light theme to solarized 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 68c695c..fdf4184 100755 --- a/scripts/.local/share/scripts/switch-theme +++ b/scripts/.local/share/scripts/switch-theme @@ -34,7 +34,7 @@ fi mode=$1 if [ "$mode" = "light" ]; then - emacsclient --eval "(load-theme 'doom-flatwhite 'no-confirm)" + emacsclient --eval "(load-theme 'doom-solarized-light 'no-confirm)" change_theme dark light recolor_zathura else