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

15 lines
279 B
JSON

{
"name": "theme-tomorrow-night-blue",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Tomorrow Night Blue",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow-Night-Blue.tmTheme"
}
]
}
}