-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.37 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "pushkin-is-white-theme",
"displayName": "Pushkin is White Theme",
"description": "The black, dark and white solid themes.",
"version": "0.0.7",
"publisher": "ispushkin",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#23201d",
"theme": "dark"
},
"icon": "icon.png",
"homepage": "https://github.com/llatigid/Pushkin-is-White-Theme",
"repository": {
"type": "git",
"url": "https://github.com/llatigid/Pushkin-is-White-Theme.git"
},
"bugs": {
"url": "https://github.com/llatigid/Pushkin-is-White-Theme/issues",
"email": "[email protected]",
"twitter": "@ISPushkin"
},
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"white",
"black",
"flat",
"theme",
"dark",
"graphite",
"solid",
"black and white"
],
"contributes": {
"themes": [
{
"label": "Pushkin is White Theme",
"uiTheme": "vs",
"path": "./themes/pushkin-is-white-theme.json"
},
{
"label": "Pushkin is Black Theme [beta]",
"uiTheme": "vs-dark",
"path": "./themes/pushkin-is-black-theme.json"
},
{
"label": "Pushkin is Dark Theme [beta]",
"uiTheme": "vs-dark",
"path": "./themes/pushkin-is-dark-theme.json"
}
]
},
"__metadata": {
"id": "69d0f5f6-0d8e-4b68-bde1-471c06dabbe2",
"publisherId": "e4b415b4-06b7-473d-987d-1ec7355de1a4",
"publisherDisplayName": "IS. Pushkin"
}
}