branch: elpa/spacemacs-theme
commit efea72889d420f40a3fffcfa1bdbd125e290061d
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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