Skip to content

Commit

Permalink
Added jabber-el roster and chat prompt colors
Browse files Browse the repository at this point in the history
  • Loading branch information
neomantic committed Aug 8, 2010
1 parent e2c5cec commit 265ec84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions color-theme-sunburst.el
Expand Up @@ -52,6 +52,11 @@
(nxml-tag-delimiter-face ((t (:foreground "#cda869"))))
(nxml-tag-slash-face ((t (:foreground "#cda869"))))
(nxml-text-face ((t (:foreground "#ddd"))))
(jabber-chat-prompt-local ((t (:foreground "#65b042"))))
(jabber-chat-prompt-foreign ((t(:foreground "#3387cc"))))
(jabber-roster-user-xa ((t (:foreground "#e28964"))))
(jabber-roster-user-online ((t (:foreground "#3387cc"))))
(jabber-roster-user-away ((t (:foreground "#9b859d"))))
(gui-element ((t (:background "#0e2231" :foreground "black"))))
(highlight ((t (:bold t :slant italic))))
(highline-face ((t (:background "#4a410d"))))
Expand Down

0 comments on commit 265ec84

Please sign in to comment.