mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
revert: use OverlayColourProvider
for B6
Refs: 293b81106261b1a3aad47d9461a8ba7f550c8b6
This commit is contained in:
parent
c6e8a77f08
commit
8c989d77bd
@ -383,7 +383,6 @@ 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");
|
||||
|
@ -99,9 +99,9 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
private void load(OverlayColourProvider colours)
|
||||
{
|
||||
background.Colour = colours.B6;
|
||||
background.Colour = colours.Background6;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Loading…
Reference in New Issue
Block a user