mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 03:57:25 +08:00
Adjust colours
This commit is contained in:
parent
18f123c1c6
commit
eb683b079b
@ -172,8 +172,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
IdleColour = colours.Seafoam;
|
||||
HoverColour = colours.Seafoam.Lighten(30f);
|
||||
IdleColour = colours.Lime;
|
||||
HoverColour = colours.Lime.Lighten(20f);
|
||||
}
|
||||
|
||||
protected abstract Drawable CreateText(string text);
|
||||
|
Loading…
Reference in New Issue
Block a user