+2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
+
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
(defface diff-refine-change
'((((class color) (min-colors 88) (background light))
- :background "grey90")
+ :background "grey70")
(((class color) (min-colors 88) (background dark))
- :background "grey40")
+ :background "grey60")
(((class color) (background light))
:background "yellow")
(((class color) (background dark))