mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Use slightly lighter shade of pink for alternative colour
This commit is contained in:
parent
0efa028e0a
commit
7d5dc750e5
@ -39,7 +39,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
|
|
||||||
public bool AlternativeColor { get; init; }
|
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]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
|
Loading…
Reference in New Issue
Block a user