-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "Oh-Theme",
"displayName": "Oh! Theme",
"description": "Oh! Use This Theme! Yes! Yes! Yes!",
"version": "1.1.0",
"publisher": "IOLOII",
"license": "MIT",
"scripts": {
"package": "vsce package",
"vsce-publish": "vsce publish"
},
"engines": {
"vscode": "^1.52.0",
"node": "16.x"
},
"categories": [
"Themes"
],
"keywords": [
"Oh! Theme",
"Yes!",
"IOLOII",
"ioloii",
"波波先生",
"MR.BOBO",
"dark",
"theme",
"color-theme"
],
"contributes": {
"themes": [
{
"label": "Oh! Use This Theme! Yes! Yes! Yes!",
"uiTheme": "vs-Dark",
"path": "./themes/IOLOII-dark-color-theme.json"
},
{
"label": "Oh! Use This Theme! Yes! Yes! Yes!",
"uiTheme": "vs",
"path": "./themes/IOLOII-light-color-theme.1.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/IOLOII/IOLOII-vscode-theme.git"
},
"icon": "icon.png"
}