Configure modus themes

This commit is contained in:
Tobias Ostner 2023-06-26 08:32:46 +02:00
parent 766cfa7c5f
commit 8684d45b13

View file

@ -341,13 +341,18 @@
(use-package modus-themes (use-package modus-themes
:config :config
(setq modus-themes-variable-pitch-headings t (setq modus-themes-org-blocks 'tinted-background
modus-themes-org-blocks 'tinted-background
modus-themes-bold-constructs t modus-themes-bold-constructs t
modus-themes-italic-constructs t modus-themes-italic-constructs t
modus-themes-scale-headings t modus-themes-completions '((t . (extrabold)))
modus-themes-completions 'opinionated modus-themes-to-toggle '(modus-operandi modus-vivendi)
modus-themes-mode-line '(accented borderless))) 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 (use-package moody
:config :config