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

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

[elpa] externals/ef-themes 4c175d51ef 4/6: Make rcirc server messages lo


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 4c175d51ef 4/6: Make rcirc server messages look like comments
Date: Tue, 6 Sep 2022 22:57:33 -0400 (EDT)

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

    Make rcirc server messages look like comments
    
    We don't want to use 'shadow' as this is for elements that the user may
    choose to dim even more (by modifying the face).  Whereas comments are
    meant to be read.
    
    Also, this is how rcirc-server does it by default, except it copies (and
    hardcodes) the attributes of 'font-lock-comment-face' instead of
    directly inheriting it.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index ab6ce1d88a..bd6c05741a 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1478,7 +1478,7 @@ Helper function for `ef-themes-preview-colors'."
     `(rcirc-nick-in-message-full-line ((,c :inherit warning)))
     `(rcirc-other-nick ((,c :inherit bold :foreground ,accent-0)))
     `(rcirc-prompt ((,c :inherit minibuffer-prompt)))
-    `(rcirc-server ((,c :inherit shadow)))
+    `(rcirc-server ((,c :inherit font-lock-comment-face)))
     `(rcirc-timestamp ((,c :foreground ,date)))
     `(rcirc-track-keyword ((,c :inherit bold)))
     `(rcirc-track-nick ((,c :inherit warning)))



reply via email to

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