app.witchsky.theme.defs

witchsky.app

Documentation

hue object

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."
}
materialYou object

No description available.

Properties

accent string Required

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."
    }
  }
}

Lexicon Garden

@