[Change] Brightened up the green a little for the GUI console fonts

This commit is contained in:
Allanis 2013-02-20 21:19:14 +00:00
parent 376a3af395
commit 943886f53e

View File

@ -18,7 +18,7 @@ glColour cDarkRed = { .r = 0.60, .g = 0.10, .b = 0.10, .a = 1 };
glColour cRed = { .r = 0.80, .g = 0.20, .b = 0.20, .a = 1 }; glColour cRed = { .r = 0.80, .g = 0.20, .b = 0.20, .a = 1 };
// Game specific. // Game specific.
glColour cConsole = { .r = 0.5, .g = 0.8, .b = 0.5, .a = 1. }; glColour cConsole = { .r = 0.1, .g = 0.9, .b = 0.1, .a = 1. };
// Objects // Objects
glColour cInert = { .r = 0.6, .g = 0.6, .b = 0.6, .a = 1. }; glColour cInert = { .r = 0.6, .g = 0.6, .b = 0.6, .a = 1. };
glColour cNeutral = { .r = 0.9, .g = 1.0, .b = 0.3, .a = 1. }; glColour cNeutral = { .r = 0.9, .g = 1.0, .b = 0.3, .a = 1. };