Mercurial > emacs
diff lisp/diff-mode.el @ 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 | a7290e24873c |
| children | d8532269f863 |
line wrap: on
line diff
--- 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))
