branch: externals/ef-themes
commit 438896b2143f15b785849733913a34ccae60e12a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for Man
---
ef-themes.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ef-themes.el b/ef-themes.el
index bf2ef2e29f..c3ff58059f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -432,6 +432,9 @@ When called from Lisp, THEME is a symbol."
`(magit-signature-revoked ((,c :inherit bold :foreground ,warning)))
`(magit-signature-untrusted ((,c :inherit (bold shadow))))
`(magit-tag ((,c :foreground ,constant)))
+;;;; man
+ `(Man-overstrike ((,c :inherit bold :foreground ,accent-0)))
+ `(Man-underline ((,c :foreground ,accent-1 :underline t)))
;;;; marginalia
`(marginalia-archive ((,c :foreground ,cyan-cooler)))
`(marginalia-char ((,c :foreground ,magenta)))