1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 14:27:51 +08:00

Change purple to darker pink

This commit is contained in:
OliBomby 2023-06-02 00:50:21 +02:00
parent acd8ff9a24
commit da516b9039

View File

@ -38,7 +38,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
public bool AlternativeColor { get; init; }
protected override Color4 GetRepresentingColour(OsuColour colours) => AlternativeColor ? colours.Purple : colours.Pink;
protected override Color4 GetRepresentingColour(OsuColour colours) => AlternativeColor ? colours.PinkDarker : colours.Pink;
[BackgroundDependencyLoader]
private void load()