-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.48 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "windows-nt-vscode-theme",
"displayName": "Windows NT",
"description": "A Windows NT/2000 theme for VS Code",
"preview": true,
"publisher": "wassimdev",
"version": "0.0.11",
"license": "MIT",
"icon": "icon.png",
"galleryBanner": {
"color": "#4A7D7F",
"theme": "light"
},
"repository": {
"type": "git",
"url": "https://github.com/manekinekko/windows-nt-vscode-theme"
},
"homepage": "https://github.com/manekinekko/windows-nt-vscode-theme/blob/main/README.md",
"bugs": {
"url": "https://github.com/manekinekko/windows-nt-vscode-theme/issues"
},
"engines": {
"vscode": "^1.57.0"
},
"scripts": {
"package": "npx vsce package",
"release": "npx vsce publish"
},
"keywords": [
"theme",
"windows",
"light",
"98",
"nt",
"vintage",
"icons",
"icon-theme",
"customization"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"id": "windows-nt",
"label": "Windows NT",
"uiTheme": "vs",
"path": "./themes/windows-nt-color-theme.json"
}
],
"iconThemes": [
{
"id": "windows-nt-icons",
"label": "Windows NT Icons",
"path": "./fileicons/windows-nt-icon-theme.json"
}
]
}
}