You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotations for colors.fg() and colors.bg() need to change from
---@fieldpublicbg fun(color: number): string Get a string to change the background to the passed color---@fieldpublicfg fun(color: number): string Get a string to change the foreground to the passed color
to this
---@fieldpublicbg fun(color: number | table): string Get a string to change the background to the passed color---@fieldpublicfg fun(color: number| table): string Get a string to change the foreground to the passed color
to avoid complaints when passing colors.truecolor()
The text was updated successfully, but these errors were encountered:
The annotations for colors.fg() and colors.bg() need to change from
to this
to avoid complaints when passing colors.truecolor()
The text was updated successfully, but these errors were encountered: