JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 61 forks source link

Light background terminal. #50

Closed deatharse closed 9 years ago

deatharse commented 9 years ago

Instead of forcing the color to (almost) white in the case of a white terminal you should be using the reset color "\e[0m". Then this will look better on both light and dark terminals.

JakubOnderka commented 9 years ago

Thanks, this is fixed in new realased version of package jakub-onderka/php-console-highlighter.

deatharse commented 9 years ago

Thanks, looks good.