summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-06-06 12:22:00 +0000
committerJuri Linkov <juri@jurta.org>2005-06-06 12:22:00 +0000
commitc4cf1710436e5f03f60dc62c527004525c32acf7 (patch)
tree92d02bc9f3cf3e287c8b93c43c3a39453a3aa097 /lisp/diff-mode.el
parenta59c277843e219ad178b1b1d84eaf839ab766761 (diff)
downloademacs-c4cf1710436e5f03f60dc62c527004525c32acf7.tar.gz
* diff-mode.el (diff-context-face): Inherit from `shadow' face.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index aabd09e98ee..5deb7880bdf 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -243,10 +243,7 @@ when editing big diffs)."
(defvar diff-function-face 'diff-function-face)
(defface diff-context-face
- '((((class color) (background light))
- :foreground "grey50")
- (((class color) (background dark))
- :foreground "grey70"))
+ '((t :inherit shadow))
"`diff-mode' face used to highlight context and other side-information."
:group 'diff-mode)
(defvar diff-context-face 'diff-context-face)