emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 7807f341e1 225/336: Merge pull request #94


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 7807f341e1 225/336: Merge pull request #94 from jabranham/markdown-tables
Date: Fri, 14 Jan 2022 10:59:39 -0500 (EST)

branch: elpa/spacemacs-theme
commit 7807f341e1ef3d0700d0f7e05bb14054139c4298
Merge: ce45974252 cd44e4f91d
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    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

[Prev in Thread] Current Thread [Next in Thread]