Update color palette.

This commit is contained in:
G Scott Olson 2014-06-10 16:57:20 -04:00
parent 57f1cf2f30
commit 5f54356b6d

View File

@ -17,12 +17,12 @@ exports.useColors = useColors;
*/
exports.colors = [
'cyan',
'green',
'goldenrod', // "yellow" is just too bright on a white background...
'blue',
'purple',
'red'
'dodgerblue',
'forestgreen',
'goldenrod',
'crimson',
'darkorchid',
'lightseagreen'
];
/**