vscode/extensions/theme-red/package.json
2015-11-13 14:39:38 +01:00

15 lines
No EOL
231 B
JSON

{
"name": "theme-red",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Red",
"uiTheme": "vs-dark",
"path": "./themes/red.tmTheme"
}
]
}
}