]> code.delx.au - gnu-emacs-elpa/commitdiff
Minibuffer faces should inherit minibuffer-prompt
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 24 Apr 2015 11:36:40 +0000 (13:36 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 24 Apr 2015 11:36:40 +0000 (13:36 +0200)
* ivy.el (ivy-confirm-face): Update.
(ivy-match-required-face): Update.

Re #60

ivy.el

diff --git a/ivy.el b/ivy.el
index feba7a239fe31766d1d3b3aae9aee2a319206b93..7b38d655b8e29f1381392585742a63ea488b3b47 100644 (file)
--- a/ivy.el
+++ b/ivy.el
   "Face used by Ivy for highlighting first match.")
 
 (defface ivy-confirm-face
-  '((t :foreground "ForestGreen"))
+  '((t :foreground "ForestGreen" :inherit minibuffer-prompt))
   "Face used by Ivy to issue a confirmation prompt.")
 
 (defface ivy-match-required-face
-  '((t :foreground "red"))
+  '((t :foreground "red" :inherit minibuffer-prompt))
   "Face used by Ivy to issue a match required prompt.")
 
 (defface ivy-subdir