-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 934 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": "green-n-blue",
"displayName": "green-n-blue",
"description": "A dark VS Code theme centered around green and blue",
"version": "0.8.1",
"publisher": "makuke1234",
"engines":
{
"vscode": "^1.63.0"
},
"categories":
[
"Themes"
],
"keywords":
[
"theme",
"green",
"blue",
"red",
"green-n-blue",
"green n blue",
"green-and-blue",
"green and blue",
"vivid",
"vivid colors",
"material theme"
],
"contributes":
{
"themes":
[
{
"label": "Green n' blue",
"uiTheme": "vs-dark",
"path": "./themes/Green n' blue-color-theme.json"
}
]
},
"license": "MIT License",
"repository":
{
"type": "git",
"directory": "https://github.com/makuke1234/green-n-blue-vscode.git"
},
"homepage": "https://github.com/makuke1234/green-n-blue-vscode/blob/master/README.md"
}