docs: theme schema update

This commit is contained in:
adamdottv
2025-06-20 13:51:32 -05:00
parent df95c49401
commit d50b7ad481

View File

@@ -2,6 +2,10 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"description": "JSON schema reference for configuration validation"
},
"defs": {
"type": "object",
"description": "Color definitions that can be referenced in the theme",
@@ -163,4 +167,3 @@
}
}
}