branch: elpa/material-theme
commit b796eae29280148f85b625e186b74180b87c6e18
Author: Maximilian Nickel <[email protected]>
Commit: Maximilian Nickel <[email protected]>
Better readability for jabber.el
---
material-light-theme.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index e775a8f..05abd1f 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -558,11 +558,11 @@
`(cfw:face-holiday ((,class (:background ,current-line :foreground ,green
:weight bold))))
;; Jabber
- `(jabber-chat-prompt-local ((,class (:foreground ,yellow))))
- `(jabber-chat-prompt-foreign ((,class (:foreground ,orange))))
- `(jabber-chat-prompt-system ((,class (:foreground ,yellow :weight bold))))
- `(jabber-chat-text-local ((,class (:foreground ,yellow))))
- `(jabber-chat-text-foreign ((,class (:foreground ,orange))))
+ `(jabber-chat-prompt-local ((,class (:foreground ,subtle))))
+ `(jabber-chat-prompt-foreign ((,class (:foreground ,blue))))
+ `(jabber-chat-prompt-system ((,class (:foreground ,orange :weight bold))))
+ `(jabber-chat-text-local ((,class (:foreground ,subtle))))
+ `(jabber-chat-text-foreign ((,class (:foreground ,foreground))))
`(jabber-chat-text-error ((,class (:foreground ,red))))
`(jabber-roster-user-online ((,class (:foreground ,green))))