commit ae7bc3f102cff597092dad7fc0bfd49e1865b0cf
parent 7bc1e83e7fc4fa1d6d02322ebab73b30d8b0ffdf
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 31 Aug 2017 20:59:05 +0200
Add markdown-code-face
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1402,6 +1402,8 @@ customize the resulting theme."
;;;;; markdown-mode
`(markdown-blockquote-face ((,class (:inherit font-lock-doc-face))))
`(markdown-bold-face ((,class (:inherit bold))))
+ `(markdown-code-face ((,class (:inherit fixed-pitch :foreground ,base01
+ :background unspecified))))
`(markdown-comment-face ((,class (:foreground ,base01 :strike-through t))))
`(markdown-footnote-face ((,class (:inherit default))))
`(markdown-header-delimiter-face ((,class (:foreground ,base01))))