JSON schema for 'theme style objects'. Theme style objects are JSON files used are used by the VS Code extension "Theme Dojo". Theme dojo uses the 'theme style object' JSON files to configure/style the VS Code themes that it generates.
{
"$schema": "https://raw.githubusercontent.com/JAYD3V/schema/refs/heads/main/theme-structure-schema.json",
"background": {
"accent": [ ],
"primary": [ ],
"secondary": [ ]
}
// ...
}