branch: elpa/spacemacs-theme
commit cd44e4f91d35fe39a5e4843a72561cd18c5d4b38
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Make markdown-table-face match org-table face
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index de3310a78a..f4fe5451e0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -578,6 +578,7 @@ to 'auto, tags may not be properly aligned. "
`(markdown-header-face-4 ((,class (:bold nil :foreground ,head4
:background ,(when spacemacs-theme-org-highlight head4-bg)))))
`(markdown-header-face-5 ((,class (:bold nil :foreground ,head1))))
`(markdown-header-face-6 ((,class (:bold nil :foreground ,head2))))
+ `(markdown-table-face ((,class (:foreground ,base :background
,head1-bg))))
;;;;; mode-line
`(mode-line ((,class (:foreground ,base :background ,act1 :box
(:color ,border :line-width 1)))))