-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 901 Bytes
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
{
"name": "plasticluawrap",
"displayName": "PlasticLuaWrap",
"description": "Sort of a Plastic Code Wrap color theme for Lua in VSCode",
"version": "1.0.1",
"publisher": "antixdevelopment",
"icon": "res/icon.png",
"license": "SEE LICENSE IN License.txt",
"keywords": ["gideros", "lua", "color theme"],
"preview": true,
"repository": {
"type": "git",
"url": "https://github.com/Antix-Development/Plastic-Lua-Wrap"
},
"bugs": {
"url": "https://github.com/Antix-Development/Plastic-Lua-Wrap/issues"
},
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "PlasticLuaWrap",
"uiTheme": "vs-dark",
"path": "./themes/PlasticLuaWrap-color-theme.json"
}
]
}
}