1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Use slightly lighter shade of pink for alternative colour

This commit is contained in:
Bartłomiej Dach 2024-06-10 12:04:52 +02:00
parent 0efa028e0a
commit 7d5dc750e5
No known key found for this signature in database

View File

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