Skip to content

Commit 558f604

Browse files
committed
dist: recompile
1 parent abe20e1 commit 558f604

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dist/debug.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ exports.useColors = useColors;
1818
*/
1919

2020
exports.colors = [
21-
'cyan',
22-
'green',
23-
'goldenrod', // "yellow" is just too bright on a white background...
24-
'blue',
25-
'purple',
26-
'red'
21+
'lightseagreen',
22+
'forestgreen',
23+
'goldenrod',
24+
'dodgerblue',
25+
'darkorchid',
26+
'crimson'
2727
];
2828

2929
/**

0 commit comments

Comments
 (0)