From abfb1877f2f945141a20e9cd4368ae41ac4a19e4 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 26 Oct 2024 12:34:10 +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 a544afd..dce0353 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -132,8 +132,7 @@ (t . (variable-pitch 1.0)))) (setq ef-themes-mixed-fonts t ef-themes-variable-pitch-ui t) - (mapc #'disable-theme custom-enabled-themes) - (load-theme 'ef-rosa :no-confirm)) + (mapc #'disable-theme custom-enabled-themes)) (use-package ediff :config @@ -412,7 +411,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 t)) (use-package minions :config