mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* rfn-eshadow.el (file-name-shadow): Inherit from `shadow' face.
This commit is contained in:
parent
cf78a467b9
commit
c3423c9743
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user