mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix Issue #2277
* Changes the white color used to a brighter white so that it shows up on the gray background.
This commit is contained in:
parent
e669395000
commit
274bdfa33f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue