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

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

[elpa] externals/modus-vivendi-theme 0344a1b 101/110: Add support for MA


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 0344a1b 101/110: Add support for MAN and WOMAN
Date: Wed, 29 Apr 2020 21:40:16 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 0344a1b534468bdf072040d467ac853215d4fa63
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for MAN and WOMAN
    
    Note that the capitalisation for the `man' faces is canonical.
---
 README.org              |  2 ++
 modus-operandi-theme.el | 11 +++++++++++
 modus-vivendi-theme.el  | 11 +++++++++++
 3 files changed, 24 insertions(+)

diff --git a/README.org b/README.org
index aa64333..b3efc45 100644
--- a/README.org
+++ b/README.org
@@ -511,6 +511,7 @@ the "full support" may not be 100% true…
 + lsp-ui
 + magit
 + magit-imerge
++ man
 + markdown-mode
 + markup-faces (=adoc-mode=)
 + mentor
@@ -603,6 +604,7 @@ the "full support" may not be 100% true…
 + window-divider-mode
 + winum
 + writegood-mode
++ woman
 + xah-elisp-mode
 + xref
 + xterm-color (and ansi-colors)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f11f5b3..f4b509f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -196,6 +196,7 @@
 ;;     lsp-ui
 ;;     magit
 ;;     magit-imerge
+;;     man
 ;;     markdown-mode
 ;;     markup-faces (`adoc-mode')
 ;;     mentor
@@ -290,6 +291,7 @@
 ;;     window-divider-mode
 ;;     winum
 ;;     writegood-mode
+;;     woman
 ;;     xah-elisp-mode
 ;;     xref
 ;;     xterm-color (and ansi-colors)
@@ -2191,6 +2193,10 @@ AMOUNT is a customisation option."
    `(magit-tag ((,class (:foreground ,yellow-alt-other))))
    ;;;; magit-imerge
    `(magit-imerge-overriding-value ((,class (:foreground ,red-alt :weight 
bold))))
+   ;;;; man
+   `(Man-overstrike ((,class (:foreground ,magenta :weight bold))))
+   `(Man-reverse ((,class (:inherit modus-theme-subtle-magenta))))
+   `(Man-underline ((,class (:foreground ,cyan :underline t))))
    ;;;; markdown-mode
    `(markdown-blockquote-face ((,class (:background ,bg-dim :foreground 
,fg-special-warm :slant ,modus-theme-slant))))
    `(markdown-bold-face ((,class (:weight bold))))
@@ -3181,6 +3187,11 @@ AMOUNT is a customisation option."
    `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt :underline t))))
    `(writegood-passive-voice-face ((,class (:foreground ,yellow-nuanced 
:underline (:color ,fg-lang-warning :style line)))))
    `(writegood-weasels-face ((,class (:foreground ,red-nuanced :underline 
(:color ,fg-lang-error :style line)))))
+   ;;;; woman
+   `(woman-addition ((,class (:foreground ,magenta-alt-other))))
+   `(woman-bold ((,class (:foreground ,magenta :weight bold))))
+   `(woman-italic ((,class (:foreground ,cyan :slant italic))))
+   `(woman-unknown ((,class (:foreground ,yellow :slant italic))))
    ;;;; xah-elisp-mode
    `(xah-elisp-at-symbol ((,class (:foreground ,red-alt :weight bold))))
    `(xah-elisp-cap-variable ((,class (:foreground ,red-alt-other))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 83b9c4c..27f8490 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -196,6 +196,7 @@
 ;;     lsp-ui
 ;;     magit
 ;;     magit-imerge
+;;     man
 ;;     markdown-mode
 ;;     markup-faces (`adoc-mode')
 ;;     mentor
@@ -290,6 +291,7 @@
 ;;     window-divider-mode
 ;;     winum
 ;;     writegood-mode
+;;     woman
 ;;     xah-elisp-mode
 ;;     xref
 ;;     xterm-color (and ansi-colors)
@@ -2191,6 +2193,10 @@ AMOUNT is a customisation option."
    `(magit-tag ((,class (:foreground ,yellow-alt-other))))
    ;;;; magit-imerge
    `(magit-imerge-overriding-value ((,class (:foreground ,red-alt :weight 
bold))))
+   ;;;; man
+   `(Man-overstrike ((,class (:foreground ,magenta :weight bold))))
+   `(Man-reverse ((,class (:inherit modus-theme-subtle-magenta))))
+   `(Man-underline ((,class (:foreground ,cyan :underline t))))
    ;;;; markdown-mode
    `(markdown-blockquote-face ((,class (:background ,bg-dim :foreground 
,fg-special-warm :slant ,modus-theme-slant))))
    `(markdown-bold-face ((,class (:weight bold))))
@@ -3181,6 +3187,11 @@ AMOUNT is a customisation option."
    `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt :underline t))))
    `(writegood-passive-voice-face ((,class (:foreground ,yellow-nuanced 
:underline (:color ,fg-lang-warning :style line)))))
    `(writegood-weasels-face ((,class (:foreground ,red-nuanced :underline 
(:color ,fg-lang-error :style line)))))
+   ;;;; woman
+   `(woman-addition ((,class (:foreground ,magenta-alt-other))))
+   `(woman-bold ((,class (:foreground ,magenta :weight bold))))
+   `(woman-italic ((,class (:foreground ,cyan :slant italic))))
+   `(woman-unknown ((,class (:foreground ,yellow :slant italic))))
    ;;;; xah-elisp-mode
    `(xah-elisp-at-symbol ((,class (:foreground ,red-alt :weight bold))))
    `(xah-elisp-cap-variable ((,class (:foreground ,red-alt-other))))



reply via email to

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