emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v
Date: Wed, 19 Mar 2008 04:59:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/03/19 04:59:36

Index: diff-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- diff-mode.el        12 Mar 2008 06:53:18 -0000      1.133
+++ diff-mode.el        19 Mar 2008 04:59:33 -0000      1.134
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]