aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-10 14:44:08 +0100
committerGravatar Tom Willemsen2013-03-10 14:44:08 +0100
commit542af8f67acc69a2013eecf4139602c882645c02 (patch)
tree95dd59fef94319e5b1bb53c6b4c4af94a0467943
parent16b2bd49cb62334c5c484639cbb783f75f5c86d7 (diff)
downloadyoshi-theme-542af8f67acc69a2013eecf4139602c882645c02.tar.gz
yoshi-theme-542af8f67acc69a2013eecf4139602c882645c02.zip
Update jabber colors
-rw-r--r--yoshi-theme.el10
1 files changed, 6 insertions, 4 deletions
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))))