-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "van-gogh-paintings",
"author": "XadillaX <i@2333.moe>",
"displayName": "Vincent van Gogh Painting Themes",
"description": "Vincent Willem van Gogh Painting Themes.",
"version": "1.0.0",
"publisher": "XadillaX",
"engines": {
"vscode": "^1.14.0"
},
"categories": [
"Themes"
],
"icon": "vangogh.jpg",
"galleryBanner": {
"color": "#f1c22b",
"theme": "light"
},
"bugs": {
"url": "https://github.com/XadillaX/vscode-mir2-colorscheme/issues"
},
"homepage": "https://github.com/XadillaX/vscode-mir2-colorscheme#readme",
"repository": {
"type": "git",
"url": "https://github.com/XadillaX/vscode-mir2-colorscheme.git"
},
"contributes": {
"themes": [
{
"label": "Starry Night (Van Gogh)",
"uiTheme": "vs",
"path": "themes/starry-night.json"
},
{
"label": "Vase with Twelve Sunflowers (Van Gogh)",
"uiTheme": "vs",
"path": "themes/vase-with-twelve-sunflowers.json"
}
]
},
"license": "MIT"
}