mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Update some colour palette discrepancies in options.
This commit is contained in:
parent
1f73bb4cf0
commit
5b1711f797
@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Options
|
|||||||
Width = 5,
|
Width = 5,
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.CentreRight,
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
Colour = new Color4(233, 103, 161, 255)
|
Colour = new Color4(247, 198, 35, 255)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -90,7 +90,7 @@ namespace osu.Game.Overlays
|
|||||||
},
|
},
|
||||||
new SpriteText
|
new SpriteText
|
||||||
{
|
{
|
||||||
Colour = new Color4(235, 117, 139, 255),
|
Colour = new Color4(255, 102, 170, 255),
|
||||||
Text = "Change the way osu! behaves",
|
Text = "Change the way osu! behaves",
|
||||||
TextSize = 18,
|
TextSize = 18,
|
||||||
Margin = new MarginPadding { Left = CONTENT_MARGINS, Bottom = 30 },
|
Margin = new MarginPadding { Left = CONTENT_MARGINS, Bottom = 30 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user