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

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

[elpa] externals/ef-themes 1e9321eaf8 5/6: Use appropriate colour for rc


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 1e9321eaf8 5/6: Use appropriate colour for rcirc modeline
Date: Tue, 6 Sep 2022 22:57:34 -0400 (EDT)

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

    Use appropriate colour for rcirc modeline
    
    These are fairly new colours (starting with 703deb4) and I am applying
    them to modeline constructs.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index bd6c05741a..05e4573460 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1480,8 +1480,8 @@ Helper function for `ef-themes-preview-colors'."
     `(rcirc-prompt ((,c :inherit minibuffer-prompt)))
     `(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)))
+    `(rcirc-track-keyword ((,c :inherit bold :foreground ,modeline-warning)))
     `(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]