branch: elpa/subatomic-theme
commit 448de0ffd8cb2019c11763af4238004e62adcac5
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    Added jabber.el faces!
---
 subatomic-theme.el | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 60 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 458e354..02d1d19 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -4,7 +4,7 @@
 
 ;; Author: John Olsson <[email protected]>
 ;; URL: https://github.com/cryon/subatomic
-;; Version: 1.4.0
+;; Version: 1.5.0
 
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
@@ -242,6 +242,65 @@
    ;;   `(ido-inclomplete-regexp
    ;;     ((t (:foreground ,piggy-pink))))
 
+   ;; jabber
+
+   `(jabber-roster-user-online
+     ((t (:foreground ,jungle-green))))
+
+   `(jabber-roster-user-offline
+     ((t (:foreground ,mystic-blue))))
+
+   `(jabber-roster-user-dnd
+     ((t (:foreground ,brick-red))))
+
+   `(jabber-roster-user-away
+     ((t (:foreground ,cold-mud))))
+
+   `(jabber-roster-user-chatty
+     ((t (:foreground ,victory-blue+1 :bold t))))
+
+   `(jabber-roster-user-xa
+     ((t (:foreground ,brick-red))))
+
+   `(jabber-roster-user-error
+     ((t (:foreground ,full-red))))
+
+   `(jabber-chat-prompt-local
+     ((t (:foreground ,victory-blue+1))))
+
+   `(jabber-chat-prompt-foreign
+     ((t (:foreground ,cold-mud))))
+
+   `(jabber-chat-text-local
+     ((t (:foreground ,relaxed-white))))
+
+   `(jabber-chat-text-foreign
+     ((t (:foreground ,relaxed-white))))
+
+   `(jabber-rare-time-face
+     ((t (:foreground ,mystic-blue :bold t))))
+
+   `(jabber-activity-face
+     ((t (:foreground ,deep-gold :bold t))))
+
+   `(jabber-activity-personal-face
+     ((t (:foreground ,cold-mud :bold t))))
+
+   `(jabber-chat-error
+     ((t (:foreground ,full-red))))
+
+   `(jabber-chat-prompt-system
+     ((t (:foreground ,full-red))))
+
+   `(jabber-title-large
+     ((t (:foreground ,deep-gold :height 1.3 :bold t))))
+
+   `(jabber-title-medium
+     ((t (:foreground ,deep-gold :bold t))))
+
+   `(jabber-title-small
+     ((t (:foreground ,deep-gold))))
+
    ;; erc
 
    `(erc-default-face

Reply via email to