-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "TomDzp Themes",
"displayName": "TomDzp Themes",
"description": "TomDzp themes",
"version": "0.0.1",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "TomDzp - Ayu",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-ayu.json"
},
{
"label": "TomDzp - Default",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-default.json"
},
{
"label": "TomDzp - Dracula",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-dracula.json"
},
{
"label": "TomDzp - Cameo",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-cameo.json"
},
{
"label": "TomDzp - React",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-react.json"
},
{
"label": "TomDzp - React Mirage",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-react-mirage.json"
},
{
"label": "TomDzp - Aubergine Dark",
"uiTheme": "vs-dark",
"path": "./themes/tomdzp-aubergine-dark.json"
},
{
"label": "TomDzp - Atom One Light",
"uiTheme": "vs",
"path": "./themes/tomdzp-atom-one-light.json"
},
{
"label": "TomDzp - Hop Light",
"uiTheme": "vs",
"path": "./themes/tomdzp-hop-light.json"
}
]
}
}