ghost logo adjustments

This commit is contained in:
yugecin
2016-12-18 20:35:08 +01:00
parent 353fff9f0c
commit 64a3a85eb0
3 changed files with 10 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ public class Colors {
BLACK_BG_NORMAL = new Color(0, 0, 0, 0.25f),
BLACK_BG_HOVER = new Color(0, 0, 0, 0.5f),
BLACK_BG_FOCUS = new Color(0, 0, 0, 0.75f),
GHOST_LOGO = new Color(1.0f, 1.0f, 1.0f, 0.15f);
GHOST_LOGO = new Color(1.0f, 1.0f, 1.0f, 0.25f);
// This class should not be instantiated.