Indicates that a client may offer a hue-shift control for this theme.
This object has no properties defined.
View raw schema
{
"type": "object",
"properties": {},
"description": "Indicates that a client may offer a hue-shift control for this theme."
}
No description available.
Properties
Hex accent used to generate this Material You example on clients without a system palette.
maxLength: 7 bytes
View raw schema
{
"type": "object",
"required": [
"accent"
],
"properties": {
"accent": {
"type": "string",
"maxLength": 7,
"description": "Hex accent used to generate this Material You example on clients without a system palette."
}
}
}