summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2020-09-20 20:34:13 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2020-09-20 20:34:13 +0300
commit0e5f415c31c9935301db31e5ada0f3caa90e538e (patch)
tree0a940c24ef612b42442beebce0aae03f8a27d45c
parentae028c3ea90bee36aa4afa83be9273e2de320891 (diff)
Tweak Gnus read faces
This is an attempt to address issue 97: https://gitlab.com/protesilaos/modus-themes/-/issues/97 Thanks to Nick for reporting it!
-rw-r--r--modus-operandi-theme.el4
-rw-r--r--modus-vivendi-theme.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f770f72..1816077 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2643,12 +2643,12 @@ Also bind `class' to ((class color) (min-colors 89))."
`(gnus-summary-high-undownloaded ((,class :inherit bold :foreground ,yellow)))
`(gnus-summary-high-unread ((,class :inherit bold :foreground ,fg-main)))
`(gnus-summary-low-ancient ((,class :foreground ,fg-alt :slant italic)))
- `(gnus-summary-low-read ((,class :foreground ,fg-special-cold :slant italic)))
+ `(gnus-summary-low-read ((,class :foreground ,fg-alt :slant italic)))
`(gnus-summary-low-ticked ((,class :foreground ,red-refine-fg :slant italic)))
`(gnus-summary-low-undownloaded ((,class :foreground ,yellow-refine-fg :slant italic)))
`(gnus-summary-low-unread ((,class :inherit bold :foreground ,fg-special-cold)))
`(gnus-summary-normal-ancient ((,class :foreground ,fg-special-calm)))
- `(gnus-summary-normal-read ((,class :foreground ,fg-special-cold)))
+ `(gnus-summary-normal-read ((,class :foreground ,fg-alt)))
`(gnus-summary-normal-ticked ((,class :foreground ,red-alt-other)))
`(gnus-summary-normal-undownloaded ((,class :foreground ,yellow)))
`(gnus-summary-normal-unread ((,class :foreground ,fg-main)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ab0a4b7..a588412 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2643,12 +2643,12 @@ Also bind `class' to ((class color) (min-colors 89))."
`(gnus-summary-high-undownloaded ((,class :inherit bold :foreground ,yellow)))
`(gnus-summary-high-unread ((,class :inherit bold :foreground ,fg-main)))
`(gnus-summary-low-ancient ((,class :foreground ,fg-alt :slant italic)))
- `(gnus-summary-low-read ((,class :foreground ,fg-special-cold :slant italic)))
+ `(gnus-summary-low-read ((,class :foreground ,fg-alt :slant italic)))
`(gnus-summary-low-ticked ((,class :foreground ,red-refine-fg :slant italic)))
`(gnus-summary-low-undownloaded ((,class :foreground ,yellow-refine-fg :slant italic)))
`(gnus-summary-low-unread ((,class :inherit bold :foreground ,fg-special-cold)))
`(gnus-summary-normal-ancient ((,class :foreground ,fg-special-calm)))
- `(gnus-summary-normal-read ((,class :foreground ,fg-special-cold)))
+ `(gnus-summary-normal-read ((,class :foreground ,fg-alt)))
`(gnus-summary-normal-ticked ((,class :foreground ,red-alt-other)))
`(gnus-summary-normal-undownloaded ((,class :foreground ,yellow)))
`(gnus-summary-normal-unread ((,class :foreground ,fg-main)))