]> git.eshelyaron.com Git - emacs.git/commitdiff
* diff-mode.el (diff-context-face): Inherit from `shadow' face.
authorJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:22:00 +0000 (12:22 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:22:00 +0000 (12:22 +0000)
lisp/diff-mode.el

index aabd09e98ee36420a49ba7051131ab8ddd4db1f6..5deb7880bdf4c1279e37b1724d45796585da9bf3 100644 (file)
@@ -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)