* Changes the white color used to a brighter white so that it shows up on the gray background.
This commit is contained in:
Mark Langen 2016-09-16 14:28:02 -06:00
parent e669395000
commit 274bdfa33f

View file

@ -52,7 +52,7 @@ public class GameLog {
static final String LOG_TT_COLOR_GREEN = "Green"; // LightGreen
static final String LOG_TT_COLOR_BLUE = "Blue";
static final String LOG_TT_COLOR_BLACK = "Black";
static final String LOG_TT_COLOR_WHITE = "#CCDB00";
static final String LOG_TT_COLOR_WHITE = "#FDFFE6";
static final String LOG_TT_COLOR_MULTI = "#FFAC40";
static final String LOG_TT_COLOR_COLORLESS = "#94A4BA";
static final String LOG_COLOR_NEUTRAL = "#F0F8FF"; // AliceBlue