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

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

[nongnu] elpa/anti-zenburn-theme 42ce1cb 130/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 42ce1cb 130/151: From zenburn-emacs: add faces for gnus-server, jabber-roster and
Date: Thu, 21 Oct 2021 18:01:38 -0400 (EDT)

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

    From zenburn-emacs: add faces for gnus-server, jabber-roster and
    chat-prompt.
---
 anti-zenburn-theme.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 60e9a18..d1343f1 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -488,6 +488,11 @@
    '(gnus-header-name ((t (:inherit message-header-name))))
    '(gnus-header-newsgroups ((t (:inherit message-header-other))))
    '(gnus-header-subject ((t (:inherit message-header-subject))))
+   `(gnus-server-opened ((t (:foreground ,azenburn-violet+2 :weight bold))))
+   `(gnus-server-denied ((t (:foreground ,azenburn-blue+1 :weight bold))))
+   `(gnus-server-closed ((t (:foreground ,azenburn-beige :slant italic))))
+   `(gnus-server-offline ((t (:foreground ,azenburn-dark-blue :weight bold))))
+   `(gnus-server-agent ((t (:foreground ,azenburn-beige :weight bold))))
    `(gnus-summary-cancelled ((t (:foreground ,azenburn-light-blue))))
    `(gnus-summary-high-ancient ((t (:foreground ,azenburn-beige))))
    `(gnus-summary-high-read ((t (:foreground ,azenburn-violet :weight bold))))
@@ -627,9 +632,13 @@
    `(jabber-roster-user-away ((t (:foreground ,azenburn-violet+2))))
    `(jabber-roster-user-online ((t (:foreground ,azenburn-beige-1))))
    `(jabber-roster-user-dnd ((t (:foreground ,azenburn-blue+1))))
+   `(jabber-roster-user-xa ((t (:foreground ,azenburn-green))))
+   `(jabber-roster-user-chatty ((t (:foreground ,azenburn-light-blue))))
+   `(jabber-roster-user-error ((t (:foreground ,azenburn-blue+1))))
    `(jabber-rare-time-face ((t (:foreground ,azenburn-violet+1))))
    `(jabber-chat-prompt-local ((t (:foreground ,azenburn-beige-1))))
    `(jabber-chat-prompt-foreign ((t (:foreground ,azenburn-blue+1))))
+   `(jabber-chat-prompt-system ((t (:foreground ,azenburn-violet+3))))
    `(jabber-activity-face((t (:foreground ,azenburn-blue+1))))
    `(jabber-activity-personal-face ((t (:foreground ,azenburn-beige+1))))
    '(jabber-title-small ((t (:height 1.1 :weight bold))))



reply via email to

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