branch: elpa/alect-themes
commit 2063462499410ad07b5e18f9851b5c61029d2102
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'markdown-markup-face'
---
alect-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/alect-themes.el b/alect-themes.el
index 8efd0df..c8c680f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1195,6 +1195,7 @@ For INVERT, see `alect-get-color'."
:foreground ,(gc 'fg+2))))
(markdown-footnote-face ((,c :foreground ,(gc 'blue+2))))
(markdown-inline-code-face ((,c :foreground ,(gc 'cyan+1))))
+ (markdown-markup-face ((,c :foreground ,(gc 'fg-2))))
(markdown-comment-face ((,c :inherit
font-lock-comment-face)))
(markdown-blockquote-face ((,c :inherit font-lock-doc-face)))
(markdown-bold-face ((,c :inherit bold)))