aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index a025a8b8c70..8caed2bf1ef 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -229,7 +229,7 @@ when editing big diffs)."
229 229
230(defface diff-header 230(defface diff-header
231 '((((class color) (min-colors 88) (background light)) 231 '((((class color) (min-colors 88) (background light))
232 :background "grey85") 232 :background "grey80")
233 (((class color) (min-colors 88) (background dark)) 233 (((class color) (min-colors 88) (background dark))
234 :background "grey45") 234 :background "grey45")
235 (((class color) (background light)) 235 (((class color) (background light))
@@ -1752,7 +1752,7 @@ For use in `add-log-current-defun-function'."
1752 1752
1753(defface diff-refine-change 1753(defface diff-refine-change
1754 '((((class color) (min-colors 88) (background light)) 1754 '((((class color) (min-colors 88) (background light))
1755 :background "grey70") 1755 :background "grey85")
1756 (((class color) (min-colors 88) (background dark)) 1756 (((class color) (min-colors 88) (background dark))
1757 :background "grey60") 1757 :background "grey60")
1758 (((class color) (background light)) 1758 (((class color) (background light))