Good job on 2.59, Kovid. Here's how this looks on my server. (Red background window is running as an elevated user (su), white background is my standard, limited user, account.
That green is a bit iffy to read on the darker background, but still doable. And you didn't change my colour scheme, so good on you.
(FWIW, you can easily read the current background colour from the .NET class. In PowerShell, I get it with:
$bg = [console]::BackgroundColor
since I also need to know what colour scheme I have so I can set warning, error and verbose colours, along with the syntax highlighting that PowerShell v5 supports. Also note that CMD uses the exact same console underneath -- conhost.exe )
Thank you for this change. Much appreciated!
Last edited by CRussel; 06-17-2016 at 12:31 PM.
Reason: added conhost info.
|