vscode/extensions/theme-tomorrow-night-blue/package.json
João Moreno 3b03189afa
Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00

20 lines
400 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-color-theme.json"
}
]
}
}