forked from marcelo-mason/one-monokai-80s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "one-monokai-80s-plus",
"displayName": "One Monokai 80s Plus Theme",
"description": "Fork from One Monokai 80s, now supports C# and other languages",
"version": "1.5.0",
"publisher": "VictorTrusov",
"engines": {
"vscode": "^0.10.1"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "One Monokai 80s Plus",
"uiTheme": "vs-dark",
"path": "./themes/OneMonokai80sPlus.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/victortrusov/one-monokai-80s-plus"
},
"keywords": [
"outrun",
"material",
"theme",
"pastels",
"monokai",
"c#",
"c sharp",
"csharp",
"net",
"net core",
"80",
"vaporwave"
],
"author": "Marcelo Delgado / Victor Trusov",
"license": "MIT"
}