25 lines
446 B
JSON
25 lines
446 B
JSON
{
|
|
"name": "neonxp-theme",
|
|
"displayName": "NeonXP Theme",
|
|
"description": "",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"vscode": "^1.94.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.neonxp.ru/neonxp/vscode-theme"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "NeonXP Theme Light",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/light.json"
|
|
}
|
|
]
|
|
}
|
|
}
|