Commit 48535d996fc8

Vincent Demeester <vincent@sbr.pm>
2018-09-20 16:01:59
shortbrain-theme: update markdown-code-face
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f599dd0
Changed files (1)
lisp/shortbrain-theme.el
@@ -278,6 +278,7 @@
    `(web-mode-current-element-highlight-face ((t (:inherit normal :weight bold :foreground ,fg))))
 
    ;; markdown-mode
+   `(markdown-code-face ((t (:background ,bg-highlight-dim))))
    `(markdown-blockquote-face ((t (:foreground ,fg-table :slant normal))))
    `(markdown-inline-code-face ((t (:slant italic))))
    `(markdown-pre-face ((t (:inherit markdown-inline-code-face))))