-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.27 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": "ethereum-dark",
"displayName": "Ethereum Dark Theme",
"description": "The Ethereum Dark Theme",
"version": "1.8.4",
"publisher": "karolk",
"engines": {
"vscode": "^1.55.0"
},
"categories": [
"Themes"
],
"icon": "assets/cover-theme.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/karolkozer/one-dark-ethereum-theme.git"
},
"keywords": [
"theme",
"dark",
"one",
"atom",
"atom theme",
"one dark",
"dark theme",
"react",
"javascript",
"typescript",
"ethereum",
"atom",
"best"
],
"contributes": {
"themes": [
{
"label": "Ethereum Dark",
"uiTheme": "vs-dark",
"path": "./themes/ethereum-dark-color-theme.json"
},
{
"label": "Ethereum Dark Grey",
"uiTheme": "vs-dark",
"path": "./themes/ethereum-dark-grey-color-theme.json"
},
{
"label": "Ethereum Dark Blue",
"uiTheme": "vs-dark",
"path": "./themes/ethereum-dark-blue-color-theme.json"
},
{
"label": "Ethereum Dark Purple",
"uiTheme": "vs-dark",
"path": "./themes/ethereum-dark-purple-color-theme.json"
}
]
}
}