Mercurial > emacs
changeset 93061:d8532269f863
(diff-header): Make the color louder.
(diff-refine-change): Tone the color down.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 19 Mar 2008 04:59:34 +0000 |
parents | ea7a64247bb6 |
children | 079f34f8306f |
files | lisp/ChangeLog lisp/diff-mode.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 19 04:15:12 2008 +0000 +++ b/lisp/ChangeLog Wed Mar 19 04:59:34 2008 +0000 @@ -1,3 +1,8 @@ +2008-03-19 Dan Nicolaescu <dann@ics.uci.edu> + + * diff-mode.el (diff-header): Make the color louder. + (diff-refine-change): Tone the color down. + 2008-03-19 Juanma Barranquero <lekktu@gmail.com> * descr-text.el (describe-char): When `describe-char-unidata-list'
--- a/lisp/diff-mode.el Wed Mar 19 04:15:12 2008 +0000 +++ b/lisp/diff-mode.el Wed Mar 19 04:59:34 2008 +0000 @@ -229,7 +229,7 @@ (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 @@ (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))