From aba476926e6d7f9e1932a24ceba8c1d4230d85c5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 29 Feb 2024 10:32:07 +0000 Subject: [PATCH] Switch back to tinted variant of modus themes --- config/ui.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ui.org b/config/ui.org index 7ae5bf8..b5bf45b 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 modus-vivendi)) + (modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted)) (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)) + (modus-themes-load-theme 'modus-vivendi-tinted)) ;; Nerd-Icons modes (use-package nerd-icons