branch: elpa/alect-themes
commit a24065dc780738e914140d617bfe119c889d9c78
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Modify markdown faces
To make them consistent with org faces
---
alect-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index 70a9013..0be52f7 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1247,8 +1247,8 @@ For INVERT, see `alect-get-color'."
(markdown-header-delimiter-face ((,c :inherit markdown-header-face
: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-inline-code-face ((,c :foreground ,(gc 'fg-2))))
+ (markdown-markup-face ((,c :foreground ,(gc 'fg))))
(markdown-comment-face ((,c :inherit
font-lock-comment-face)))
(markdown-blockquote-face ((,c :inherit font-lock-doc-face)))
(markdown-bold-face ((,c :inherit bold)))