From 77e94fc13cebcdabe9e3b0ca95d8f0f2d09c2829 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 25 Sep 2020 11:11:41 +0300 Subject: Tweak colour of gnus-header-from --- modus-operandi-theme.el | 2 +- modus-vivendi-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index 55f3e72..81e8eec 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2631,7 +2631,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(gnus-group-news-low ((,class :inherit bold :foreground ,green-nuanced))) `(gnus-group-news-low-empty ((,class :foreground ,green-nuanced))) `(gnus-header-content ((,class :foreground ,cyan))) - `(gnus-header-from ((,class :inherit bold :foreground ,cyan-alt :underline nil))) + `(gnus-header-from ((,class :inherit bold :foreground ,cyan-alt-other :underline nil))) `(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))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 13c4b68..f127341 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2631,7 +2631,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(gnus-group-news-low ((,class :inherit bold :foreground ,green-nuanced))) `(gnus-group-news-low-empty ((,class :foreground ,green-nuanced))) `(gnus-header-content ((,class :foreground ,cyan))) - `(gnus-header-from ((,class :inherit bold :foreground ,cyan-alt :underline nil))) + `(gnus-header-from ((,class :inherit bold :foreground ,cyan-alt-other :underline nil))) `(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))) -- cgit v1.0