]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el (ivy-action): New face
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 8 Apr 2016 07:31:48 +0000 (09:31 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 8 Apr 2016 07:33:55 +0000 (09:33 +0200)
Re #469

ivy.el

diff --git a/ivy.el b/ivy.el
index 7e0f397fe340ed753867a0ba3f6b578d96a76494..296f873e1eba2b6b230a6bd17dccfc13d0a8d862 100644 (file)
--- a/ivy.el
+++ b/ivy.el
   '((t :inherit font-lock-builtin-face))
   "Face used by Ivy for matching virtual buffer names.")
 
+(defface ivy-action
+  '((t :inherit font-lock-builtin-face))
+  "Face used by Ivy for displaying keys in `ivy-read-action'.")
+
 (setcdr (assoc load-file-name custom-current-group-alist) 'ivy)
 
 (defcustom ivy-height 10
@@ -480,7 +484,7 @@ selection, non-nil otherwise."
                               (format "%s: %s"
                                       (propertize
                                        (car x)
-                                       'face 'font-lock-builtin-face)
+                                       'face 'ivy-action)
                                       (nth 2 x)))
                             (cdr actions)
                             "\n")