]> git.eshelyaron.com Git - emacs.git/commitdiff
Tone down diff-refine-removed and diff-refine-added as well
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 26 Dec 2018 23:40:05 +0000 (01:40 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 26 Dec 2018 23:40:05 +0000 (01:40 +0200)
* lisp/vc/diff-mode.el (diff-refine-removed, diff-refine-added):
Change backgrounds in light backgrounds themes (bug#33567).

lisp/vc/diff-mode.el

index a4c0618c67265aa7cfb3bb68998b6a8ec10ca70f..0291a13e19915dd269c939d7ea58b4352ddc6f7e 100644 (file)
@@ -2026,7 +2026,7 @@ For use in `add-log-current-defun-function'."
   '((default
      :inherit diff-refine-changed)
     (((class color) (min-colors 88) (background light))
-     :background "#ffbbbb")
+     :background "#ffcccc")
     (((class color) (min-colors 88) (background dark))
      :background "#aa2222"))
   "Face used for removed characters shown by `diff-refine-hunk'."
@@ -2036,7 +2036,7 @@ For use in `add-log-current-defun-function'."
   '((default
      :inherit diff-refine-changed)
     (((class color) (min-colors 88) (background light))
-     :background "#aaffaa")
+     :background "#bbffbb")
     (((class color) (min-colors 88) (background dark))
      :background "#22aa22"))
   "Face used for added characters shown by `diff-refine-hunk'."