branch: elpa/spacemacs-theme
commit a1ba9da71a9d6e7c51b5e1cdac26a9a2a716cd62
Author: Ben Swift <[email protected]>
Commit: Ben Swift <[email protected]>
add colours for man pages
---
spacemacs-common.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index a6f41e46f0..fde1279421 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -435,6 +435,11 @@
`(magit-section-highlight ((,class (:background ,bg2))))
`(magit-section-title ((,class (:background ,bg1 :foreground ,keyword
:weight bold))))
+;;;;; man
+ `(Man-overstrike ((,class (:foreground ,head1 :weight bold))))
+ `(Man-reverse ((,class (:foreground ,highlight))))
+ `(Man-underline ((,class (:foreground ,comp :underline t))))
+
;;;;; markdown
`(markdown-header-face-1 ((,class (:bold t :foreground ,head1))))
`(markdown-header-face-2 ((,class (:bold t :foreground ,head2))))