vscode-theme/package.json

26 lines
446 B
JSON
Raw Normal View History

2024-10-29 01:35:05 +03:00
{
"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"
}
]
}
}