branch: elpa/alect-themes
commit 43b309699c959e2cedb6351dc6a7545a8d90dc48
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add Man-overstrike face
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 37f678d..8dd74ab 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -856,6 +856,9 @@ For INVERT, see `alect-get-color'."
          (magit-process-ok                   ((,c :foreground ,(gc 'green))))
          (magit-process-ng                   ((,c :foreground ,(gc 'red))))
 
+         ;; man
+         (Man-overstrike ((,c :foreground ,(gc 'cyan+1) :weight bold)))
+
          ;; markdown mode
          (markdown-header-face           ((,c :inherit alect-title-1)))
          (markdown-header-face-1         ((,c :inherit alect-title-1)))

Reply via email to