diff options
| author | Raúl Benencia <id@rbenencia.name> | 2023-05-11 08:09:37 -0700 | 
|---|---|---|
| committer | Raúl Benencia <id@rbenencia.name> | 2023-05-11 08:09:37 -0700 | 
| commit | 24cc2b2d79540f24ed4ec541b864324ad6398bd9 (patch) | |
| tree | c9ef09a65da219c9bfba676ec480f4bf2d03f9ef /.emacs.local.d/modes | |
| parent | 21004e70921566b7a616ecd657e3afc07d501599 (diff) | |
emacs: use modus tinted themes
Diffstat (limited to '.emacs.local.d/modes')
| -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." | 
