1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 18:44:15 +08:00

Update some colour palette discrepancies in options.

This commit is contained in:
Dean Herbert
2016-11-15 18:33:35 +09:00
Unverified
parent 1f73bb4cf0
commit 5b1711f797
2 changed files with 2 additions and 2 deletions
+1 -1
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)
}
};
}
+1 -1
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 },