-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 1.98 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "acid",
"displayName": "ACID",
"publisher": "butuzov",
"version": "0.1.4",
"license": "SEE LICENSE IN LICENSE.md",
"description": "Code in Golang/Python/PHP with Darkish VSCode Theme",
"homepage": "https://github.com/butuzov/vscode-theme-acid",
"icon": "assets/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/butuzov/vscode-theme-acid"
},
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/version/butuzov.acid.svg",
"href": "https://marketplace.visualstudio.com/items/butuzov.acid",
"description": "Extension version"
},
{
"url": "https://vsmarketplacebadge.apphb.com/installs/butuzov.acid.svg",
"href": "https://marketplace.visualstudio.com/items/butuzov.acid",
"description": "Extension installs"
},
{
"url": "https://vsmarketplacebadge.apphb.com/rating/butuzov.acid.svg",
"href": "https://marketplace.visualstudio.com/items/butuzov.acid",
"description": "Extension Rating"
}
],
"bugs": {
"url": "https://github.com/butuzov/vscode-theme-acid/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "ACID",
"uiTheme": "vs-dark",
"path": "./acid.json"
}
],
"grammars": [
{
"path": "./syntaxes/rust.json",
"injectTo": [
"source.rust"
],
"scopeName": "source.rust.alt"
}
]
},
"dependencies": {
"vsce": "^1.103.1"
},
"engines": {
"vscode": "^1.45.0"
},
"galleryBanner": {
"color": "#232323",
"theme": "dark"
},
"scripts": {
"package:vsix": "vsce package -o $npm_package_name.vsix",
"publish:vsix": "vsce publish"
},
"keywords": [
"Theme",
"Soft Colors",
"Dark Theme",
"Go",
"Python",
"HCL",
"PHP",
"Starlark",
"JavaScript",
"TypeScript",
"CSS",
"LESS",
"SCSS",
"Dockerfile",
"protobuf",
"YAML",
"Rust",
"shell"
]
}