summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 5ee80ad6..556e65a6 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -73,7 +73,7 @@
                     modus-themes-region '(bg-only)
                     modus-themes-diffs 'desaturated)
               (let ((light-mode-theme 'modus-operandi)
-                    (dark-mode-theme 'modus-vivendi))
+                    (dark-mode-theme 'spacemacs-dark))
                 (defun my/set-dark-or-light-theme ()
                   (let ((appearance (plist-get (mac-application-state) :appearance)))
                     (cond ((equal appearance "NSAppearanceNameAqua")