Polish demo

This commit is contained in:
Daniel Imms
2017-03-22 22:24:24 -07:00
parent 2d895b1e18
commit 21aceca3cf
8 changed files with 14 additions and 12 deletions

18
demo/theme/package.json Normal file
View 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"
}
]
}
}