]> git.eshelyaron.com Git - emacs.git/commitdiff
Tone down diff-added and diff-removed in light themes
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 26 Dec 2018 00:28:10 +0000 (02:28 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 26 Dec 2018 00:28:10 +0000 (02:28 +0200)
* lisp/vc/diff-mode.el (diff-removed, diff-added): Tone down
light background colors (bug#33567).

lisp/vc/diff-mode.el

index 7b37bed7ae8ea361113e808060ed5fbe8f5dbfa7..a4c0618c67265aa7cfb3bb68998b6a8ec10ca70f 100644 (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))