branch: externals/ef-themes
commit 544957214fe4651f17183facb52dc19add9891d0
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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)))

Reply via email to