-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "ecksclone",
"displayName": "ecksClone",
"description": "Yet Another Xcode Theme for Visual Studio Code",
"version": "1.0.1",
"publisher": "NevexoJack-JB",
"icon": "assets/logo.png",
"keywords": [
"xcode",
"theme",
"dark",
"macos"
],
"galleryBanner": {
"color": "#007AFF",
"theme": "dark"
},
"bugs": {
"url": "https://github.com/EcksOrg/ecksClone/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/EcksOrg/ecksClone",
"repository": {
"type": "git",
"url": "https://github.com/EcksOrg/ecksClone"
},
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "ecksClone Pastel Dark",
"uiTheme": "vs-dark",
"path": "./themes/ecksClone-pastel-dark-color-theme.json"
},
{
"label": "ecksClone Pastel Light",
"uiTheme": "vs",
"path": "./themes/ecksClone-pastel-light-color-theme.json"
}
]
},
"license": "MIT"
}