diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc/diff-mode.el | 4 |
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." '((default :inherit diff-changed) (((class color) (min-colors 88) (background light)) - :background "#ffdddd") + :background "#ffeeee") (((class color) (min-colors 88) (background dark)) :background "#553333") (((class color)) @@ -313,7 +313,7 @@ well." '((default :inherit diff-changed) (((class color) (min-colors 88) (background light)) - :background "#ddffdd") + :background "#eeffee") (((class color) (min-colors 88) (background dark)) :background "#335533") (((class color)) |