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).
This commit is contained in:
Dmitry Gutov 2018-12-26 02:28:10 +02:00
parent 4fd19c236f
commit 092b36dbd6

View file

@ -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))