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 tables for each:

Table: StaticColor

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 6, 2025
colorstringyes Long-TermThe hexadecimal color to use.

Table: ThemedColor

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 6, 2025
darkstringyes Long-TermThe hexadecimal color for the dark theme.
lightstringyes Long-TermThe hexadecimal color for the light theme.