Revert "Remove duplicated colour definitions"

This reverts commit 9869986c59.
This commit is contained in:
Salman Ahmed
2021-07-14 03:18:13 +03:00
parent 9869986c59
commit b4961cd12e
4 changed files with 9 additions and 6 deletions

View File

@ -198,6 +198,10 @@ 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");