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

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

[elpa] externals/modus-vivendi-theme 4e88341 051/110: Refine WRITEGOOD-M


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 4e88341 051/110: Refine WRITEGOOD-MODE: use new lang colours
Date: Wed, 29 Apr 2020 21:40:05 -0400 (EDT)

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

    Refine WRITEGOOD-MODE: use new lang colours
    
    For more on those colours, see commit 53e1a43.
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d032af3..4cb71b8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2968,9 +2968,9 @@ AMOUNT is a customisation option."
    ;;;; winum
    `(winum-face ((,class (:foreground ,cyan-active :weight bold))))
    ;;;; writegood-mode
-   `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt-other :underline t))))
-   `(writegood-passive-voice-face ((,class (:background ,bg-alt :foreground 
,cyan-alt-other :underline t))))
-   `(writegood-weasels-face ((,class (:background ,bg-alt :foreground 
,yellow-alt-other :underline t))))
+   `(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)))))
    ;;;; 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 0d64da2..0c4605f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2968,9 +2968,9 @@ AMOUNT is a customisation option."
    ;;;; winum
    `(winum-face ((,class (:foreground ,cyan-active :weight bold))))
    ;;;; writegood-mode
-   `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt-other :underline t))))
-   `(writegood-passive-voice-face ((,class (:background ,bg-alt :foreground 
,cyan-alt-other :underline t))))
-   `(writegood-weasels-face ((,class (:background ,bg-alt :foreground 
,yellow-alt-other :underline t))))
+   `(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)))))
    ;;;; 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]