-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
62
{
"name": "ak-color-themes",
"displayName": "AK Color Themes",
"description": "AK color themes",
"publisher": "akdevservices",
"version": "1.0.5",
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "AK Dark 1",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark1-color-theme.json"
},
{
"label": "AK Dark 2",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark2-color-theme.json"
},
{
"label": "AK Dark Gray 1",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark-gray1-color-theme.json"
},
{
"label": "AK Dark Gray 2",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark-gray2-color-theme.json"
},
{
"label": "AK Dark Teal 1",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark-teal1-color-theme.json"
},
{
"label": "AK Dark Teal 2",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark-teal2-color-theme.json"
},
{
"label": "AK Dark Monokai 1",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark-monokai1-color-theme.json"
},
{
"label": "AK Dark Monokai 2",
"uiTheme": "vs-dark",
"path": "./themes/ak-dark-monokai2-color-theme.json"
},
{
"label": "AK Light",
"uiTheme": "vs",
"path": "./themes/ak-light-color-theme.json"
}
]
}
}