summaryrefslogtreecommitdiffstats
path: root/ymh-emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-02 23:36:42 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-02 23:36:42 +0000
commitc84e3e306a14cd6739a4668412368a03f34b1ac6 (patch)
tree7c4b5b21bef48056ffd49132797474c11be4db2b /ymh-emacs
parent077d7832c4c5dc6e3fac6f7bf7cd06951c2735c6 (diff)
downloadymh-emacs-c84e3e306a14cd6739a4668412368a03f34b1ac6.tar.gz
ymh-emacs-c84e3e306a14cd6739a4668412368a03f34b1ac6.zip
Add commentary to the init file
Diffstat (limited to 'ymh-emacs')
-rw-r--r--ymh-emacs/ymh-common.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/ymh-emacs/ymh-common.el b/ymh-emacs/ymh-common.el
index 887060e..660a4a4 100644
--- a/ymh-emacs/ymh-common.el
+++ b/ymh-emacs/ymh-common.el
@@ -33,10 +33,11 @@
"Load theme, taking current system APPEARANCE into consideration."
(mapc #'disable-theme custom-enabled-themes)
(pcase appearance
- ;;('light (load-theme 'modus-operandi t))
- ;;('dark (load-theme 'modus-vivendi t))
- ('light (load-theme 'ef-spring t))
- ('dark (load-theme 'ef-dark t))))
+ ('light (load-theme 'modus-operandi-tinted t))
+ ('dark (load-theme 'modus-vivendi-tinted t))
+ ;;('light (load-theme 'ef-spring t))
+ ;;('dark (load-theme 'ef-dark t))
+ ))
(defadvice load-theme
(before theme-dont-propagate activate)