emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 806ae9f: Tone down diff-refine-removed and diff-ref


From: Dmitry Gutov
Subject: [Emacs-diffs] master 806ae9f: Tone down diff-refine-removed and diff-refine-added as well
Date: Wed, 26 Dec 2018 18:40:42 -0500 (EST)

branch: master
commit 806ae9fc48f59751a8fce543be40ffe473f548bf
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Tone down diff-refine-removed and diff-refine-added as well
    
    * lisp/vc/diff-mode.el (diff-refine-removed, diff-refine-added):
    Change backgrounds in light backgrounds themes (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 a4c0618..0291a13 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]