changeset 63053:4ef6975cd244

* rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.
author Juri Linkov <juri@jurta.org>
date Mon, 06 Jun 2005 12:23:49 +0000
parents ac4dcbb00c51
children bb05eaafc76a
files lisp/rfn-eshadow.el
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rfn-eshadow.el	Mon Jun 06 12:23:03 2005 +0000
+++ b/lisp/rfn-eshadow.el	Mon Jun 06 12:23:49 2005 +0000
@@ -113,10 +113,7 @@
   :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)