# HG changeset patch # User Juri Linkov # Date 1118060520 0 # Node ID c2487fe1ca3443b98c438a162bf8d93b9859157b # Parent a05421095dca0ccc890d21a01e628cfd0fe47ea9 * diff-mode.el (diff-context-face): Inherit from `shadow' face. diff -r a05421095dca -r c2487fe1ca34 lisp/diff-mode.el --- a/lisp/diff-mode.el Mon Jun 06 12:18:20 2005 +0000 +++ b/lisp/diff-mode.el Mon Jun 06 12:22:00 2005 +0000 @@ -243,10 +243,7 @@ (defvar diff-function-face 'diff-function-face) (defface diff-context-face - '((((class color) (background light)) - :foreground "grey50") - (((class color) (background dark)) - :foreground "grey70")) + '((t :inherit shadow)) "`diff-mode' face used to highlight context and other side-information." :group 'diff-mode) (defvar diff-context-face 'diff-context-face)