Emacs: switch back to modus-vivendi as dark theme
Alan Pearce alan@alanpearce.eu
Sat, 08 Oct 2022 01:32:26 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -73,7 +73,7 @@ modus-themes-hl-line 'nil modus-themes-region '(bg-only) modus-themes-diffs 'desaturated) (let ((light-mode-theme 'modus-operandi) - (dark-mode-theme 'spacemacs-dark)) + (dark-mode-theme 'modus-vivendi)) (defun my/set-dark-or-light-theme () (let ((appearance (plist-get (mac-application-state) :appearance))) (mapc #'disable-theme custom-enabled-themes)