Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.32k stars 434 forks source link

func --help options unreadable on terminal with dark background #1679

Open kapilt opened 4 years ago

kapilt commented 4 years ago

pick a better color scheme, and maybe ditch this overly cute terminal graphics display

Screen Shot 2019-11-24 at 9 32 37 AM

ie on publish its impossible to see what the cli switches are. Also even though we're looking at a subcommand (publish) it tries to list out the options for other cli commands.

ahmedelnably commented 4 years ago

@kapilt thanks for the suggestion, we will be looking at choosing another color in a future release Can you please share with us the colors settings for your terminal to reproduce this behavior?

bmc-msft commented 4 years ago

Using Microsoft Terminal's color scheme "Campbell", this is unreadable.

These are the colors as defined in Terminal.

{
            "background": "#0C0C0C",
            "black": "#0C0C0C",
            "blue": "#0037DA",
            "brightBlack": "#767676",
            "brightBlue": "#3B78FF",
            "brightCyan": "#61D6D6",
            "brightGreen": "#16C60C",
            "brightPurple": "#B4009E",
            "brightRed": "#E74856",
            "brightWhite": "#F2F2F2",
            "brightYellow": "#F9F1A5",
            "cyan": "#3A96DD",
            "foreground": "#F2F2F2",
            "green": "#13A10E",
            "name": "Campbell",
            "purple": "#881798",
            "red": "#C50F1F",
            "white": "#CCCCCC",
            "yellow": "#C19C00"
 }
bmc-msft commented 3 years ago

This is also entirely unreadable on OSX's built-in Terminal.

Screen Shot 2021-07-08 at 3 28 22 PM
bmc-msft commented 3 years ago

This is entirely unusable for developers with vision impairment.