mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix most open compound words in identifiers being closed
This commit is contained in:
@ -146,8 +146,8 @@ namespace osu.Game.Collections
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
BackgroundUnfocused = colours.GreySeafoamDarker.Darken(0.5f);
|
||||
BackgroundFocused = colours.GreySeafoam;
|
||||
BackgroundUnfocused = colours.GreySeaFoamDarker.Darken(0.5f);
|
||||
BackgroundFocused = colours.GreySeaFoam;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user