-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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": "vscode-seedling-icon-theme",
"displayName": "Seedling Icon Theme",
"description": "Simple icon theme for VSCode IDE.",
"version": "0.10.0",
"publisher": "rastikerdar",
"engines": {
"vscode": "^1.20.0"
},
"contributes": {
"iconThemes": [
{
"id": "vscode-seedling-icon-theme",
"label": "Seedling Icon Theme",
"path": "./icons.json"
},
{
"id": "vscode-seedling-icon-theme-plus",
"label": "Seedling Icon Theme+ (with folder icon)",
"path": "./icons-plus.json"
}
]
},
"icon": "images/vscode-seedling-icon-theme.png",
"categories": [
"Themes"
],
"keywords": [
"icons",
"theme"
],
"galleryBanner": {
"color": "#D5DDE0",
"theme": "light"
},
"repository": {
"type": "git",
"url": "https://github.com/rastikerdar/vscode-seedling-icon-theme.git"
},
"bugs": {
"url": "https://github.com/rastikerdar/vscode-seedling-icon-theme/issues"
},
"homepage": "https://github.com/rastikerdar/vscode-seedling-icon-theme",
"author": {
"email": "[email protected]",
"name": "Saber Rastikerdar"
},
"license": "MIT"
}