1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Update some colour palette discrepancies in options.

This commit is contained in:
Dean Herbert 2016-11-15 18:33:35 +09:00
parent 1f73bb4cf0
commit 5b1711f797
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Options
Width = 5,
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Colour = new Color4(233, 103, 161, 255)
Colour = new Color4(247, 198, 35, 255)
}
};
}

View File

@ -90,7 +90,7 @@ namespace osu.Game.Overlays
},
new SpriteText
{
Colour = new Color4(235, 117, 139, 255),
Colour = new Color4(255, 102, 170, 255),
Text = "Change the way osu! behaves",
TextSize = 18,
Margin = new MarginPadding { Left = CONTENT_MARGINS, Bottom = 30 },