[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 847311bf74: Make "ancient" Gnus look like
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 847311bf74: Make "ancient" Gnus look like a regular "read" message |
Date: |
Mon, 28 Apr 2025 04:01:54 -0400 (EDT) |
branch: externals/modus-themes
commit 847311bf740a043deff3124492d5c53141e5701c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/modus-themes 847311bf74: Make "ancient" Gnus look like a regular "read" message,
ELPA Syncer <=