Skip to content

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.

License

Notifications You must be signed in to change notification settings

AjayChambers/schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Theme Dojo Schema: "theme-structure-schema.json"

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.


Using the Schema:

{
    "$schema": "https://raw.githubusercontent.com/JAYD3V/schema/refs/heads/main/theme-structure-schema.json",
    "background": {
        "accent": [ ],
        "primary": [ ],
        "secondary": [ ]
    }
    // ...
}

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published