Remove duplicated colour definitions

This commit is contained in:
Salman Ahmed
2021-07-12 17:55:29 +03:00
parent 1deaefacb7
commit 9869986c59
4 changed files with 6 additions and 9 deletions

View File

@ -198,10 +198,6 @@ namespace osu.Game.Graphics
public readonly Color4 GrayE = Color4Extensions.FromHex(@"eee");
public readonly Color4 GrayF = Color4Extensions.FromHex(@"fff");
// in latest editor design logic, need to figure out where these sit...
public readonly Color4 Lime1 = Color4Extensions.FromHex(@"b2ff66");
public readonly Color4 Orange1 = Color4Extensions.FromHex(@"ffd966");
// Content Background
public readonly Color4 B5 = Color4Extensions.FromHex(@"222a28");