-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "vscode-theme-dark-atom-dark-green-cursor",
"displayName": "Dark Atom Dark Green Cursor Theme",
"description": "Beautiful Atom Dark with green Cursor eyecandy",
"version": "1.0.0",
"publisher": "therealmarv",
"engines": {
"vscode": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor"
},
"bugs": {
"url": "https://github.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor/issues",
"email": "[email protected]"
},
"icon": "icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark Atom Dark Green Cursor",
"uiTheme": "vs-dark",
"path": "./themes/dark_atom_dark_green_cursor.tmTheme"
},
{
"label": "Dark Atom Dark",
"uiTheme": "vs-dark",
"path": "./themes/dark_atom_dark.tmTheme"
}
]
},
"license": "MIT"
}