emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 092b36d: Tone down diff-added and diff-removed in l


From: Dmitry Gutov
Subject: [Emacs-diffs] master 092b36d: Tone down diff-added and diff-removed in light themes
Date: Tue, 25 Dec 2018 19:28:28 -0500 (EST)

branch: master
commit 092b36dbd65ce8ab8efb4562a79709b3244ca8a8
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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).
---
 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 7b37bed..a4c0618 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -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))



reply via email to

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