diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-25 11:11:41 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-25 11:11:41 +0300 |
| commit | 77e94fc13cebcdabe9e3b0ca95d8f0f2d09c2829 (patch) | |
| tree | cb2ad8de30514b26fcd1ec41239b5ae72883aedb | |
| parent | 9eef7ac47bfa2c616e994d122a48150a4aa5c0f3 (diff) | |
Tweak colour of gnus-header-from
| -rw-r--r-- | modus-operandi-theme.el | 2 | ||||
| -rw-r--r-- | 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))) |
