mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "generated-theme",
|
|
"displayName": "Generated Theme",
|
|
"description": "...",
|
|
"categories": [ "Themes" ],
|
|
"version": "0.0.1",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Generated Theme",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./theme.json"
|
|
}
|
|
]
|
|
}
|
|
}
|