Skip to content

Commit

Permalink
Modify markdown faces
Browse files Browse the repository at this point in the history
To make them consistent with org faces
  • Loading branch information
alezost committed Dec 20, 2018
1 parent 188a169 commit a24065d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alect-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit a24065d

Please sign in to comment.