1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 04:52:55 +08:00

feat(OsuColours): add B6

This commit is contained in:
tsrk. 2023-09-11 13:09:49 +02:00
parent f8405f8fa6
commit 293b811062
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -383,6 +383,7 @@ namespace osu.Game.Graphics
// Content Background
public readonly Color4 B5 = Color4Extensions.FromHex(@"222a28");
public readonly Color4 B6 = Color4Extensions.FromHex(@"1c1719"); // hsl(333,10%,10%)
public readonly Color4 RedLighter = Color4Extensions.FromHex(@"ffeded");
public readonly Color4 RedLight = Color4Extensions.FromHex(@"ed7787");