Skip to content

Commit

Permalink
Add Jabber faces
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 1, 2012
1 parent b3d5eae commit c60cc99
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions color-theme-sanityinc-solarized.el
Expand Up @@ -398,6 +398,26 @@ names to which it refers are bound."
(message-header-newsgroups ((,class (:foreground ,cyan :background nil :slant normal))))
(message-separator ((,class (:foreground ,magenta))))

;; Jabber
(jabber-chat-prompt-local ((,class (:foreground ,yellow))))
(jabber-chat-prompt-foreign ((,class (:foreground ,orange))))
(jabber-chat-prompt-system ((,class (:foreground ,yellow :weight bold))))
(jabber-chat-text-local ((,class (:foreground ,yellow))))
(jabber-chat-text-foreign ((,class (:foreground ,orange))))
(jabber-chat-text-error ((,class (:foreground ,red))))

(jabber-roster-user-online ((,class (:foreground ,green))))
(jabber-roster-user-xa ((,class :foreground ,faint)))
(jabber-roster-user-dnd ((,class :foreground ,yellow)))
(jabber-roster-user-away ((,class (:foreground ,orange))))
(jabber-roster-user-chatty ((,class (:foreground ,violet))))
(jabber-roster-user-error ((,class (:foreground ,red))))
(jabber-roster-user-offline ((,class (:foreground ,faint))))

(jabber-rare-time-face ((,class (:foreground ,faint))))
(jabber-activity-face ((,class (:foreground ,violet))))
(jabber-activity-personal-face ((,class (:foreground ,cyan))))

;; Gnus
(gnus-cite-1 ((,class (:inherit outline-1 :foreground nil))))
(gnus-cite-2 ((,class (:inherit outline-2 :foreground nil))))
Expand Down

0 comments on commit c60cc99

Please sign in to comment.