From 542af8f67acc69a2013eecf4139602c882645c02 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 10 Mar 2013 14:44:08 +0100 Subject: Update jabber colors --- yoshi-theme.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index e630ae3..f1ee5ed 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -72,11 +72,13 @@ `(identica-username-face ((t (:foreground ,lblue :weight bold :underline unspecified)))) `(ido-subdir ((t (:foreground ,lred)))) `(italic ((t (:slant italic)))) - `(jabber-chat-prompt-foreign ((t (:foreground ,lred)))) - `(jabber-chat-prompt-local ((t (:foreground ,lblue)))) - `(jabber-chat-prompt-system ((t (:foreground ,lyellow)))) - `(jabber-rare-time-face ((t (:foreground ,dcyan :weight bold)))) + `(jabber-chat-prompt-foreign ((t (:foreground ,lred :slant italic)))) + `(jabber-chat-prompt-local ((t (:foreground ,lblue :slant italic)))) + `(jabber-chat-prompt-system ((t (:foreground ,lgreen :slant italic)))) + `(jabber-rare-time-face ((t (:foreground ,lwhite :underline t)))) `(jabber-roster-user-online ((t (:foreground ,lblue)))) + `(jabber-roster-user-away ((t (:foreground ,lgreen :slant italic)))) + `(jabber-roster-user-offline ((t (:foreground ,lblack :slant italic)))) `(link ((t (:foreground ,lorange :underline t)))) `(link-visited ((t (:foreground ,lmagenta :underline t)))) `(magit-item-highlight ((t (:weight bold :inherit unspecified)))) -- cgit v1.2.3-54-g00ecf