[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))))
- [elpa] externals/modus-vivendi-theme bd57c10 073/110: Clarify toggling of customisations in README, (continued)
- [elpa] externals/modus-vivendi-theme bd57c10 073/110: Clarify toggling of customisations in README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b874c79 058/110: NEW CUSTOM OPTION: 3d modeline for active window, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 9481730 076/110: New palette subset of nuanced accented backgrounds, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5f8c9d5 078/110: Update README: improve discovery of custom options, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme bba4e77 045/110: Add support for IFLIPB, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 4e88341 051/110: Refine WRITEGOOD-MODE: use new lang colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 657adea 053/110: Draw a subtle border around the inactive modeline, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 8336e5a 061/110: Refine 3D modeline conditionality and tweak looks, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7afc624 063/110: Improve README, especially docs on custom options, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b5dba7a 081/110: Internal: use defun for conditional Org src blocks, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0344a1b 101/110: Add support for MAN and WOMAN,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 37309fb 094/110: Internal: tweak Modus Vivendi "red-active" value, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 3d153f3 098/110: Add support for TUAREG, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ead95c9 106/110: Use bespoke colour for contextually unfocused text, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1742916 086/110: Internal: delete trailing whitespace, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 52a247a 087/110: Expand README with table of contents and more docs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 44f75d3 107/110: Internal: refine Modus Operandi main green values, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 29078bd 109/110: Upgrade to version 0.8.0, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 95c073b 080/110: Add support for RCIRC, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1c605b3 085/110: Internal: improve function of "section headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 23889e0 090/110: Section heading style for Org priorities, keywords, Stefan Monnier, 2020/04/29