From 5e15554dacec4ad3fa59672a7bb6240bbb653b7e Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 12 Mar 2008 06:53:18 +0000 Subject: [PATCH] (diff-refine-change): Adjust colors to be more visible. --- lisp/ChangeLog | 4 ++++ lisp/diff-mode.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7236ac84b67..cc9d3c1566f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 88270b2b3f4..a025a8b8c70 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -1752,9 +1752,9 @@ For use in `add-log-current-defun-function'." (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)) -- 2.39.5