Resolve visibility/contrast issues in Lambda theme

This commit is contained in:
ListenerJubatus
2017-08-12 18:45:03 -06:00
parent 2cc1ba8a96
commit 1210dd7c42
17 changed files with 17 additions and 19 deletions
+4 -4
View File
@@ -49,13 +49,13 @@ ModeIconColors = {
GameColor = {
PlayerColors = {
PLAYER_1 = color("#437CE7"),
PLAYER_2 = color("#EB3F8C"),
PLAYER_1 = color("#3982FF"),
PLAYER_2 = color("#FF4596"),
both = color("#FFFFFF"),
},
PlayerDarkColors = {
PLAYER_1 = color("#EB3F8C"),
PLAYER_2 = color("#89385A"),
PLAYER_2 = color("#7F083C"),
both = color("#F5E1E1"),
},
Difficulty = {
@@ -105,7 +105,7 @@ GameColor = {
JudgmentLine_W4 = color("#86ACD6"),
JudgmentLine_W5 = color("#958CD6"),
JudgmentLine_Held = color("#FFFFFF"),
JudgmentLine_Miss = color("#ff3c3c"),
JudgmentLine_Miss = color("#F97E7E"),
JudgmentLine_MaxCombo = color("#ffc600")
},
}