mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add central color class
I didn't move _every_ color here, but most of them. The ones I left behind are mostly just shades of gray. Closes #126
This commit is contained in:
@ -13,6 +13,7 @@ using osu.Game.Graphics.Backgrounds;
|
||||
using osu.Game.Modes;
|
||||
using OpenTK;
|
||||
using OpenTK.Graphics;
|
||||
using osu.Game.Graphics;
|
||||
|
||||
namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
@ -52,7 +53,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
EdgeEffect = new EdgeEffect
|
||||
{
|
||||
Type = EdgeEffectType.Glow,
|
||||
Colour = new Color4(255, 194, 224, 100),
|
||||
Colour = OsuColor.ToolbarModeButtonIconActiveGlow,
|
||||
Radius = 15,
|
||||
Roundness = 15,
|
||||
},
|
||||
|
Reference in New Issue
Block a user