From: Dmitry Gutov Date: Wed, 26 Dec 2018 00:28:10 +0000 (+0200) Subject: Tone down diff-added and diff-removed in light themes X-Git-Tag: emacs-27.0.90~3915 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=092b36dbd65ce8ab8efb4562a79709b3244ca8a8;p=emacs.git Tone down diff-added and diff-removed in light themes * lisp/vc/diff-mode.el (diff-removed, diff-added): Tone down light background colors (bug#33567). --- 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))