changeset 92749:4578d4f0f0b2

(diff-refine-change): Adjust colors to be more visible.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 12 Mar 2008 06:53:18 +0000
parents ef656c281e1e
children 4a9e25ce20b0
files lisp/ChangeLog lisp/diff-mode.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 12 03:15:13 2008 +0000
+++ b/lisp/ChangeLog	Wed Mar 12 06:53:18 2008 +0000
@@ -1,3 +1,7 @@
+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):
--- a/lisp/diff-mode.el	Wed Mar 12 03:15:13 2008 +0000
+++ b/lisp/diff-mode.el	Wed Mar 12 06:53:18 2008 +0000
@@ -1752,9 +1752,9 @@
 
 (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))