-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.25 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
44
45
46
47
{
"name": "newton",
"displayName": "newton",
"description": "Newton theme",
"version": "0.0.1",
"publisher": "newton",
"engines": {
"vscode": "^1.17.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Newton Classic",
"uiTheme": "vs-dark",
"path": "./themes/Newton-Classic.json"
},
{
"label": "Newton",
"uiTheme": "vs-dark",
"path": "./themes/Newton-color-theme.json"
},
{
"label": "Newton Machine",
"uiTheme": "vs-dark",
"path": "./themes/Newton-Machine.json"
},
{
"label": "Newton Octagon",
"uiTheme": "vs-dark",
"path": "./themes/Newton-Octagon.json"
},
{
"label": "Newton Ristretto",
"uiTheme": "vs-dark",
"path": "./themes/Newton-Ristretto.json"
},
{
"label": "Newton Spectrum",
"uiTheme": "vs-dark",
"path": "./themes/Newton-Spectrum.json"
}
]
}
}