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

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

[elpa] externals/modus-operandi-theme bf3c670 04/99: Review Gnus mail/ne


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme bf3c670 04/99: Review Gnus mail/news level faces
Date: Fri, 31 Jul 2020 09:25:15 -0400 (EDT)

branch: externals/modus-operandi-theme
commit bf3c67045aefcef9b4443d5f6e914ecd1d92dbd6
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review Gnus mail/news level faces
    
    1. The more saturated colours should be used for the most important news
       groups.
    
    2. News groups should have colours that are not used in mail groups.  In
       practice the mail levels use magenta variants, while the news do not.
---
 modus-operandi-theme.el | 40 ++++++++++++++++++++--------------------
 modus-vivendi-theme.el  | 40 ++++++++++++++++++++--------------------
 2 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4188d3e..4d73777 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1843,28 +1843,28 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-cite-9 ((,class :foreground ,green-alt-other)))
    `(gnus-cite-attribution ((,class :foreground ,fg-main :slant italic)))
    `(gnus-emphasis-highlight-words ((,class :inherit 
modus-theme-refine-yellow)))
-   `(gnus-group-mail-1 ((,class :foreground ,magenta :weight bold)))
-   `(gnus-group-mail-1-empty ((,class :foreground ,magenta)))
-   `(gnus-group-mail-2 ((,class :foreground ,magenta-alt :weight bold)))
-   `(gnus-group-mail-2-empty ((,class :foreground ,magenta-alt)))
+   `(gnus-group-mail-1 ((,class :foreground ,magenta-alt :weight bold)))
+   `(gnus-group-mail-1-empty ((,class :foreground ,magenta-alt)))
+   `(gnus-group-mail-2 ((,class :foreground ,magenta :weight bold)))
+   `(gnus-group-mail-2-empty ((,class :foreground ,magenta)))
    `(gnus-group-mail-3 ((,class :foreground ,magenta-alt-other :weight bold)))
    `(gnus-group-mail-3-empty ((,class :foreground ,magenta-alt-other)))
-   `(gnus-group-mail-low ((,class :foreground ,fg-special-calm :weight bold)))
-   `(gnus-group-mail-low-empty ((,class :foreground ,fg-special-calm)))
-   `(gnus-group-news-1 ((,class :foreground ,blue-alt-other :weight bold)))
-   `(gnus-group-news-1-empty ((,class :foreground ,blue-alt)))
-   `(gnus-group-news-2 ((,class :foreground ,green-alt-other :weight bold)))
-   `(gnus-group-news-2-empty ((,class :foreground ,green-alt)))
-   `(gnus-group-news-3 ((,class :foreground ,cyan-alt-other :weight bold)))
-   `(gnus-group-news-3-empty ((,class :foreground ,cyan)))
-   `(gnus-group-news-4 ((,class :foreground ,yellow-nuanced :weight bold)))
-   `(gnus-group-news-4-empty ((,class :foreground ,green-nuanced)))
-   `(gnus-group-news-5 ((,class :foreground ,magenta-nuanced :weight bold)))
-   `(gnus-group-news-5-empty ((,class :foreground ,magenta-nuanced)))
-   `(gnus-group-news-6 ((,class :foreground ,red-nuanced :weight bold)))
-   `(gnus-group-news-6-empty ((,class :foreground ,red-nuanced)))
-   `(gnus-group-news-low ((,class :foreground ,fg-alt :weight bold)))
-   `(gnus-group-news-low-empty ((,class :foreground ,fg-alt)))
+   `(gnus-group-mail-low ((,class :foreground ,magenta-nuanced :weight bold)))
+   `(gnus-group-mail-low-empty ((,class :foreground ,magenta-nuanced)))
+   `(gnus-group-news-1 ((,class :foreground ,green :weight bold)))
+   `(gnus-group-news-1-empty ((,class :foreground ,green)))
+   `(gnus-group-news-2 ((,class :foreground ,cyan :weight bold)))
+   `(gnus-group-news-2-empty ((,class :foreground ,cyan)))
+   `(gnus-group-news-3 ((,class :foreground ,yellow-nuanced :weight bold)))
+   `(gnus-group-news-3-empty ((,class :foreground ,yellow-nuanced)))
+   `(gnus-group-news-4 ((,class :foreground ,cyan-nuanced :weight bold)))
+   `(gnus-group-news-4-empty ((,class :foreground ,cyan-nuanced)))
+   `(gnus-group-news-5 ((,class :foreground ,red-nuanced :weight bold)))
+   `(gnus-group-news-5-empty ((,class :foreground ,red-nuanced)))
+   `(gnus-group-news-6 ((,class :foreground ,fg-alt :weight bold)))
+   `(gnus-group-news-6-empty ((,class :foreground ,fg-alt)))
+   `(gnus-group-news-low ((,class :foreground ,green-nuanced :weight bold)))
+   `(gnus-group-news-low-empty ((,class :foreground ,green-nuanced)))
    `(gnus-header-content ((,class :foreground ,fg-special-calm)))
    `(gnus-header-from ((,class :foreground ,cyan-alt :weight bold :underline 
nil)))
    `(gnus-header-name ((,class :foreground ,cyan-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e25f849..a03185e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1843,28 +1843,28 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-cite-9 ((,class :foreground ,green-alt-other)))
    `(gnus-cite-attribution ((,class :foreground ,fg-main :slant italic)))
    `(gnus-emphasis-highlight-words ((,class :inherit 
modus-theme-refine-yellow)))
-   `(gnus-group-mail-1 ((,class :foreground ,magenta :weight bold)))
-   `(gnus-group-mail-1-empty ((,class :foreground ,magenta)))
-   `(gnus-group-mail-2 ((,class :foreground ,magenta-alt :weight bold)))
-   `(gnus-group-mail-2-empty ((,class :foreground ,magenta-alt)))
+   `(gnus-group-mail-1 ((,class :foreground ,magenta-alt :weight bold)))
+   `(gnus-group-mail-1-empty ((,class :foreground ,magenta-alt)))
+   `(gnus-group-mail-2 ((,class :foreground ,magenta :weight bold)))
+   `(gnus-group-mail-2-empty ((,class :foreground ,magenta)))
    `(gnus-group-mail-3 ((,class :foreground ,magenta-alt-other :weight bold)))
    `(gnus-group-mail-3-empty ((,class :foreground ,magenta-alt-other)))
-   `(gnus-group-mail-low ((,class :foreground ,fg-special-calm :weight bold)))
-   `(gnus-group-mail-low-empty ((,class :foreground ,fg-special-calm)))
-   `(gnus-group-news-1 ((,class :foreground ,blue-alt-other :weight bold)))
-   `(gnus-group-news-1-empty ((,class :foreground ,blue-alt)))
-   `(gnus-group-news-2 ((,class :foreground ,green-alt-other :weight bold)))
-   `(gnus-group-news-2-empty ((,class :foreground ,green-alt)))
-   `(gnus-group-news-3 ((,class :foreground ,cyan-alt-other :weight bold)))
-   `(gnus-group-news-3-empty ((,class :foreground ,cyan)))
-   `(gnus-group-news-4 ((,class :foreground ,yellow-nuanced :weight bold)))
-   `(gnus-group-news-4-empty ((,class :foreground ,green-nuanced)))
-   `(gnus-group-news-5 ((,class :foreground ,magenta-nuanced :weight bold)))
-   `(gnus-group-news-5-empty ((,class :foreground ,magenta-nuanced)))
-   `(gnus-group-news-6 ((,class :foreground ,red-nuanced :weight bold)))
-   `(gnus-group-news-6-empty ((,class :foreground ,red-nuanced)))
-   `(gnus-group-news-low ((,class :foreground ,fg-alt :weight bold)))
-   `(gnus-group-news-low-empty ((,class :foreground ,fg-alt)))
+   `(gnus-group-mail-low ((,class :foreground ,magenta-nuanced :weight bold)))
+   `(gnus-group-mail-low-empty ((,class :foreground ,magenta-nuanced)))
+   `(gnus-group-news-1 ((,class :foreground ,green :weight bold)))
+   `(gnus-group-news-1-empty ((,class :foreground ,green)))
+   `(gnus-group-news-2 ((,class :foreground ,cyan :weight bold)))
+   `(gnus-group-news-2-empty ((,class :foreground ,cyan)))
+   `(gnus-group-news-3 ((,class :foreground ,yellow-nuanced :weight bold)))
+   `(gnus-group-news-3-empty ((,class :foreground ,yellow-nuanced)))
+   `(gnus-group-news-4 ((,class :foreground ,cyan-nuanced :weight bold)))
+   `(gnus-group-news-4-empty ((,class :foreground ,cyan-nuanced)))
+   `(gnus-group-news-5 ((,class :foreground ,red-nuanced :weight bold)))
+   `(gnus-group-news-5-empty ((,class :foreground ,red-nuanced)))
+   `(gnus-group-news-6 ((,class :foreground ,fg-alt :weight bold)))
+   `(gnus-group-news-6-empty ((,class :foreground ,fg-alt)))
+   `(gnus-group-news-low ((,class :foreground ,green-nuanced :weight bold)))
+   `(gnus-group-news-low-empty ((,class :foreground ,green-nuanced)))
    `(gnus-header-content ((,class :foreground ,fg-special-calm)))
    `(gnus-header-from ((,class :foreground ,cyan-alt :weight bold :underline 
nil)))
    `(gnus-header-name ((,class :foreground ,cyan-alt-other)))



reply via email to

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