1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 21:24:15 +08:00

Update hue of green colour scheme

This commit is contained in:
Salman Ahmed
2021-07-12 19:11:26 +03:00
Unverified
parent 62a00a82de
commit 821c1b5335
+1 -1
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;