aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorDan Nicolaescu2008-03-12 06:53:18 +0000
committerDan Nicolaescu2008-03-12 06:53:18 +0000
commit5e15554dacec4ad3fa59672a7bb6240bbb653b7e (patch)
tree8c7792ea791c7336403ae7f578d8e807df69f973 /lisp/diff-mode.el
parentede8c7f0135bb0f35597a298c0fd0218c214c8d1 (diff)
downloademacs-5e15554dacec4ad3fa59672a7bb6240bbb653b7e.tar.gz
emacs-5e15554dacec4ad3fa59672a7bb6240bbb653b7e.zip
(diff-refine-change): Adjust colors to be more visible.
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 88270b2b3f4..a025a8b8c70 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -1752,9 +1752,9 @@ 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 "grey90") 1755 :background "grey70")
1756 (((class color) (min-colors 88) (background dark)) 1756 (((class color) (min-colors 88) (background dark))
1757 :background "grey40") 1757 :background "grey60")
1758 (((class color) (background light)) 1758 (((class color) (background light))
1759 :background "yellow") 1759 :background "yellow")
1760 (((class color) (background dark)) 1760 (((class color) (background dark))