vscode/extensions/theme-tomorrow-night-blue/package.json
2020-11-03 09:46:34 +01:00

20 lines
394 B
JSON

{
"name": "theme-tomorrow-night-blue",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"license": "MIT",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"id": "Tomorrow Night Blue",
"label": "%themeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/tomorrow-night-blue-theme.json"
}
]
}
}