Refactor colors to palette based design

This commit is contained in:
Drew DeVault
2017-01-12 16:38:27 -05:00
parent c222be05c0
commit fa007e632d
26 changed files with 150 additions and 155 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Toolbar
Add(StateBackground = new Box
{
RelativeSizeAxes = Axes.Both,
Colour = OsuColor.Gray(150).Opacity(180),
Colour = OsuColour.Gray(150).Opacity(180),
BlendingMode = BlendingMode.Additive,
Depth = 2,
Alpha = 0,