emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes fdf7bae750: Make gnus-summary-low-unread inhe


From: ELPA Syncer
Subject: [elpa] externals/ef-themes fdf7bae750: Make gnus-summary-low-unread inherit italic
Date: Fri, 30 Sep 2022 22:57:36 -0400 (EDT)

branch: externals/ef-themes
commit fdf7bae75051f5f7f92a535613119e2b89dea571
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make gnus-summary-low-unread inherit italic
    
    This makes it consistent with the other gnus-summary-low faces.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 86af4b24fa..fef3350e2e 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1030,7 +1030,7 @@ Helper function for `ef-themes-preview-colors'."
     `(gnus-summary-low-read ((,c :inherit (shadow italic))))
     `(gnus-summary-low-ticked ((,c :inherit italic :foreground ,err)))
     `(gnus-summary-low-undownloaded ((,c :inherit italic :foreground 
,warning)))
-    `(gnus-summary-low-unread (( )))
+    `(gnus-summary-low-unread ((,c :inherit italic)))
     `(gnus-summary-normal-ancient (( )))
     `(gnus-summary-normal-read ((,c :inherit shadow)))
     `(gnus-summary-normal-ticked ((,c :foreground ,err)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]