branch: elpa/spacemacs-theme
commit 044917062faafab4df0c6addd65695001377c752
Merge: 19bb775383 a1ba9da71a
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>

    Merge pull request #38 from benswift/man-colours
    
    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 b3375159d3..412b37f5cb 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 
:inherit 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 (:inherit bold :foreground ,head1))))
      `(markdown-header-face-2 ((,class (:inherit bold :foreground ,head2))))

Reply via email to