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

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

[elpa] externals/ebdb a22c983 16/21: Try different faces in EBDB buffers


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb a22c983 16/21: Try different faces in EBDB buffers
Date: Sun, 17 Sep 2017 15:32:48 -0400 (EDT)

branch: externals/ebdb
commit a22c9833d498f9fb6c9d473b0f6ba32dca0d766b
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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)
 



reply via email to

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