1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 04:12:57 +08:00

Update hue of green colour scheme

This commit is contained in:
Salman Ahmed 2021-07-12 19:11:26 +03:00
parent 62a00a82de
commit 821c1b5335

View File

@ -69,7 +69,7 @@ namespace osu.Game.Overlays
return 45 / 360f;
case OverlayColourScheme.Green:
return 115 / 360f;
return 125 / 360f;
case OverlayColourScheme.Purple:
return 255 / 360f;