Issue #182: replace high intensity foreground color for bold

This commit is contained in:
Dario Marcelino 2015-03-02 13:03:33 +00:00
parent ef0b37817e
commit 92eaeede1a

View File

@ -87,7 +87,7 @@ function formatArgs() {
if (useColors) {
var c = this.color;
args[0] = ' \u001b[9' + c + 'm' + name + ' '
args[0] = ' \u001b[3' + c + ';1m' + name + ' '
+ '\u001b[0m'
+ args[0] + '\u001b[3' + c + 'm'
+ ' +' + exports.humanize(this.diff) + '\u001b[0m';