I'm using Grunt task runner to build a web app on Windows 8.1, and have JShint task for checking Javascript. The Gruntfile was generated using the Webapp generator.
When JSHint detects an error, the output generated in the terminal window is colored navy blue - which is very difficult to read against the black background color of the terminal window.
I have tried to change the background color to something else, but while it fixes the JShint output, it makes other output hard to read.
So my question is; how do I change the color of the JSHint output?