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
: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