mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 06:03:22 +08:00
Slightly alter button colour scheme to make text more legible and reduce saturation
This commit is contained in:
parent
214813154b
commit
b73860cb5f
@ -68,16 +68,16 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
button.Text = "Spectate";
|
button.Text = "Spectate";
|
||||||
button.BackgroundColour = colours.Blue;
|
button.BackgroundColour = colours.BlueDark;
|
||||||
button.Triangles.ColourDark = colours.Blue;
|
button.Triangles.ColourDark = colours.BlueDarker;
|
||||||
button.Triangles.ColourLight = colours.BlueLight;
|
button.Triangles.ColourLight = colours.Blue;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MultiplayerUserState.Spectating:
|
case MultiplayerUserState.Spectating:
|
||||||
button.Text = "Stop spectating";
|
button.Text = "Stop spectating";
|
||||||
button.BackgroundColour = colours.Red;
|
button.BackgroundColour = colours.Gray4;
|
||||||
button.Triangles.ColourDark = colours.Red;
|
button.Triangles.ColourDark = colours.Gray5;
|
||||||
button.Triangles.ColourLight = colours.RedLight;
|
button.Triangles.ColourLight = colours.Gray6;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user