Readonly
labelReadonly
semanticReadonly
tokenList of all colors used with tokens. getTokenStyleMetadata
references the colors by index into this list.
Readonly
typeReturns whether the theme defines a value for the color. If not, that means the default color will be used.
Resolves the color of the given color identifier. If the theme does not
specify the color, the default color is returned unless useDefault
is set to false.
the id of the color
Optional
useDefault: booleanspecifies if the default color should be used. If not set, the default is used.
Defines whether semantic highlighting should be enabled for the theme.