royriojas / eslint-friendly-formatter

A simple formatter/reporter for ESLint that's friendly with Sublime Text and iterm2 "click to open file" functionality
MIT License
198 stars 28 forks source link

disable gray colors for solarized support #2

Closed AprilArcus closed 9 years ago

AprilArcus commented 9 years ago

unfortunately, chalk.gray (ansi "bright black") is used as the default background color by the popular "Solarized" terminal theme, and it therefore renders invisibly when specified without a background color. This PR simply disables the gray color. This was convenient for me and I thought I'd share it, but please feel free to reject with prejudice; I am aware that supporting all non-standard terminal configurations is impossible.

royriojas commented 9 years ago

Hi @AprilArcus,

thanks for the pull request. I will merge it, but I will add a environment flag to change the theme completely for cases like yours.

That way the original usage remains like it is now.

Regards

AprilArcus commented 9 years ago

thanks!