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

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

[nongnu] elpa/alect-themes 1475875 204/269: Add 'woman' faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 1475875 204/269: Add 'woman' faces
Date: Thu, 21 Oct 2021 17:59:19 -0400 (EDT)

branch: elpa/alect-themes
commit 1475875f0b6222e7af717164321da0b75e05dbc7
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    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

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