From: Dan Nicolaescu Date: Wed, 19 Mar 2008 04:59:34 +0000 (+0000) Subject: (diff-header): Make the color louder. X-Git-Tag: emacs-pretest-23.0.90~7054 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa;p=emacs.git (diff-header): Make the color louder. (diff-refine-change): Tone the color down. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad1ff4a6882..1f70b0284ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-03-19 Dan Nicolaescu + + * diff-mode.el (diff-header): Make the color louder. + (diff-refine-change): Tone the color down. + 2008-03-19 Juanma Barranquero * descr-text.el (describe-char): When `describe-char-unidata-list' diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index a025a8b8c70..8caed2bf1ef 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -229,7 +229,7 @@ when editing big diffs)." (defface diff-header '((((class color) (min-colors 88) (background light)) - :background "grey85") + :background "grey80") (((class color) (min-colors 88) (background dark)) :background "grey45") (((class color) (background light)) @@ -1752,7 +1752,7 @@ For use in `add-log-current-defun-function'." (defface diff-refine-change '((((class color) (min-colors 88) (background light)) - :background "grey70") + :background "grey85") (((class color) (min-colors 88) (background dark)) :background "grey60") (((class color) (background light))