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

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

[nongnu] elpa/anti-zenburn-theme 753eb76 023/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 753eb76 023/151: From zenburn-emacs: add rcirc faces.
Date: Thu, 21 Oct 2021 18:01:14 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 753eb7628748344e9580598fd8c34b01c43421f8
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: add rcirc faces.
---
 anti-zenburn-theme.el | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 4ef7034..8c996f3 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -502,6 +502,22 @@
    `(rainbow-delimiters-depth-11-face ((t (:foreground ,azenburn-violet))))
    `( rainbow-delimiters-depth-12-face ((t (:foreground ,azenburn-beige-5))))
 
+   ;;rcirc
+   `(rcirc-my-nick ((t (:foreground ,azenburn-beige))))
+   `(rcirc-other-nick ((t (:foreground ,azenburn-light-blue))))
+   `(rcirc-bright-nick ((t (:foreground ,azenburn-beige+1))))
+   `(rcirc-dim-nick ((t (:foreground ,azenburn-beige-2))))
+   `(rcirc-server ((t (:foreground ,azenburn-violet))))
+   `(rcirc-server-prefix ((t (:foreground ,azenburn-violet+1))))
+   `(rcirc-timestamp ((t (:foreground ,azenburn-violet+2))))
+   `(rcirc-nick-in-message ((t (:foreground ,azenburn-dark-blue))))
+   `(rcirc-nick-in-message-full-line ((t (:bold t))))
+   `(rcirc-prompt ((t (:foreground ,azenburn-dark-blue :bold t))))
+   `(rcirc-track-nick ((t (:inverse-video t))))
+   `(rcirc-track-keyword ((t (:bold t))))
+   `(rcirc-url ((t (:bold t))))
+   `(rcirc-keyword ((t (:foreground ,azenburn-dark-blue :bold t))))
+
    ;; rpm-mode
    `(rpm-spec-dir-face ((t (:foreground ,azenburn-violet))))
    `(rpm-spec-doc-face ((t (:foreground ,azenburn-violet))))



reply via email to

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