lukesampson / concfg

Import / export Windows console settings
MIT License
863 stars 66 forks source link

What controls the coloring of this popup? #50

Open stamminator opened 6 years ago

stamminator commented 6 years ago

When I use wget to download a file, I get this style popup

image

As you can see, that yellow on teal is very difficult to read and quite straining on the eyes. I am using the Back to the Code theme, which has "popup_colors": "dark_magenta,white". My console properties confirm the configured popup style:

image

So what's causing that teal and yellow popup styling? Can this be configured?

aphoria commented 6 years ago

You can control those colors with the $host.PrivateData.ProgressBackgroundColor and $host.PrivateData.ProgressForegroundColor properties.

PowerShell: Can we change Write-Progress UI?

stamminator commented 6 years ago

Thanks. How can those be configured with concfg? If that's not currently an option, I'd like this to be a feature request

stamminator commented 6 years ago

@lukesampson Are there any tentative plans to implement this in the future?