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

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

[elpa] externals/ef-themes 19594531c7 7/7: Tweak rcirc-nick-in-message-f


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 19594531c7 7/7: Tweak rcirc-nick-in-message-full-line
Date: Tue, 6 Sep 2022 10:57:31 -0400 (EDT)

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

    Tweak rcirc-nick-in-message-full-line
    
    Thanks to Philip Kaludercic for telling me about the downsides of using
    the 'italic' face:
    
<https://lists.sr.ht/~protesilaos/ef-themes/%3C87edwphahl.fsf%40posteo.net%3E>.
    
    I still have not managed to test if bold is enough, or if we need to
    apply some extra colour.  I will do it as soon as possible (testing IRC
    is hard because I normally don't use it).
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 4b7db1f593..d5361a1879 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1467,7 +1467,7 @@ Helper function for `ef-themes-preview-colors'."
     `(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 italic)))
+    `(rcirc-nick-in-message-full-line ((,c :inherit bold)))
     `(rcirc-other-nick ((,c :inherit bold :foreground ,accent-0)))
     `(rcirc-prompt ((,c :inherit minibuffer-prompt)))
     `(rcirc-server ((,c :inherit shadow)))



reply via email to

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