-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 898 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
{
"name": "one-dark-evo",
"displayName": "One Dark Evo",
"description": "Evolution of the iconic One Dark theme",
"version": "0.6.0",
"publisher": "szastupov",
"engines": {
"vscode": "^1.15.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "One Dark Evo",
"uiTheme": "vs-dark",
"path": "./themes/One Dark Evo-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/szastupov/one-dark-evo.git"
},
"bugs": {
"url": "https://github.com/szastupov/one-dark-evo/issues"
},
"icon": "static/icon.png",
"keywords": [
"Vscode",
"Theme",
"Onedark",
"one dark"
],
"__metadata": {
"id": "3282a6af-a023-4840-81b3-9dd762c26331",
"publisherDisplayName": "Stepan Zastupov",
"publisherId": "8cc2ec6d-f824-4896-a92f-6a46809e9b13"
}
}