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

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

[nongnu] elpa/spacemacs-theme cd44e4f91d 224/336: Make markdown-table-fa


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme cd44e4f91d 224/336: Make markdown-table-face match org-table face
Date: Fri, 14 Jan 2022 10:59:39 -0500 (EST)

branch: elpa/spacemacs-theme
commit cd44e4f91d35fe39a5e4843a72561cd18c5d4b38
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    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]