-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.15 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
{
"name": "matrix-theme",
"displayName": "Matrix Theme",
"description": "Visual Studio Code color theme inspired by \"The Matrix\" film.",
"homepage": "https://github.com/UstymUkhman/matrix-theme#readme",
"publisher": "UstymUkhman",
"icon": "images/icon.png",
"version": "0.1.3",
"license": "MIT",
"categories": [
"Themes"
],
"keywords": [
"dark",
"theme",
"themes",
"dark-theme",
"color-theme",
"matrix",
"black",
"green"
],
"engines": {
"vscode": "^1.47.0"
},
"galleryBanner": {
"color": "#0c0c0c",
"theme": "dark"
},
"scripts": {
"publish": "vsce publish"
},
"author": {
"name": "Ustym Ukhman",
"email": "ustym.ukhman@gmail.com",
"url": "https://github.com/UstymUkhman/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UstymUkhman/matrix-theme"
},
"bugs": {
"url": "https://github.com/UstymUkhman/matrix-theme/issues",
"email": "ustym.ukhman@gmail.com"
},
"contributes": {
"themes": [
{
"label": "Matrix",
"uiTheme": "vs-dark",
"path": "./themes/Matrix-color-theme.json"
}
]
}
}