# HG changeset patch # User Dan Nicolaescu # Date 1205304798 0 # Node ID 4578d4f0f0b24e6088c7f6a2e666aa378af88720 # Parent ef656c281e1e67b4656840faf3d97c163982ae0a (diff-refine-change): Adjust colors to be more visible. diff -r ef656c281e1e -r 4578d4f0f0b2 lisp/ChangeLog --- 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 + + * diff-mode.el (diff-refine-change): Adjust colors to be more visible. + 2008-03-12 Stefan Monnier * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords): diff -r ef656c281e1e -r 4578d4f0f0b2 lisp/diff-mode.el --- 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))