mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Pick some colors that color-blind folks can distinguish more easily. bug #23805
This commit is contained in:
parent
ce72bfda3b
commit
fcf7564232
@ -46,10 +46,10 @@ else {
|
||||
}
|
||||
|
||||
%colormap = (
|
||||
success => '00ff00',
|
||||
busted => 'red',
|
||||
building => 'yellow',
|
||||
testfailed => 'orange'
|
||||
success => '11DD11',
|
||||
busted => 'EE0000',
|
||||
building => 'EEFF00',
|
||||
testfailed => 'FFAA00'
|
||||
);
|
||||
|
||||
%images = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user