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