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

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

[nongnu] elpa/spacemacs-theme 5a33cdf321 149/336: Modify the bold faces


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 5a33cdf321 149/336: Modify the bold faces to use inherit
Date: Fri, 14 Jan 2022 10:59:28 -0500 (EST)

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

    Modify the bold faces to use inherit
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 412b37f5cb..b943e16ad0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -436,7 +436,7 @@
      `(magit-section-title ((,class (:background ,bg1 :foreground ,keyword 
:inherit bold))))
 
 ;;;;; man
-     `(Man-overstrike ((,class (:foreground ,head1 :weight bold))))
+     `(Man-overstrike ((,class (:foreground ,head1 :inherit bold))))
      `(Man-reverse ((,class (:foreground ,highlight))))
      `(Man-underline ((,class (:foreground ,comp :underline t))))
 



reply via email to

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