Use 'prose-block' mapping for markdown fenced block lang

This commit is contained in:
Protesilaos Stavrou 2022-12-25 08:22:23 +02:00
parent e478002d82
commit fe2076c5a0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -2736,7 +2736,7 @@ is a less intense variant of BG."
`(markdown-highlighting-face ((,c :inherit secondary-selection)))
`(markdown-inline-code-face ((,c :inherit modus-themes-prose-code)))
`(markdown-italic-face ((,c :inherit italic)))
`(markdown-language-keyword-face ((,c :inherit modus-themes-fixed-pitch :background ,bg-dim)))
`(markdown-language-keyword-face ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-block)))
`(markdown-line-break-face ((,c :inherit nobreak-space)))
`(markdown-link-face ((,c :inherit link)))
`(markdown-markup-face ((,c :inherit shadow)))