branch: externals/ebdb
commit a22c9833d498f9fb6c9d473b0f6ba32dca0d766b
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Try different faces in EBDB buffers
* ebdb-com.el (ebdb-organization-name): Green is less alarming.
(ebdb-defunct): Defunct is better as a light gray?
---
ebdb-com.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index a3a4fe0..002d3ea 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -104,7 +104,7 @@ Used by `ebdb-mouse-menu'."
:group 'ebdb-faces)
(defface ebdb-organization-name
- '((t (:inherit font-lock-comment-face)))
+ '((t (:inherit font-lock-type-face)))
"Face used for EBDB organization names."
:group 'ebdb-faces)
@@ -128,7 +128,7 @@ Used by `ebdb-mouse-menu'."
"Face used for placeholder text for fields that aren't actually displayed.")
(defface ebdb-defunct
- '((t (:inherit font-lock-comment-face)))
+ '((t :foreground "gray80"))
"Face used to display defunct roles and mails."
:group 'ebdb-faces)