-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 813 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 813 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
34
35
36
37
38
39
40
41
{
"name": "theme-toxin",
"version": "0.1.3",
"description": "A dark theme with green and orange tones based on sublime Toxin theme",
"displayName": "Toxin",
"author": {
"name": "neta540",
"email": "neta540@gmail.com",
"url": "https://github.com/neta540/vscode-theme-toxin"
},
"publisher": "neta540",
"repository": {
"type": "git",
"url": "https://github.com/neta540/vscode-theme-toxin"
},
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Toxin",
"uiTheme": "vs-dark",
"path": "./Toxin.json"
}
]
},
"keywords": [
"vscode",
"theme",
"toxin"
],
"__metadata": {
"id": "d5e44d07-c00d-4f9c-894f-6750a5ff47e2",
"publisherDisplayName": "neta540",
"publisherId": "e74a1723-e03b-4f72-8130-7dd3df161a8d"
}
}