summaryrefslogtreecommitdiffstats
path: root/ymh-emacs/ymh-common.el
diff options
context:
space:
mode:
Diffstat (limited to 'ymh-emacs/ymh-common.el')
-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)