From edf682f0d8f501b36bb133f924e31b1f7b200d27 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 27 Feb 2024 15:25:27 +0000 Subject: [PATCH] Switch to non-tinted modus theme variants --- config/ui.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ui.org b/config/ui.org index b5bf45b..7ae5bf8 100644 --- a/config/ui.org +++ b/config/ui.org @@ -52,7 +52,7 @@ :ensure t :custom (modus-themes-disable-other-themes t) - (modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted)) + (modus-themes-to-toggle '(modus-operandi modus-vivendi)) (modus-themes-bold-constructs t) (modus-themes-italic-constructs t) (modus-themes-org-blocks nil) @@ -65,7 +65,7 @@ (agenda-structure . (light 1.8)) (t . (1.1)))) :config - (modus-themes-load-theme 'modus-vivendi-tinted)) + (modus-themes-load-theme 'modus-vivendi)) ;; Nerd-Icons modes (use-package nerd-icons