From bc8e2e19a844bc546b54745aa10a8452b5681cdc Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Fri, 7 Oct 2022 22:27:41 -0700 Subject: emacs: ef-themes --- .emacs.local.d/modes/themes.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 552aded..14efddd 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,3 +1,5 @@ +(use-package ef-themes :ensure t) + (setq modus-themes-mode-line '(accented borderless padded) modus-themes-region '(bg-only) @@ -16,9 +18,9 @@ (message "value is %s" value) (if (equal value '1) (progn (message "Switch to dark theme") - (modus-themes-load-vivendi)) + (ef-themes-select 'ef-dark)) (progn (message "Switch to light theme") - (modus-themes-load-operandi)))) + (ef-themes-select 'ef-light)))) (defun mf/color-scheme-changed (path var value) "DBus handler to detect when the color-scheme has changed." -- cgit v1.2.3