From: Juri Linkov Date: Mon, 6 Jun 2005 12:23:49 +0000 (+0000) Subject: * rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face. X-Git-Tag: emacs-pretest-22.0.90~9275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3423c97433a6995ab575fcb5b43110b6bc69eec;p=emacs.git * rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face. --- diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 5fb31561c41..84731115d1a 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -113,10 +113,7 @@ system, `file-name-shadow-properties' is used instead." :group 'minibuffer) (defface file-name-shadow - '((((background dark)) - :foreground "grey50") - (t - :foreground "grey70")) + '((t :inherit shadow)) "Face used by `file-name-shadow-mode' for the shadow." :group 'minibuffer)