]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-refine-change): Adjust colors to be more visible.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 12 Mar 2008 06:53:18 +0000 (06:53 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 12 Mar 2008 06:53:18 +0000 (06:53 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index 7236ac84b67ef4de61fb428400ec259aa735e0e9..cc9d3c1566fa2649795ea767bd5a1549ebeefcfd 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
+
 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
index 88270b2b3f426af98cbe6dca6073ec97ba00fb47..a025a8b8c70b2063c95de8cc69971b22f280c5af 100644 (file)
@@ -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))