From 24cc2b2d79540f24ed4ec541b864324ad6398bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 11 May 2023 08:09:37 -0700 Subject: emacs: use modus tinted themes --- .emacs.local.d/modes/themes.el | 4 ++-- 1 file 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." -- cgit v1.2.3