mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 01:26:15 -08:00
Initial commit
This commit is contained in:
18
out/package.json
Normal file
18
out/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user