A record containing user preferences for the Skywrite app.
Record Key
literal:self
Fixed literal value
Properties
colorScheme
string
Optional
User's preferred color scheme
Allowed:
light, dark, autodarkTheme
ref
site.standard.theme.basic
Optional
Customized colors for dark mode.
lightTheme
ref
site.standard.theme.basic
Optional
Customized colors for light mode.
navCollections
array
of
string
nsid
Optional
No description available.
View raw schema
{
"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."
}