mirror of
https://github.com/debug-js/debug.git
synced 2026-01-25 16:42:28 +00:00
Update color palette.
This commit is contained in:
parent
57f1cf2f30
commit
5f54356b6d
12
browser.js
12
browser.js
@ -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'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user