vscode/extensions/theme-tomorrow-night-blue/package.json

20 lines
394 B
JSON
Raw Normal View History

2015-11-13 13:39:38 +00:00
{
"name": "theme-tomorrow-night-blue",
2018-02-19 17:38:12 +00:00
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
2015-11-13 13:39:38 +00:00
"publisher": "vscode",
"license": "MIT",
2015-11-13 13:39:38 +00:00
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"id": "Tomorrow Night Blue",
"label": "%themeLabel%",
2015-11-13 13:39:38 +00:00
"uiTheme": "vs-dark",
"path": "./themes/tomorrow-night-blue-theme.json"
2015-11-13 13:39:38 +00:00
}
]
}
}