Make markdown-code-face consistent with org-block

This commit is contained in:
Frédéric Giquel 2025-10-19 09:26:22 +02:00
parent d8a80e52d1
commit 1099f8a20d

View file

@ -5959,7 +5959,7 @@ FG and BG are the main colors."
;;;;; markdown-mode
`(markdown-blockquote-face ((,c :inherit font-lock-doc-face)))
`(markdown-bold-face ((,c :inherit bold)))
`(markdown-code-face ((,c :inherit modus-themes-fixed-pitch :background ,bg-dim :extend t)))
`(markdown-code-face ((,c :inherit modus-themes-fixed-pitch :background ,bg-prose-block-contents :extend t)))
`(markdown-gfm-checkbox-face ((,c :foreground ,warning)))
`(markdown-header-face (( )))
`(markdown-header-face-1 ((,c :inherit modus-themes-heading-1)))