diff options
Diffstat (limited to '.emacs.local.d/modes/themes.el')
-rw-r--r-- | .emacs.local.d/modes/themes.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 14efddd..c94d4a1 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -18,9 +18,9 @@ (message "value is %s" value) (if (equal value '1) (progn (message "Switch to dark theme") - (ef-themes-select 'ef-dark)) + (modus-themes-select 'modus-vivendi-tinted)) (progn (message "Switch to light theme") - (ef-themes-select 'ef-light)))) + (modus-themes-select 'modus-operandi-tinted)))) (defun mf/color-scheme-changed (path var value) "DBus handler to detect when the color-scheme has changed." |