Switch to non-tinted modus theme variants

This commit is contained in:
Evie Litherland-Smith 2024-02-27 15:25:27 +00:00
parent 996b6c5149
commit edf682f0d8

View file

@ -52,7 +52,7 @@
:ensure t :ensure t
:custom :custom
(modus-themes-disable-other-themes t) (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-bold-constructs t)
(modus-themes-italic-constructs t) (modus-themes-italic-constructs t)
(modus-themes-org-blocks nil) (modus-themes-org-blocks nil)
@ -65,7 +65,7 @@
(agenda-structure . (light 1.8)) (agenda-structure . (light 1.8))
(t . (1.1)))) (t . (1.1))))
:config :config
(modus-themes-load-theme 'modus-vivendi-tinted)) (modus-themes-load-theme 'modus-vivendi))
;; Nerd-Icons modes ;; Nerd-Icons modes
(use-package nerd-icons (use-package nerd-icons