diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a8303ba..f7001a6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -341,13 +341,18 @@ (use-package modus-themes :config - (setq modus-themes-variable-pitch-headings t - modus-themes-org-blocks 'tinted-background + (setq modus-themes-org-blocks 'tinted-background modus-themes-bold-constructs t modus-themes-italic-constructs t - modus-themes-scale-headings t - modus-themes-completions 'opinionated - modus-themes-mode-line '(accented borderless))) + modus-themes-completions '((t . (extrabold))) + modus-themes-to-toggle '(modus-operandi modus-vivendi) + modus-themes-mixed-fonts t + modus-themes-variable-pitch-ui nil + modus-themes-headings + '((0 . (variable-pitch light 2.0)) + (1 . (variable-pitch light 1.7)) + (2 . (variable-pitch semibold 1.5)) + (t . (variable-pitch 1.0))))) (use-package moody :config