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

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

[elpa] externals/modus-vivendi-theme f635f9b 050/110: Refine ARTBOLLOCKS


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

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

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

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index dc531f3..d032af3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -748,10 +748,10 @@ AMOUNT is a customisation option."
    `(apt-sources-list-type ((,class (:foreground ,magenta))))
    `(apt-sources-list-uri ((,class (:foreground ,blue))))
    ;;;; artbollocks-mode
-   `(artbollocks-face ((,class (:background ,bg-alt :foreground 
,magenta-alt-other :underline t))))
-   `(artbollocks-lexical-illusions-face ((,class (:inherit 
modus-theme-refine-magenta :underline t))))
-   `(artbollocks-passive-voice-face ((,class (:background ,bg-alt :foreground 
,cyan-alt-other :underline t))))
-   `(artbollocks-weasel-words-face ((,class (:background ,bg-alt :foreground 
,yellow-alt-other :underline t))))
+   `(artbollocks-face ((,class (:foreground ,cyan-nuanced :underline (:color 
,fg-lang-note :style line)))))
+   `(artbollocks-lexical-illusions-face ((,class (:background ,bg-alt 
:foreground ,red-alt :underline t))))
+   `(artbollocks-passive-voice-face ((,class (:foreground ,yellow-nuanced 
:underline (:color ,fg-lang-warning :style line)))))
+   `(artbollocks-weasel-words-face ((,class (:foreground ,red-nuanced 
:underline (:color ,fg-lang-error :style line)))))
    ;;;; auctex and Tex
    `(font-latex-bold-face ((,class (:foreground ,fg-special-calm :weight 
bold))))
    `(font-latex-doctex-documentation-face ((,class (:foreground 
,fg-special-cold :slant ,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 893bded..0d64da2 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -748,10 +748,10 @@ AMOUNT is a customisation option."
    `(apt-sources-list-type ((,class (:foreground ,magenta))))
    `(apt-sources-list-uri ((,class (:foreground ,blue))))
    ;;;; artbollocks-mode
-   `(artbollocks-face ((,class (:background ,bg-alt :foreground 
,magenta-alt-other :underline t))))
-   `(artbollocks-lexical-illusions-face ((,class (:inherit 
modus-theme-refine-magenta :underline t))))
-   `(artbollocks-passive-voice-face ((,class (:background ,bg-alt :foreground 
,cyan-alt-other :underline t))))
-   `(artbollocks-weasel-words-face ((,class (:background ,bg-alt :foreground 
,yellow-alt-other :underline t))))
+   `(artbollocks-face ((,class (:foreground ,cyan-nuanced :underline (:color 
,fg-lang-note :style line)))))
+   `(artbollocks-lexical-illusions-face ((,class (:background ,bg-alt 
:foreground ,red-alt :underline t))))
+   `(artbollocks-passive-voice-face ((,class (:foreground ,yellow-nuanced 
:underline (:color ,fg-lang-warning :style line)))))
+   `(artbollocks-weasel-words-face ((,class (:foreground ,red-nuanced 
:underline (:color ,fg-lang-error :style line)))))
    ;;;; auctex and Tex
    `(font-latex-bold-face ((,class (:foreground ,fg-special-calm :weight 
bold))))
    `(font-latex-doctex-documentation-face ((,class (:foreground 
,fg-special-cold :slant ,modus-theme-slant))))



reply via email to

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