changeset 63051:c2487fe1ca34

* diff-mode.el (diff-context-face): Inherit from `shadow' face.
author Juri Linkov <juri@jurta.org>
date Mon, 06 Jun 2005 12:22:00 +0000
parents a05421095dca
children ac4dcbb00c51
files lisp/diff-mode.el
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)