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

17 lines
395 B
JSON
Raw Normal View History

2015-11-13 13:39:38 +00:00
{
"name": "theme-tomorrow-night-blue",
"displayName": "Tomorrow Night Blue Theme",
"description": "Tomorrow night blue theme for Visual Studio Code",
2015-11-13 13:39:38 +00:00
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Tomorrow Night Blue",
"uiTheme": "vs-dark",
"path": "./themes/tomorrow-night-blue-theme.json"
2015-11-13 13:39:38 +00:00
}
]
}
}