Skip to content

Commit dcb0cf7

Browse files
committed
Configurable stats colors
Default colors may not look good with some terminal color settings, so this patch allows to setup stats colors explicitly: ``` var config = { stats: { colors: { yellow: '\u001b[33m', green: '\u001b[32m' } } } ``` `colors: true` will use default colors.
1 parent eb4caf3 commit dcb0cf7

1 file changed

Lines changed: 136 additions & 151 deletions

File tree

0 commit comments

Comments
 (0)