diff --git a/src/console/Screen.cpp b/src/console/Screen.cpp index 31fe6aa..caacd49 100644 --- a/src/console/Screen.cpp +++ b/src/console/Screen.cpp @@ -31,7 +31,7 @@ static CImVector s_colorArray[] = { { 0xFF, 0xFF, 0xFF, 0xFF }, // GLOBAL_COLOR { 0xFF, 0xFF, 0xFF, 0xFF }, // ADMIN_COLOR { 0xFF, 0xFF, 0xFF, 0x80 }, // HIGHLIGHT_COLOR - { 0x00, 0x00, 0x00, 0x80 }, // BACKGROUND_COLOR + { 0x00, 0x00, 0x00, 0xC0 }, // BACKGROUND_COLOR }; void DrawBackground() {