Dim column backgrounds further

This commit is contained in:
Dean Herbert 2019-09-11 18:21:39 +09:00
parent c7186efd53
commit b9e71d26b2
1 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ private void load(IBindable<ManiaAction> action, IScrollingInfo scrollingInfo)
{
Name = "Background",
RelativeSizeAxes = Axes.Both,
Alpha = 0.3f
},
backgroundOverlay = new Box
{
@ -82,7 +81,7 @@ private void updateColours()
if (!IsLoaded)
return;
background.Colour = AccentColour;
background.Colour = AccentColour.Darken(5);
var brightPoint = AccentColour.Opacity(0.6f);
var dimPoint = AccentColour.Opacity(0);