commit bc58e0435b6f330ebab2bf1e59456f2d1350fe84
parent fc9f30ec99120ee5407c970bc542c1b6d3e0bdf0
Author: Tristan Edward McCann <tristan@aquaagua.net>
Date: Tue, 16 Apr 2013 20:18:24 -0400
Add colors for jabber.el
Diffstat:
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -545,6 +545,23 @@
`(ido-indicator ((,class (:background ,red :foreground ,solarized-bg :width condensed))))
`(ido-virtual ((,class (:foreground ,cyan))))
+ `(jabber-activity-face ((,class (:weight bold :foreground ,red))))
+ `(jabber-activity-personal-face ((,class (:weight bold :foreground ,blue))))
+ `(jabber-chat-error ((,class (:weight bold :foreground ,red))))
+ `(jabber-chat-prompt-foreign ((,class (:weight bold :foreground ,red))))
+ `(jabber-chat-prompt-local ((,class (:weight bold :foreground ,blue))))
+ `(jabber-chat-prompt-system ((,class (:weight bold :foreground ,green))))
+ `(jabber-chat-text-foreign ((,class (:foreground ,base1))))
+ `(jabber-chat-text-local ((,class (:foreground ,base0))))
+ `(jabber-chat-rare-time-face ((,class (:underline t :foreground ,green))))
+ `(jabber-roster-user-away ((,class (:slant italic :foreground ,green))))
+ `(jabber-roster-user-chatty ((,class (:weight bold :foreground ,orange))))
+ `(jabber-roster-user-dnd ((,class (:slant italic :foreground ,red))))
+ `(jabber-roster-user-error ((,class (:weight light :slant italic :foreground ,red))))
+ `(jabber-roster-user-offline ((,class (:foreground ,base01))))
+ `(jabber-roster-user-online ((,class (:weight bold :foreground ,blue))))
+ `(jabber-roster-user-xa ((,class (:slant italic :foreground ,magenta))))
+
;; js2-mode colors
`(js2-error ((,class (:foreground ,red))))
`(js2-external-variable ((,class (:foreground ,orange))))