-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 963 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
42
43
44
45
46
47
48
{
"name": "adey-coder-dark",
"displayName": "Adey Coder Theme",
"author": "Yohanes Tesfaye",
"description": "Green and Dark Theme for VS Code Editor",
"version": "1.0.3",
"icon": "images/Logo.png",
"publisher": "AdeyCoder",
"repository": {
"type": "git",
"url": "https://github.com/yohanstesfaye/adey-coder-dark.git"
},
"keywords": [
"dark",
"theme",
"Green dark theme",
"Adey Coder",
"Dark Theme",
"Green"
],
"engines": {
"vscode": "^1.56.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#121F12",
"theme": "dark"
},
"sponsor": {
"url": "https://ko-fi.com/adeycoder"
},
"contributes": {
"themes": [
{
"label": "Adey Coder",
"uiTheme": "vs-dark",
"path": "./themes/Dark.json"
},
{
"label": "Adey Coder - Deep Dark",
"uiTheme": "vs-dark",
"path": "./themes/Deep.json"
}
]
}
}