{
"id": "app.witchsky.theme.defs",
"defs": {
"hue": {
"type": "object",
"properties": {},
"description": "Indicates that a client may offer a hue-shift control for this theme."
},
"materialYou": {
"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."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}