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

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

[elpa] externals/ef-themes 30791f59a5 6/6: Use the same style for nick t


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 30791f59a5 6/6: Use the same style for nick tracking in rcirc
Date: Tue, 6 Sep 2022 22:57:34 -0400 (EDT)

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

    Use the same style for nick tracking in rcirc
    
    I feel this helps with predictability, though I am open to further
    suggestions on how to improve it (I am not a regular IRC user and
    testing this is difficult).
---
 ef-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 05e4573460..f81328afba 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1474,14 +1474,14 @@ Helper function for `ef-themes-preview-colors'."
     `(rcirc-dim-nick ((,c :inherit shadow)))
     `(rcirc-monospace-text ((,c :inherit fixed-pitch)))
     `(rcirc-my-nick ((,c :inherit bold :foreground ,accent-1)))
-    `(rcirc-nick-in-message ((,c :inherit warning)))
-    `(rcirc-nick-in-message-full-line ((,c :inherit warning)))
+    `(rcirc-nick-in-message ((,c :inherit rcirc-my-nick)))
+    `(rcirc-nick-in-message-full-line ((,c :inherit rcirc-my-nick)))
     `(rcirc-other-nick ((,c :inherit bold :foreground ,accent-0)))
     `(rcirc-prompt ((,c :inherit minibuffer-prompt)))
     `(rcirc-server ((,c :inherit font-lock-comment-face)))
     `(rcirc-timestamp ((,c :foreground ,date)))
-    `(rcirc-track-nick ((,c :inherit warning)))
     `(rcirc-track-keyword ((,c :inherit bold :foreground ,modeline-warning)))
+    `(rcirc-track-nick ((,c :inherit rcirc-my-nick)))
     `(rcirc-url ((,c :inherit link)))
 ;;;; recursion-indicator
     `(recursion-indicator-general ((,c :foreground ,modeline-err)))



reply via email to

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