]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-header): Make the color louder.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 19 Mar 2008 04:59:34 +0000 (04:59 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 19 Mar 2008 04:59:34 +0000 (04:59 +0000)
(diff-refine-change): Tone the color down.

lisp/ChangeLog
lisp/diff-mode.el

index ad1ff4a6882ed0d943e84ca676237444b077113e..1f70b0284ca2b2706c40605b911e13894440d5a0 100644 (file)
@@ -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'
index a025a8b8c70b2063c95de8cc69971b22f280c5af..8caed2bf1ef13a60d09ac7976ef5570f6610ce01 100644 (file)
@@ -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))