Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/extensions/theme-tomorrow-night-blue/package.json

18 lines
367 B
JSON
Raw Normal View History

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