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:
parent
1f73bb4cf0
commit
5b1711f797
@ -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)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user