aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorDan Nicolaescu2008-03-19 04:59:34 +0000
committerDan Nicolaescu2008-03-19 04:59:34 +0000
commit9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa (patch)
tree76be786d3a93311327ff436398761208a70394a6 /lisp/diff-mode.el
parentcdafbdec8c68d03cfcb40b6b5e3f5919fdbb458b (diff)
downloademacs-9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa.tar.gz
emacs-9f4e4f5bb941b73226e4b60d8a18a0a07568bdaa.zip
(diff-header): Make the color louder.
(diff-refine-change): Tone the color down.
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))