From 092b36dbd65ce8ab8efb4562a79709b3244ca8a8 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 26 Dec 2018 02:28:10 +0200 Subject: [PATCH] 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). --- lisp/vc/diff-mode.el | 4 ++-- 1 file 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)) -- 2.39.5