all repos — nixfiles @ 656d8e4d87f89925bfbe627681d954528051183e

System and user configuration, managed by nix and home-manager

Emacs: switch back to modus-vivendi as dark theme
Alan Pearce alan@alanpearce.eu
Sat, 08 Oct 2022 01:32:26 +0200
commit

656d8e4d87f89925bfbe627681d954528051183e

parent

e05bf5b09ad4977476c87e2d35c6439a7b06a92a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/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)