-
Notifications
You must be signed in to change notification settings - Fork 161
Description
Description
cyan fg color used for options is difficult to read on a light background (green used for headers isn't great either, but that's arguably a matter of taste). --color=never has no effect here, as presumably the presence of --help disables other option parsing.
I propose that colors on the help output should be eliminated altogether, instead relying on a combination of bold and underscore where highligting is needed. Even if an option was added in the future to disable or alter these colors, discovering it would require using the help screen (it does not appear that this project has a man page).
If developers prefer keeping color on the help screen, then I alternatively propose that the colors be altered to something readable on a broader array of common terminal themes.
I'd be happy to submit a PR for this; submitting an issue first, per CONTRIBUTING.md.