(diff-refine-change): Tone the color down.
+2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * diff-mode.el (diff-header): Make the color louder.
+ (diff-refine-change): Tone the color down.
+
2008-03-19 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char): When `describe-char-unidata-list'
(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))
(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))