all repos — nixfiles @ faa2328752953e0dea28b3b004b681a2cbd3e428

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

Emacs: change dark theme to spacemacs'

Alan Pearce
commit

faa2328752953e0dea28b3b004b681a2cbd3e428

parent

56fd345c2e2abbf9e9a48e2b22df4851082c80fd

1 file changed, 1 insertion(+), 1 deletion(-)

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