From: Juri Linkov Date: Mon, 6 Jun 2005 12:22:00 +0000 (+0000) Subject: * diff-mode.el (diff-context-face): Inherit from `shadow' face. X-Git-Tag: emacs-pretest-22.0.90~9277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4cf1710436e5f03f60dc62c527004525c32acf7;p=emacs.git * diff-mode.el (diff-context-face): Inherit from `shadow' face. --- diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index aabd09e98ee..5deb7880bdf 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -243,10 +243,7 @@ when editing big diffs)." (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)