mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 14:12:55 +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:
|
||||
button.Text = "Spectate";
|
||||
button.BackgroundColour = colours.Blue;
|
||||
button.Triangles.ColourDark = colours.Blue;
|
||||
button.Triangles.ColourLight = colours.BlueLight;
|
||||
button.BackgroundColour = colours.BlueDark;
|
||||
button.Triangles.ColourDark = colours.BlueDarker;
|
||||
button.Triangles.ColourLight = colours.Blue;
|
||||
break;
|
||||
|
||||
case MultiplayerUserState.Spectating:
|
||||
button.Text = "Stop spectating";
|
||||
button.BackgroundColour = colours.Red;
|
||||
button.Triangles.ColourDark = colours.Red;
|
||||
button.Triangles.ColourLight = colours.RedLight;
|
||||
button.BackgroundColour = colours.Gray4;
|
||||
button.Triangles.ColourDark = colours.Gray5;
|
||||
button.Triangles.ColourLight = colours.Gray6;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user