]> git.eshelyaron.com Git - emacs.git/commitdiff
* rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.
authorJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:23:49 +0000 (12:23 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:23:49 +0000 (12:23 +0000)
lisp/rfn-eshadow.el

index 5fb31561c411375213f18fc2683e4ea844bec11a..84731115d1a02fea478d7bd567fe5cd7a44257f6 100644 (file)
@@ -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)