Closed deatharse closed 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.
Thanks, this is fixed in new realased version of package jakub-onderka/php-console-highlighter.
jakub-onderka/php-console-highlighter
Thanks, looks good.
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.