mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Soften colours and adjust padding slightly
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
Padding = new MarginPadding(3),
|
Padding = new MarginPadding(3),
|
||||||
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
||||||
Text = label,
|
Text = label,
|
||||||
Colour = colours.Gray0
|
Colour = overlayColours.Background5,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -60,10 +60,10 @@ namespace osu.Game.Screens.Edit.Timing.RowAttributes
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Padding = new MarginPadding(3),
|
Padding = new MarginPadding(6),
|
||||||
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
Font = OsuFont.Default.With(weight: FontWeight.SemiBold, size: 12),
|
||||||
Text = text,
|
Text = text,
|
||||||
Colour = colours.Gray0
|
Colour = overlayColours.Background5,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ namespace osu.Game.Screens.Edit.Timing.RowAttributes
|
|||||||
CornerRadius = Height / 2;
|
CornerRadius = Height / 2;
|
||||||
|
|
||||||
BackgroundColour = overlayColours.Background6;
|
BackgroundColour = overlayColours.Background6;
|
||||||
Colour = controlPoint.GetRepresentingColour(colours);
|
FillColour = controlPoint.GetRepresentingColour(colours);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user