screepers / screeps-typescript-starter

Starter kit for TypeScript-based Screeps AI codes.
https://screepers.gitbook.io/screeps-typescript-starter/
The Unlicense
441 stars 318 forks source link

Magenta gulp log entries invisible in Powershell #25

Closed TimoStaudinger closed 8 years ago

TimoStaudinger commented 8 years ago

In the default setting of Powershell, gutils.log entries that are colored in magenta using gutils.colors.magenta() are practically invisible as the font color nearly matches the background color.

This is a known issue with the library chalk that is used internally by gulp-utils: https://github.com/chalk/chalk/issues/2

To resolve this, I suggest to change the output color from magenta to cyan on all instances.

Any thoughts on this?

image

resir014 commented 8 years ago

Unfortunately, those log outputs are default by Gulp, and until now there's no way to change them. They're planning to add this functionality at gulpjs/gulp-cli#63, but they haven't gone through with it yet.

I suggest changing the base color scheme of your PowerShell window, or using an alternate console like ConEmu or Cmder.