Configure modus themes
This commit is contained in:
parent
766cfa7c5f
commit
8684d45b13
1 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue