blob: 923b1f8402fc975dd00affa82292409f66f0c741 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"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"
}
]
}
}
|