Commit dcb0cf7
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
0 commit comments