-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (43 loc) · 851 Bytes
/
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
{
"name": "matrix-crt-vscode-theme",
"displayName": "Matrix CRT",
"description": "A neon green against dark green theme inspired by The Matrix and CRT monitors.",
"version": "0.0.5",
"publisher": "MrAmii",
"repository": {
"type": "git",
"url": "https://github.com/MrAmii/Matrix-CRT.git"
},
"engines": {
"vscode": "^1.96.0"
},
"categories": [
"Themes"
],
"keywords": [
"vscode",
"theme",
"animatrix",
"dark",
"green",
"matrix",
"crt",
"neon",
"neon Green",
"neo",
"hacker"
],
"contributes": {
"themes": [
{
"label": "Matrix CRT",
"uiTheme": "vs-dark",
"path": "./themes/Matrix CRT-color-theme.json"
}
]
},
"icon": "images/icon.png",
"author": "Jason Amy",
"license": "CC-BY-NC-4.0",
"dependencies": {}
}