diff options
-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 a4c0618c672..0291a13e199 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -2026,7 +2026,7 @@ For use in `add-log-current-defun-function'." '((default :inherit diff-refine-changed) (((class color) (min-colors 88) (background light)) - :background "#ffbbbb") + :background "#ffcccc") (((class color) (min-colors 88) (background dark)) :background "#aa2222")) "Face used for removed characters shown by `diff-refine-hunk'." @@ -2036,7 +2036,7 @@ For use in `add-log-current-defun-function'." '((default :inherit diff-refine-changed) (((class color) (min-colors 88) (background light)) - :background "#aaffaa") + :background "#bbffbb") (((class color) (min-colors 88) (background dark)) :background "#22aa22")) "Face used for added characters shown by `diff-refine-hunk'." |