-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "winteriscoding",
"displayName": "WinterIsCoding",
"description": "A Cold theme for the people who like winter",
"version": "2.1.0",
"publisher": "winterx64",
"repository": {
"type": "git",
"url": "https://github.com/winter-x64/WinterIsCoding"
},
"engines": {
"vscode": "^1.85.0"
},
"keywords": [
"dark",
"dark theme",
"winteriscoding",
"winter",
"WinterIsCoding",
"New theme",
"New Dark theme"
],
"categories": [
"Themes"
],
"icon": "logo.jpg",
"contributes": {
"themes": [
{
"label": "WinterIsCoding",
"uiTheme": "vs-dark",
"path": "./themes/WinterIsCoding-color-theme.json"
},
{
"label": "WinterIsCoding Flow",
"uiTheme": "vs-dark",
"path": "./themes/WinterIsCoding-flow-color-theme.json"
},
{
"label": "WinterIsCoding Zone",
"uiTheme": "vs-dark",
"path": "./themes/WinterIsCoding-Zone-color-theme.json"
},
{
"label": "WinterIsCoding Zone [no italic]",
"uiTheme": "vs-dark",
"path": "./themes/WinterIsCoding-Zone-no-italic-color-theme.json"
},
{
"label": "WinterIsCoding Preview",
"uiTheme": "vs-dark",
"path": "./themes/gift.json"
}
]
},
"dependencies": {
"@vscode/vsce": "^2.25.0"
}
}