1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:43:22 +08:00

Update hue of orange colour scheme

This commit is contained in:
Salman Ahmed 2021-07-12 18:11:51 +03:00
parent d85fc08d12
commit 1437772711

View File

@ -66,7 +66,7 @@ namespace osu.Game.Overlays
return 333 / 360f;
case OverlayColourScheme.Orange:
return 46 / 360f;
return 45 / 360f;
case OverlayColourScheme.Green:
return 115 / 360f;