mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make markdown-code-face consistent with org-block
This commit is contained in:
parent
d8a80e52d1
commit
1099f8a20d
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue