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

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

[nongnu] elpa/spacemacs-theme 6d96877d22 177/336: Support Jabber (Fix #5


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 6d96877d22 177/336: Support Jabber (Fix #59)
Date: Fri, 14 Jan 2022 10:59:32 -0500 (EST)

branch: elpa/spacemacs-theme
commit 6d96877d228af73a2c4c656c9bc33734feacc887
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support Jabber (Fix #59)
---
 spacemacs-common.el | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 66c4de5161..59966f8b38 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -323,6 +323,24 @@
          (:underline (:style line :color ,war)))
         (,class (:foreground ,base :background ,war :inherit bold :underline 
t))))
 
+;;;;; jabber
+     `(jabber-activity-face ((,class (:inherit bold :foreground ,red))))
+     `(jabber-activity-personal-face ((,class (:inherit bold :foreground 
,blue))))
+     `(jabber-chat-error ((,class (:inherit bold :foreground ,red))))
+     `(jabber-chat-prompt-foreign ((,class (:inherit bold :foreground ,red))))
+     `(jabber-chat-prompt-local ((,class (:inherit bold :foreground ,blue))))
+     `(jabber-chat-prompt-system ((,class (:inherit bold :foreground ,green))))
+     `(jabber-chat-text-foreign ((,class (:foreground ,base))))
+     `(jabber-chat-text-local ((,class (:foreground ,base))))
+     `(jabber-rare-time-face ((,class (:foreground ,green))))
+     `(jabber-roster-user-away ((,class (:foreground ,yellow))))
+     `(jabber-roster-user-chatty ((,class (:inherit bold :foreground ,green))))
+     `(jabber-roster-user-dnd ((,class (:foreground ,red))))
+     `(jabber-roster-user-error ((,class (:foreground ,err))))
+     `(jabber-roster-user-offline ((,class (:foreground ,base))))
+     `(jabber-roster-user-online ((,class (:inherit bold :foreground ,green))))
+     `(jabber-roster-user-xa ((,class (:foreground ,aqua))))
+
 ;;;;; git-gutter-fr
      `(git-gutter-fr:added ((,class (:foreground ,green :inherit bold))))
      `(git-gutter-fr:deleted ((,class (:foreground ,war :inherit bold))))



reply via email to

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