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
commit

656d8e4d87f89925bfbe627681d954528051183e

parent

e05bf5b09ad4977476c87e2d35c6439a7b06a92a

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