branch: elpa/moe-theme
commit c56d867a932a3bd7c059944809f9fa24dd0f6a99
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Improve pr #51.
---
moe-dark-theme.el | 6 +++---
moe-light-theme.el | 14 +++++++-------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d7c61eb602..56adaa2cc7 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -207,12 +207,12 @@ Moe, moe, kyun!")
`(jabber-roster-user-xa ((,class (:foreground ,black-1))))
`(jabber-roster-user-dnd ((,class (:foreground ,yellow-2))))
`(jabber-roster-user-away ((,class (:foreground ,orange-2))))
- `(jabber-roster-user-chatty ((,class (:foreground ,purple-3))))
- `(jabber-roster-user-error ((,class (:foreground ,red-1))))
+ `(jabber-roster-user-chatty ((,class (:foreground ,purple-1))))
+ `(jabber-roster-user-error ((,class (:foreground ,red-0))))
`(jabber-roster-user-offline ((,class (:foreground ,black-1))))
`(jabber-rare-time-face ((,class (:foreground ,black-1))))
- `(jabber-activity-face ((,class (:foreground ,purple-3))))
+ `(jabber-activity-face ((,class (:foreground ,magenta-2))))
`(jabber-activity-personal-face ((,class (:foreground ,cyan-1))))
;; popup
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 051d557a68..88bbc54604 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -196,22 +196,22 @@ Moe, moe, kyun!")
;; Jabber
`(jabber-chat-prompt-local ((,class (:foreground ,yellow-3))))
`(jabber-chat-prompt-foreign ((,class (:foreground ,orange-3))))
- `(jabber-chat-prompt-system ((,class (:foreground ,yellow-2 :weight bold))))
+ `(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 ,black-1))))
- `(jabber-roster-user-dnd ((,class (:foreground ,yellow-2))))
+ `(jabber-roster-user-xa ((,class (:foreground ,white-4))))
+ `(jabber-roster-user-dnd ((,class (:foreground ,yellow-3))))
`(jabber-roster-user-away ((,class (:foreground ,orange-2))))
- `(jabber-roster-user-chatty ((,class (:foreground ,purple-3))))
+ `(jabber-roster-user-chatty ((,class (:foreground ,purple-2))))
`(jabber-roster-user-error ((,class (:foreground ,red-1))))
`(jabber-roster-user-offline ((,class (:foreground ,black-1))))
- `(jabber-rare-time-face ((,class (:foreground ,black-1))))
- `(jabber-activity-face ((,class (:foreground ,purple-3))))
- `(jabber-activity-personal-face ((,class (:foreground ,cyan-1))))
+ `(jabber-rare-time-face ((,class (:foreground ,white-4))))
+ `(jabber-activity-face ((,class (:foreground ,magenta-2))))
+ `(jabber-activity-personal-face ((,class (:foreground ,cyan-4))))
;; popup
`(popup-face ((,class (:background ,black-5 :foreground ,blue-1))))