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

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

[nongnu] elpa/ample-theme 7e16917 082/137: better jabber faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 7e16917 082/137: better jabber faces
Date: Thu, 21 Oct 2021 18:00:22 -0400 (EDT)

branch: elpa/ample-theme
commit 7e169178d8c1337e4ae8abfd7667824dc6e1914a
Author: Jordon Biondo <jordonbiondo@gmail.com>
Commit: Jordon Biondo <jordonbiondo@gmail.com>

    better jabber faces
---
 ample-theme.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 6c0cfbc..a3fd58e 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -284,12 +284,12 @@
    `(jabber-activity-face              ((t (:inherit 
font-lock-variable-name-face :bold t))))
    `(jabber-activity-personal-face     ((t (:inherit 
font-lock-function-name-face :bold t))))
    `(jabber-chat-error                 ((t (:inherit error :bold t))))
-   ;; `(jabber-chat-prompt-foreign     ((t (:foreground "red" :background nil 
:bold t))))
-   ;;`(jabber-chat-prompt-local                ((t (:foreground "blue" 
:background nil :bold t))))
-   ;;`(jabber-chat-prompt-system       ((t (:foreground "green" :background 
nil :bold t))))
-   `(jabber-chat-text-foreign          ((t (:inherit 
font-lock-function-name-face))))
-   `(jabber-chat-text-local            ((t (:inherit font-lock-keyword-face))))
-   ;;`(jabber-rare-time-face           ((t (:foreground "darkgreen" 
:background nil :underline t))))
+   `(jabber-chat-prompt-foreign                ((t (:foreground ,ample/green  
:background nil :underline nil :bold t))))
+   `(jabber-chat-prompt-local          ((t (:foreground ,ample/light-blue   
:background nil :underline nil :bold t))))
+   `(jabber-chat-prompt-system         ((t (:foreground ,ample/yellow 
:background nil :underline nil :bold t))))
+   `(jabber-chat-text-foreign          ((t (:inherit default :background 
nil))))
+   `(jabber-chat-text-local            ((t (:inherit default :bold t))))
+   `(jabber-rare-time-face             ((t (:foreground ,ample/purple 
:background nil :underline t))))
    `(jabber-roster-user-away           ((t (:inherit font-lock-string-face))))
    `(jabber-roster-user-chatty         ((t (:foreground ,ample/orange 
:background nil :bold t))))
    ;;`(jabber-roster-user-dnd          ((t (:foreground "red" :background 
nil))))



reply via email to

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