aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/diff-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 7b37bed7ae8..a4c0618c672 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -302,7 +302,7 @@ well."
302 '((default 302 '((default
303 :inherit diff-changed) 303 :inherit diff-changed)
304 (((class color) (min-colors 88) (background light)) 304 (((class color) (min-colors 88) (background light))
305 :background "#ffdddd") 305 :background "#ffeeee")
306 (((class color) (min-colors 88) (background dark)) 306 (((class color) (min-colors 88) (background dark))
307 :background "#553333") 307 :background "#553333")
308 (((class color)) 308 (((class color))
@@ -313,7 +313,7 @@ well."
313 '((default 313 '((default
314 :inherit diff-changed) 314 :inherit diff-changed)
315 (((class color) (min-colors 88) (background light)) 315 (((class color) (min-colors 88) (background light))
316 :background "#ddffdd") 316 :background "#eeffee")
317 (((class color) (min-colors 88) (background dark)) 317 (((class color) (min-colors 88) (background dark))
318 :background "#335533") 318 :background "#335533")
319 (((class color)) 319 (((class color))