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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
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 return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 6, 2025
darkstringyes Long-TermThe hexidecimal color for the dark theme.
lightstringyes Long-TermThe hexidecimal color for the light theme.