all repos — nixfiles @ faa2328752953e0dea28b3b004b681a2cbd3e428

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

Emacs: change dark theme to spacemacs'
Alan Pearce alan@alanpearce.eu
Mon, 03 Oct 2022 18:05:24 +0200
commit

faa2328752953e0dea28b3b004b681a2cbd3e428

parent

56fd345c2e2abbf9e9a48e2b22df4851082c80fd

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 '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")