branch: elpa/spacemacs-theme
commit 7807f341e1ef3d0700d0f7e05bb14054139c4298
Merge: ce45974252 cd44e4f91d
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #94 from jabranham/markdown-tables
    
    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)))))

Reply via email to