branch: elpa/ample-theme
commit 7e169178d8c1337e4ae8abfd7667824dc6e1914a
Author: Jordon Biondo <[email protected]>
Commit: Jordon Biondo <[email protected]>
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))))