Make verbatim/code/macro faces use conditional fixed-pitch

They conform with 'modus-themes-mixed-fonts'
This commit is contained in:
Protesilaos Stavrou 2022-12-30 12:32:36 +02:00
parent 8f670279af
commit 112e40bd55
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1496,9 +1496,9 @@ is a less intense variant of BG."
`(modus-themes-lang-note ((,c :underline (:style wave :color ,underline-note))))
`(modus-themes-lang-warning ((,c :underline (:style wave :color ,underline-warning))))
;;;;; markup
`(modus-themes-prose-code ((,c :foreground ,prose-code)))
`(modus-themes-prose-macro ((,c :foreground ,prose-macro)))
`(modus-themes-prose-verbatim ((,c :foreground ,prose-verbatim)))
`(modus-themes-prose-code ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-code)))
`(modus-themes-prose-macro ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-macro)))
`(modus-themes-prose-verbatim ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-verbatim)))
;;;;; search
`(modus-themes-search-current ((,c :background ,bg-yellow-intense :foreground ,fg-main)))
`(modus-themes-search-lazy ((,c :background ,bg-cyan-intense :foreground ,fg-main)))