branch: externals/modus-themes
commit 847311bf740a043deff3124492d5c53141e5701c
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make "ancient" Gnus look like a regular "read" message
    
    This is in response to the issue 119 by sivaramn: 
<https://github.com/protesilaos/modus-themes/issues/119>.
    In the original Gnus faces, the "ancient" are not the same as "read"
    in terms of their colour, though I cannot find what the difference
    actually is. It seems to me that "ancient" simply means "read it before".
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 66c773c57a..8159adb35c 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2636,7 +2636,7 @@ FG and BG are the main colors."
     `(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 :inherit shadow)))
     `(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