diff --git a/lisp/init-ui.el b/lisp/init-ui.el index 0d5ea4d..23b52c7 100644 --- a/lisp/init-ui.el +++ b/lisp/init-ui.el @@ -26,9 +26,11 @@ (use-package modus-themes :init (setq modus-themes-italic-constructs t - modus-themes-bold-constructs t) + modus-themes-bold-constructs t + modus-themes-mixed-fonts t) (require 'modus-summer-time) - (load-theme 'modus-operandi-tinted t)) + :config + (modus-themes-load-theme 'modus-operandi-tinted)) (use-package rainbow-delimiters :hook ((prog-mode . rainbow-delimiters-mode)