You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having to set the background colour with set-psreadlineoption one token at a time is very tedious. While the foreground colours are likely to be different for each token, the background colour is likely to be the same:
ps> set-psreadlineoption -token all -backgroundcolor black
The text was updated successfully, but these errors were encountered:
If you don't set the background color for a token, it defaults to [Console]::BackgroundColor. That should be what most tokens use, so it doesn't seem too useful to change the background color for all tokens. Some people might want a different background for just one token type, which is why the capability exists.
I could see having an option to not do any colorization at all, we'll see if more people want that before adding a switch for it.
Having to set the background colour with set-psreadlineoption one token at a time is very tedious. While the foreground colours are likely to be different for each token, the background colour is likely to be the same:
ps> set-psreadlineoption -token all -backgroundcolor black
The text was updated successfully, but these errors were encountered: