branch: elpa/moe-theme
commit 8bea49a24a5cd4e14e5e21c6446ae3d50f7173ff
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Update for jabber.el
---
moe-dark-theme.el | 24 +++++++++++-------------
moe-light-theme.el | 26 ++++++++++++--------------
2 files changed, 23 insertions(+), 27 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 56adaa2cc7..b89ac74b6f 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -196,24 +196,22 @@ Moe, moe, kyun!")
`(twittering-timeline-header-face ((,class (:foreground ,white-3))))
;; Jabber
- `(jabber-chat-prompt-local ((,class (:foreground ,yellow-2))))
+ `(jabber-activity-face ((,class (:foreground ,magenta-2))))
+ `(jabber-activity-personal-face ((,class (:foreground ,cyan-3))))
+ `(jabber-chat-error ((,class (:foreground ,red-00 :background ,red-2))))
`(jabber-chat-prompt-foreign ((,class (:foreground ,orange-2))))
+ `(jabber-chat-prompt-local ((,class (:foreground ,blue-1))))
`(jabber-chat-prompt-system ((,class (:foreground ,yellow-2 :weight bold))))
- `(jabber-chat-text-local ((,class (:foreground ,yellow-2))))
- `(jabber-chat-text-foreign ((,class (:foreground ,orange-2))))
- `(jabber-chat-text-error ((,class (:foreground ,red-2))))
-
- `(jabber-roster-user-online ((,class (:foreground ,green-2))))
- `(jabber-roster-user-xa ((,class (:foreground ,black-1))))
- `(jabber-roster-user-dnd ((,class (:foreground ,yellow-2))))
+ `(jabber-chat-text-foreign ((,class (:foreground ,white-0))))
+ `(jabber-chat-text-local ((,class (:foreground ,white-3))))
+ `(jabber-rare-time-face ((,class (:foreground ,black-1))))
`(jabber-roster-user-away ((,class (:foreground ,orange-2))))
`(jabber-roster-user-chatty ((,class (:foreground ,purple-1))))
- `(jabber-roster-user-error ((,class (:foreground ,red-0))))
+ `(jabber-roster-user-dnd ((,class (:foreground ,red-1))))
+ `(jabber-roster-user-error ((,class (:foreground ,red-00 :background
,red-3))))
`(jabber-roster-user-offline ((,class (:foreground ,black-1))))
-
- `(jabber-rare-time-face ((,class (:foreground ,black-1))))
- `(jabber-activity-face ((,class (:foreground ,magenta-2))))
- `(jabber-activity-personal-face ((,class (:foreground ,cyan-1))))
+ `(jabber-roster-user-online ((,class (:foreground ,green-2))))
+ `(jabber-roster-user-xa ((,class (:foreground ,black-1))))
;; popup
`(popup-face ((,class (:background ,black-3 :foreground ,blue-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 88bbc54604..d3dc89a7e1 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -194,24 +194,22 @@ Moe, moe, kyun!")
`(twittering-timeline-header-face ((,class (:foreground ,black-1 :bold t))))
;; Jabber
- `(jabber-chat-prompt-local ((,class (:foreground ,yellow-3))))
- `(jabber-chat-prompt-foreign ((,class (:foreground ,orange-3))))
+ `(jabber-activity-face ((,class (:foreground ,magenta-2))))
+ `(jabber-activity-personal-face ((,class (:foreground ,cyan-4))))
+ `(jabber-chat-error ((,class (:foreground ,red-3 :background ,red-00 :bold
t))))
+ `(jabber-chat-prompt-foreign ((,class (:foreground ,orange-3 :bold t))))
+ `(jabber-chat-prompt-local ((,class (:foreground ,blue-2 :bold t))))
`(jabber-chat-prompt-system ((,class (:foreground ,yellow-3 :weight bold))))
- `(jabber-chat-text-local ((,class (:foreground ,yellow-3))))
- `(jabber-chat-text-foreign ((,class (:foreground ,orange-3))))
- `(jabber-chat-text-error ((,class (:foreground ,red-2))))
-
- `(jabber-roster-user-online ((,class (:foreground ,green-3))))
- `(jabber-roster-user-xa ((,class (:foreground ,white-4))))
- `(jabber-roster-user-dnd ((,class (:foreground ,yellow-3))))
+ `(jabber-chat-text-foreign ((,class (:foreground ,black-5))))
+ `(jabber-chat-text-local ((,class (:foreground ,black-2))))
+ `(jabber-rare-time-face ((,class (:foreground ,white-4))))
`(jabber-roster-user-away ((,class (:foreground ,orange-2))))
`(jabber-roster-user-chatty ((,class (:foreground ,purple-2))))
- `(jabber-roster-user-error ((,class (:foreground ,red-1))))
+ `(jabber-roster-user-dnd ((,class (:foreground ,red-1))))
+ `(jabber-roster-user-error ((,class (:foreground ,red-3 :background
,red-00))))
`(jabber-roster-user-offline ((,class (:foreground ,black-1))))
-
- `(jabber-rare-time-face ((,class (:foreground ,white-4))))
- `(jabber-activity-face ((,class (:foreground ,magenta-2))))
- `(jabber-activity-personal-face ((,class (:foreground ,cyan-4))))
+ `(jabber-roster-user-online ((,class (:foreground ,green-3))))
+ `(jabber-roster-user-xa ((,class (:foreground ,white-4))))
;; popup
`(popup-face ((,class (:background ,black-5 :foreground ,blue-1))))