1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

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 '((default
:inherit diff-changed) :inherit diff-changed)
(((class color) (min-colors 88) (background light)) (((class color) (min-colors 88) (background light))
:background "#ffdddd") :background "#ffeeee")
(((class color) (min-colors 88) (background dark)) (((class color) (min-colors 88) (background dark))
:background "#553333") :background "#553333")
(((class color)) (((class color))
@ -313,7 +313,7 @@ well."
'((default '((default
:inherit diff-changed) :inherit diff-changed)
(((class color) (min-colors 88) (background light)) (((class color) (min-colors 88) (background light))
:background "#ddffdd") :background "#eeffee")
(((class color) (min-colors 88) (background dark)) (((class color) (min-colors 88) (background dark))
:background "#335533") :background "#335533")
(((class color)) (((class color))