force blue color to be use bright blue on Windows - fixes #36

as the normal blue color is illegible
This commit is contained in:
Sindre Sorhus 2014-12-05 16:11:13 +07:00
parent 0b1c65dfd3
commit fc6a9b27dc
3 changed files with 15 additions and 10 deletions

View file

@ -155,7 +155,7 @@ if (!chalk.supportsColor) {
- `red`
- `green`
- `yellow`
- `blue`
- `blue` *(on Windows the bright version is used as normal blue is illegible)*
- `magenta`
- `cyan`
- `white`