comparison lisp/diff-mode.el @ 93061:d8532269f863

(diff-header): Make the color louder. (diff-refine-change): Tone the color down.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 19 Mar 2008 04:59:34 +0000
parents 4578d4f0f0b2
children 57ae4f7f7151
comparison
equal deleted inserted replaced
93060:ea7a64247bb6 93061:d8532269f863
227 ;;;; font-lock support 227 ;;;; font-lock support
228 ;;;; 228 ;;;;
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))
236 :foreground "blue1" :weight bold) 236 :foreground "blue1" :weight bold)
237 (((class color) (background dark)) 237 (((class color) (background dark))
1750 1750
1751 ;;; Fine change highlighting. 1751 ;;; Fine change highlighting.
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))
1759 :background "yellow") 1759 :background "yellow")
1760 (((class color) (background dark)) 1760 (((class color) (background dark))