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

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

[nongnu] elpa/spacemacs-theme efea72889d 127/336: Support markdown mode


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme efea72889d 127/336: Support markdown mode
Date: Fri, 14 Jan 2022 10:59:22 -0500 (EST)

branch: elpa/spacemacs-theme
commit efea72889d420f40a3fffcfa1bdbd125e290061d
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support markdown mode
---
 spacemacs-common.el | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0322ad3ae7..5b64440e0b 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -422,9 +422,17 @@
      `(magit-section-highlight      ((,class (:background ,bg2))))
      `(magit-section-title ((,class (:background ,bg1 :foreground ,keyword 
:weight bold))))
 
+;;;;; markdown
+     `(markdown-header-face-1 ((,class (:bold t :foreground ,head1))))
+     `(markdown-header-face-2 ((,class (:bold t :foreground ,head2))))
+     `(markdown-header-face-3 ((,class (:bold t :foreground ,head3))))
+     `(markdown-header-face-4 ((,class (:foreground ,head4))))
+     `(markdown-header-face-5 ((,class (:foreground ,head1))))
+     `(markdown-header-face-6 ((,class (:foreground ,head2))))
+
 ;;;;; mode-line
      `(mode-line           ((,class (:foreground ,base :background ,act1 :box 
(:color ,border :line-width 1)))))
-     `(mode-line-inactive  ((,class (:foreground ,base :background ,bg1     
:box (:color ,border :line-width 1)))))
+     `(mode-line-inactive  ((,class (:foreground ,base :background ,bg1  :box 
(:color ,border :line-width 1)))))
      `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
 
 ;;;;; neotree



reply via email to

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