-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 826 Bytes
/
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
{
"name": "amanda",
"displayName": "Amanda",
"description": "Bloody theme for Vscode",
"version": "1.6.8",
"icon": "images/saw.png",
"galleryBanner": {
"color": "#23262E",
"theme": "dark"
},
"publisher": "ISSOU",
"author": {
"name": "Neo",
"url": "https://github.com/Neotoxic-off",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/Neotoxic-off/Amanda"
},
"engines": {
"vscode": "^1.14.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Amanda",
"uiTheme": "vs-dark",
"path": "./themes/Amanda.json"
}
]
},
"__metadata": {
"id": "3d7105df-3690-4cce-bffc-cc81d26f934d",
"publisherId": "5aac9507-5e55-45d4-a720-016b7de9b2b2",
"publisherDisplayName": "ISSOU"
}
}