View Single Post
Old 06-17-2016, 12:29 PM   #24
CRussel
(he/him/his)
CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.CRussel ought to be getting tired of karma fortunes by now.
 
CRussel's Avatar
 
Posts: 12,297
Karma: 80074820
Join Date: Jul 2010
Location: Sunshine Coast, BC
Device: Oasis (Gen3),Paperwhite (Gen10), Voyage, Paperwhite(orig), iPad Air M3
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!
Attached Thumbnails
Click image for larger version

Name:	calibre-server02.jpg
Views:	158
Size:	141.5 KB
ID:	149456  

Last edited by CRussel; 06-17-2016 at 12:31 PM. Reason: added conhost info.
CRussel is offline   Reply With Quote