aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))))