console: improve readability on consoles that have black backgrounds

Thanks Micove for the patch.

Close issue #383
This commit is contained in:
Gregory Hainaut 2014-12-21 12:41:01 +01:00
parent dc1cd3eb25
commit 0b77f93154
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static __fi const wxChar* GetLinuxConsoleColor(ConsoleColors color)
{ {
switch(color) switch(color)
{ {
case Color_Black: return L"\033[30m"; case Color_Black:
case Color_StrongBlack: return L"\033[30m\033[1m"; case Color_StrongBlack: return L"\033[30m\033[1m";
case Color_Red: return L"\033[31m"; case Color_Red: return L"\033[31m";