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

    Add 'woman' faces
---
 alect-themes.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 39ba07d..503f05a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1593,7 +1593,12 @@ For INVERT, see `alect-get-color'."
          (widget-documentation     ((,c :foreground ,(gc 'green-1))))
          (widget-inactive          ((,c :inherit shadow)))
          (widget-single-line-field ((,c :foreground ,(gc 'fg)
-                                        :inherit widget-field))))
+                                        :inherit widget-field)))
+
+         ;; woman
+         (woman-bold     ((,c :inherit Man-overstrike)))
+         (woman-italic   ((,c :inherit Man-underline))))
+
        ;; VARIABLES
        `((ansi-color-names-vector
           [,(gc 'bg-1)

Reply via email to