-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "eclipse-color-theme",
"displayName": "Eclipse Color Editor Theme",
"description": "Syntax highlighting inspired by Eclipse",
"version": "0.1.4",
"publisher": "agostino-abbatecola",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.35.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Eclipse Color Editor Theme",
"uiTheme": "vs",
"path": "./themes/Eclipse Color Theme-color-theme.json"
}
]
},
"bugs": {
"url": "https://github.com/AgostinoA/vcode-eclipse-color-theme-master/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/AgostinoA/vcode-eclipse-color-theme-master"
},
"dependencies": {
"vsce": "^1.84.0"
},
"badges": [
{
"url": "https://raw.githubusercontent.com/AgostinoA/vcode-eclipse-color-editor-theme/master/.github/icon.png"
},
{
"url": "https://raw.githubusercontent.com/AgostinoA/vcode-eclipse-color-editor-theme/master/.github/icon.png"
},
{
"url": "https://raw.githubusercontent.com/AgostinoA/vcode-eclipse-color-editor-theme/master/.github/icon.png"
}
]
}