summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-06-20 13:51:32 -0500
committeradamdottv <[email protected]>2025-06-20 13:51:32 -0500
commitd50b7ad481b16b687b02653c8da1169207be9362 (patch)
treed30485795d55101ec7094ac46992ec4fea54e029
parentdf95c49401853a71b5874e564427e7d0cc65c30c (diff)
downloadopencode-d50b7ad481b16b687b02653c8da1169207be9362.tar.gz
opencode-d50b7ad481b16b687b02653c8da1169207be9362.zip
docs: theme schema update
-rw-r--r--packages/web/public/theme.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/web/public/theme.json b/packages/web/public/theme.json
index 04d4342d8..e8e939ea8 100644
--- a/packages/web/public/theme.json
+++ b/packages/web/public/theme.json
@@ -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 @@
}
}
}
-