Color

Color is a union datatype based on whether a color is static or not. For static colors, the parameters of the StaticColor is used. For theme colors, you'd use the ThemedColor datatype and its parameters. Below are the tables for each datatype:

Table: StaticColor

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 6, 2025
colorstringyes Long-TermThe hexadecimal color to use.

Table: ThemedColor

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 6, 2025
darkstringyes Long-TermThe hexidecimal color for the dark theme.
lightstringyes Long-TermThe hexidecimal color for the light theme.