diff options
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 88270b2b3f4..a025a8b8c70 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -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)) |