From 6d7c38de6b3eed91314dc169db639b71105bc31b Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 14 Jan 2024 11:22:46 +0100 Subject: [PATCH] Change theme to modus-vivendi-tinted --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3128c00..101ffc0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -189,8 +189,7 @@ (setq ef-themes-mixed-fonts t ef-themes-variable-pitch-ui t ef-themes-region '(intense no-extend)) - (mapc #'disable-theme custom-enabled-themes) - (load-theme 'ef-melissa-dark :no-confirm)) + (mapc #'disable-theme custom-enabled-themes)) (use-package ediff :config @@ -429,7 +428,8 @@ (t . (variable-pitch 1.0))) modus-themes-common-palette-overrides '((fringe unspecified) (border-mode-line-active unspecified) - (border-mode-line-inactive unspecified)))) + (border-mode-line-inactive unspecified))) + (load-theme 'modus-vivendi-tinted :no-confirm)) (use-package moody :config