-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 1006 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
46
47
{
"name": "laserwave",
"displayName": "LaserWave",
"description": "Retro outrun syntax theme",
"version": "1.3.3",
"publisher": "jaredkent",
"repository": {
"type": "git",
"url": "https://github.com/Jaredk3nt/laserwave"
},
"icon": "laserwave-logo.png",
"galleryBanner": {
"color": "#242029",
"theme": "dark"
},
"engines": {
"vscode": "^1.25.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "LaserWave",
"uiTheme": "vs-dark",
"path": "./themes/LaserWave-color-theme.json"
},
{
"label": "LaserWave Italic",
"uiTheme": "vs-dark",
"path": "./themes/LaserWave-italic-color-theme.json"
},
{
"label": "LaserWave High Contrast",
"uiTheme": "vs-dark",
"path": "./themes/LaserWave-high-contrast-color-theme.json"
}
]
},
"license": "MIT",
"__metadata": {
"id": "b7a6a44f-8a58-4a19-836f-00ab41d8056d",
"publisherDisplayName": "Jared Jones",
"publisherId": "74caceac-ea4c-4ffc-bf36-7bf8eee7a6d2"
}
}