From 9e1a0f1b6f058a7f5dfc692f1add263e69614151 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 5 Oct 2024 09:43:09 +0200 Subject: [PATCH] Change theme --- nix/config/emacs/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/config/emacs/init.el b/nix/config/emacs/init.el index e0bca7e..eb2e3eb 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -135,7 +135,8 @@ (t . (variable-pitch 1.0)))) (setq ef-themes-mixed-fonts t ef-themes-variable-pitch-ui t) - (mapc #'disable-theme custom-enabled-themes)) + (mapc #'disable-theme custom-enabled-themes) + (load-theme 'ef-rosa :no-confirm)) (use-package ediff :config @@ -410,8 +411,7 @@ (t . (variable-pitch 1.0))) modus-themes-common-palette-overrides '((fringe unspecified) (border-mode-line-active unspecified) - (border-mode-line-inactive unspecified))) - (load-theme 'modus-vivendi-tinted :no-confirm)) + (border-mode-line-inactive unspecified)))) (use-package minions :config