From: Dmitry Gutov Date: Wed, 26 Dec 2018 23:40:05 +0000 (+0200) Subject: Tone down diff-refine-removed and diff-refine-added as well X-Git-Tag: emacs-27.0.90~3912 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=806ae9fc48f59751a8fce543be40ffe473f548bf;p=emacs.git Tone down diff-refine-removed and diff-refine-added as well * lisp/vc/diff-mode.el (diff-refine-removed, diff-refine-added): Change backgrounds in light backgrounds themes (bug#33567). --- 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'."