Pick some colors that color-blind folks can distinguish more easily. bug #23805

This commit is contained in:
slamm%netscape.com 2000-01-13 02:12:08 +00:00
parent ce72bfda3b
commit fcf7564232

View File

@ -46,10 +46,10 @@ else {
}
%colormap = (
success => '00ff00',
busted => 'red',
building => 'yellow',
testfailed => 'orange'
success => '11DD11',
busted => 'EE0000',
building => 'EEFF00',
testfailed => 'FFAA00'
);
%images = (