[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 544957214f 1/2: Make gnus "ancient" messages
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 544957214f 1/2: Make gnus "ancient" messages look the same as read messages |
Date: |
Tue, 29 Apr 2025 06:58:37 -0400 (EDT) |
branch: externals/ef-themes
commit 544957214fe4651f17183facb52dc19add9891d0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make gnus "ancient" messages look the same as read messages
This is because those "ancient" marks that Gnus adds basically mean "I
read this before."
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index 251daf7425..52cd152370 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1644,7 +1644,7 @@ text should not be underlined as well) yet still blend
in."
`(gnus-summary-low-ticked ((,c :inherit italic :foreground ,err)))
`(gnus-summary-low-undownloaded ((,c :inherit italic :foreground
,warning)))
`(gnus-summary-low-unread ((,c :inherit italic)))
- `(gnus-summary-normal-ancient (( )))
+ `(gnus-summary-normal-ancient ((,c :foreground ,fg-dim)))
`(gnus-summary-normal-read ((,c :inherit shadow)))
`(gnus-summary-normal-ticked ((,c :foreground ,err)))
`(gnus-summary-normal-undownloaded ((,c :foreground ,warning)))