-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 2.16 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
64
65
66
67
68
69
70
71
{
"name": "vscode-field-lights",
"displayName": "Field Lights Theme",
"description": "A dark Visual Studio Theme inspired by the great Ayu (Mirage) theme but adding some personal taste customizations",
"version": "0.0.11",
"publisher": "sveggiani",
"engines": {
"vscode": "^1.20.0"
},
"author": {
"name": "Sebastián Veggiani (sveggiani[at]gmail.com)"
},
"categories": [
"Themes"
],
"keywords": [
"icon-theme",
"dark",
"clean",
"field-lights"
],
"icon": "assets/theme_icon.png",
"galleryBanner": {
"color": "#212733",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Field Lights",
"uiTheme": "vs-dark",
"path": "./themes/Field Lights-color-theme.json"
}
],
"iconThemes": [
{
"id": "field-lights",
"label": "Field Lights",
"path": "./icons/definition/field-lights-icons.json"
},
{
"id": "field-lights-monochrome",
"label": "Field Lights Monochromatic",
"path": "./icons/definition/field-lights-icons-mono.json"
},
{
"id": "field-lights-minimalistic",
"label": "Field Lights (Minimalistic)",
"path": "./icons/definition/field-lights-icons-mini.json"
},
{
"id": "field-lights-monochrome-minimalistic",
"label": "Field Lights Monochromatic (Minimalistic)",
"path": "./icons/definition/field-lights-icons-mono-mini.json"
}
]
},
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/sveggiani/vscode-field-lights/blob/master/README.md",
"bugs": {
"url": "https://github.com/sveggiani/vscode-field-lights/issues",
"email": "sveggiani@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sveggiani/vscode-field-lights"
},
"dependencies": {
"npm": "^6.14.6"
}
}