# HG changeset patch # User Dan Nicolaescu # Date 1114015899 0 # Node ID 1e6373a5a04b8b96bf91f2e6fc37a4c7bab688d0 # Parent 0733fc416737faf295074876fbbafaaf969cf32f (vc-annotate-color-map): Change some colors so that text using them as foreground is readable on both white and black backgrounds. diff -r 0733fc416737 -r 1e6373a5a04b lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 20 16:08:47 2005 +0000 +++ b/lisp/ChangeLog Wed Apr 20 16:51:39 2005 +0000 @@ -1,3 +1,9 @@ +2005-04-20 Dan Nicolaescu + + * vc.el (vc-annotate-color-map): Change some colors so that text + using them as foreground is readable on both white and black + backgrounds. + 2005-04-20 Stefan Monnier * international/mule-conf.el (translation-table-for-input): diff -r 0733fc416737 -r 1e6373a5a04b lisp/vc.el --- a/lisp/vc.el Wed Apr 20 16:08:47 2005 +0000 +++ b/lisp/vc.el Wed Apr 20 16:51:39 2005 +0000 @@ -616,23 +616,23 @@ ;; Annotate customization (defcustom vc-annotate-color-map - '(( 20. . "#FF0000") - ( 40. . "#FF3800") - ( 60. . "#FF7000") - ( 80. . "#FFA800") - (100. . "#FFE000") - (120. . "#E7FF00") - (140. . "#AFFF00") - (160. . "#77FF00") - (180. . "#3FFF00") - (200. . "#07FF00") - (220. . "#00FF31") - (240. . "#00FF69") - (260. . "#00FFA1") - (280. . "#00FFD9") - (300. . "#00EEFF") - (320. . "#00B6FF") - (340. . "#007EFF")) + '(( 20. . "#FFCC00") + ( 40. . "#FF6666") + ( 60. . "#FF6600") + ( 80. . "#FF3300") + (100. . "#FF00FF") + (120. . "#FF0000") + (140. . "#CCCC00") + (160. . "#CC00CC") + (180. . "#BC8F8F") + (200. . "#99CC00") + (220. . "#999900") + (240. . "#7AC5CD") + (260. . "#66CC00") + (280. . "#33CC33") + (300. . "#00CCFF") + (320. . "#00CC99") + (340. . "#0099FF")) "*Association list of age versus color, for \\[vc-annotate]. Ages are given in units of fractional days. Default is eighteen steps using a twenty day increment."