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

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

[elpa] externals/ef-themes 83e00951ec 3/3: Add support for rcirc


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 83e00951ec 3/3: Add support for rcirc
Date: Sat, 20 Aug 2022 08:57:39 -0400 (EDT)

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

    Add support for rcirc
---
 ef-themes.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index c782bd98b8..42c0f384ca 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1216,6 +1216,20 @@ Helper function for `ef-themes-preview-colors'."
     `(rainbow-delimiters-depth-9-face ((,c :foreground ,rainbow-8)))
     `(rainbow-delimiters-mismatched-face ((,c :background ,bg-red :foreground 
,fg-intense)))
     `(rainbow-delimiters-unmatched-face ((,c :inherit (bold 
rainbow-delimiters-mismatched-face))))
+;;;; rcirc
+    `(rcirc-bright-nick ((,c :inherit bold :foreground ,fg-intense)))
+    `(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 italic)))
+    `(rcirc-other-nick ((,c :inherit bold :foreground ,accent-0)))
+    `(rcirc-prompt ((,c :inherit minibuffer-prompt)))
+    `(rcirc-server ((,c :inherit shadow)))
+    `(rcirc-timestamp ((,c :foreground ,date)))
+    `(rcirc-track-keyword ((,c :inherit bold)))
+    `(rcirc-track-nick ((,c :inherit warning)))
+    `(rcirc-url ((,c :inherit link)))
 ;;;; regexp-builder (re-builder)
     `(reb-match-0 ((,c :background ,bg-cyan :foreground ,fg-intense)))
     `(reb-match-1 ((,c :background ,bg-magenta :foreground ,fg-intense)))



reply via email to

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