-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.02 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
{
"name": "jokenpo-theme",
"displayName": "JoKenPo Theme",
"description": "Tema de VSCode criado por mim para mim",
"version": "0.2.1",
"scripts": {
"publish": "vsce publish",
"patch": "vsce publish patch",
"minor": "vsce publish minor",
"major": "vsce publish major"
},
"publisher": "EduardoAlmeida",
"author": {
"name": "Eduardo Almeida",
"email": "[email protected]",
"url": "https://github.com/JoKenPo"
},
"icon": "logo.png",
"galleryBanner": {
"color": "#15141b",
"theme": "dark"
},
"license": "MIT",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"jokenpo-theme",
"color-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/JoKenPo/jokenpo-theme"
},
"contributes": {
"themes": [
{
"label": "JoKenPo Obscure",
"uiTheme": "vs-dark",
"path": "./themes/jokenpo-color-theme.json"
},
{
"label": "JoKenKai",
"uiTheme": "vs-dark",
"path": "./themes/jokenkai.json"
}
]
}
}