# app.witchsky.theme.defs

> Published by [witchsky.app](https://lexicon.garden/identity/did:plc:nstiflhvn4dywu5xlwq5wp4v)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:nstiflhvn4dywu5xlwq5wp4v/app.witchsky.theme.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:nstiflhvn4dywu5xlwq5wp4v/app.witchsky.theme.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:nstiflhvn4dywu5xlwq5wp4v/app.witchsky.theme.defs/examples)

## Definitions

### `app.witchsky.theme.defs#hue`

**Type**: `object`

Indicates that a client may offer a hue-shift control for this theme.

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `app.witchsky.theme.defs#materialYou`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `accent` | `string` | Yes | Hex accent used to generate this Material You example on clients without a system palette. |

## Raw Schema

```json
{
  "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
}
```
