diff --git a/init.el b/init.el index 3bac6f7..7f39278 100644 --- a/init.el +++ b/init.el @@ -144,13 +144,10 @@ :init (setq modus-themes-italic-constructs t modus-themes-bold-constructs t - modus-themes-syntax '(green-strings alt-syntax) - modus-themes-links '(neutral-underline) - modus-themes-mode-line '(borderless) - modus-themes-lang-checkers '(faint) - modus-themes-org-blocks '(gray-background) - modus-themes-org-agenda '((event . (accented)))) + modus-themes-mixed-fonts t + modus-themes-org-blocks '(gray-background)) :config + ;; (setq modus-themes-common-palette-overrides modus-themes-preset-overrides-faint) (load-theme 'modus-vivendi) :bind ("" . modus-themes-toggle))