aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-04-29 12:57:41 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2025-04-29 12:57:41 +0300
commit544957214fe4651f17183facb52dc19add9891d0 (patch)
treeac67d786cd96fada557ef235d1ca115e97f37042
parentdb013c9d2dcb8029f39f8cebea7ba4b3a25aba41 (diff)
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."
-rw-r--r--ef-themes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 251daf7..52cd152 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)))