emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme b796eae 064/118: Better readability for jab


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme b796eae 064/118: Better readability for jabber.el
Date: Thu, 21 Oct 2021 18:06:21 -0400 (EDT)

branch: elpa/material-theme
commit b796eae29280148f85b625e186b74180b87c6e18
Author: Maximilian Nickel <mnick@mit.edu>
Commit: Maximilian Nickel <mnick@mit.edu>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]