Border Color API Adjustments
This update makes the border color API more consistent with the other color-related potions of the API by dropping the Color suffix in color-related border methods.
Changes to border foreground methods:
BorderForegroundColor
is nowBorderForeground
BorderTopForegroundColor
is nowBorderTopForeground
BorderRightForegroundColor
is nowBorderRightForeground
BorderBottomForegroundColor
is nowBorderBottomForeground
BorderLeftForegroundColor
is nowBorderLeftForeground
Changes to border background methods:
BorderBackgroundColor
is nowBorderBackground
BorderTopBackgroundColor
is nowBorderTopBackground
BorderRightBackgroundColor
is nowBorderRightBackground
BorderBottomBackgroundColor
is nowBorderBottomBackground
BorderLeftBackgroundColor
is nowBorderLeftBackground
Also:
UnsetBorderColor
has been removed. To unset border colors useUnsetBorderForeground
andUnsetBorderBackground
.
We hope you’re enjoying Lip Gloss!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse or right here in GitHub Discussions.