# us.polhem.skywrite.preferences.app

> Published by [polhem.us](https://lexicon.garden/identity/did:plc:p5a4pydyirvdkmc3lhw2iykp)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.skywrite.preferences.app)
- [Documentation](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.skywrite.preferences.app/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:p5a4pydyirvdkmc3lhw2iykp/us.polhem.skywrite.preferences.app/examples)

## Definitions

### `us.polhem.skywrite.preferences.app`

**Type**: `record`

A record containing user preferences for the Skywrite app.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `darkTheme` | `ref` → `site.standard.theme.basic` | No | Customized colors for dark mode. |
| `lightTheme` | `ref` → `site.standard.theme.basic` | No | Customized colors for light mode. |
| `colorScheme` | `string` | No | User's preferred color scheme |
| `navCollections` | `array` | No |  |

## Raw Schema

```json
{
  "id": "us.polhem.skywrite.preferences.app",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {
          "darkTheme": {
            "ref": "site.standard.theme.basic",
            "type": "ref",
            "description": "Customized colors for dark mode."
          },
          "lightTheme": {
            "ref": "site.standard.theme.basic",
            "type": "ref",
            "description": "Customized colors for light mode."
          },
          "colorScheme": {
            "enum": [
              "light",
              "dark",
              "auto"
            ],
            "type": "string",
            "description": "User's preferred color scheme"
          },
          "navCollections": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "nsid"
            }
          }
        }
      },
      "description": "A record containing user preferences for the Skywrite app."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
