diff lisp/diff-mode.el @ 93061:d8532269f863

(diff-header): Make the color louder. (diff-refine-change): Tone the color down.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 19 Mar 2008 04:59:34 +0000
parents 4578d4f0f0b2
children 57ae4f7f7151
line wrap: on
line diff
--- a/lisp/diff-mode.el	Wed Mar 19 04:15:12 2008 +0000
+++ b/lisp/diff-mode.el	Wed Mar 19 04:59:34 2008 +0000
@@ -229,7 +229,7 @@
 
 (defface diff-header
   '((((class color) (min-colors 88) (background light))
-     :background "grey85")
+     :background "grey80")
     (((class color) (min-colors 88) (background dark))
      :background "grey45")
     (((class color) (background light))
@@ -1752,7 +1752,7 @@
 
 (defface diff-refine-change
   '((((class color) (min-colors 88) (background light))
-     :background "grey70")
+     :background "grey85")
     (((class color) (min-colors 88) (background dark))
      :background "grey60")
     (((class color) (background light))