-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "dark-bliss-reloaded",
"displayName": "Dark Bliss Reloaded",
"description": "A simple theme ported from the Visual Studio Dark Bliss theme.",
"version": "1.0.1",
"publisher": "rootix",
"engines": {
"vscode": "^1.21.0"
},
"bugs": {
"url": "https://github.com/rootix/dark-bliss-reloaded/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rootix/dark-bliss-reloaded"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark Bliss Reloaded",
"uiTheme": "vs-dark",
"path": "./themes/Dark Bliss Reloaded-color-theme.json"
}
]
},
"keywords": [
"dark bliss",
"dark bliss reloaded",
"theme"
],
"icon": "images/icon.png",
"__metadata": {
"id": "e334eaf7-c92a-4ca6-95a3-74bcc25a76df",
"publisherId": "bed04c5f-5104-4744-9b6f-7b7971612c7f",
"publisherDisplayName": "Pascal Mathys"
}
}