26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "theme-red",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"id": "Red",
|
|
"label": "%themeLabel%",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Red-color-theme.json"
|
|
}
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/vscode.git"
|
|
}
|
|
}
|