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

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

[nongnu] elpa/spacemacs-theme a1ba9da71a 147/336: add colours for man pa


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a1ba9da71a 147/336: add colours for man pages
Date: Fri, 14 Jan 2022 10:59:28 -0500 (EST)

branch: elpa/spacemacs-theme
commit a1ba9da71a9d6e7c51b5e1cdac26a9a2a716cd62
Author: Ben Swift <ben@benswift.me>
Commit: Ben Swift <ben@benswift.me>

    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))))



reply via email to

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