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

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

[elpa] externals/modus-operandi-theme 24c2fa8 127/153: Tweak gnus-header


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 24c2fa8 127/153: Tweak gnus-header-{content, name} colours
Date: Thu, 18 Mar 2021 13:47:55 -0400 (EDT)

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

    Tweak gnus-header-{content,name} colours
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 87ed618..9282579 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2630,9 +2630,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-group-news-6-empty ((,class :foreground ,fg-alt)))
    `(gnus-group-news-low ((,class :inherit bold :foreground ,green-nuanced)))
    `(gnus-group-news-low-empty ((,class :foreground ,green-nuanced)))
-   `(gnus-header-content ((,class :foreground ,fg-special-calm)))
+   `(gnus-header-content ((,class :foreground ,cyan)))
    `(gnus-header-from ((,class :inherit bold :foreground ,cyan-alt :underline 
nil)))
-   `(gnus-header-name ((,class :foreground ,cyan-alt-other)))
+   `(gnus-header-name ((,class :foreground ,green)))
    `(gnus-header-newsgroups ((,class :inherit bold :foreground ,blue-alt)))
    `(gnus-header-subject ((,class :inherit bold :foreground 
,magenta-alt-other)))
    `(gnus-server-agent ((,class :inherit bold :foreground ,cyan)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 73e1374..02ce6ee 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2630,9 +2630,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-group-news-6-empty ((,class :foreground ,fg-alt)))
    `(gnus-group-news-low ((,class :inherit bold :foreground ,green-nuanced)))
    `(gnus-group-news-low-empty ((,class :foreground ,green-nuanced)))
-   `(gnus-header-content ((,class :foreground ,fg-special-calm)))
+   `(gnus-header-content ((,class :foreground ,cyan)))
    `(gnus-header-from ((,class :inherit bold :foreground ,cyan-alt :underline 
nil)))
-   `(gnus-header-name ((,class :foreground ,cyan-alt-other)))
+   `(gnus-header-name ((,class :foreground ,green)))
    `(gnus-header-newsgroups ((,class :inherit bold :foreground ,blue-alt)))
    `(gnus-header-subject ((,class :inherit bold :foreground 
,magenta-alt-other)))
    `(gnus-server-agent ((,class :inherit bold :foreground ,cyan)))



reply via email to

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