-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 733 Bytes
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
{
"name": "robins-blue-theme",
"displayName": "Robin's Blue Theme",
"description": "A basic dark blue editor, with dark non-blue bars.",
"version": "0.0.7",
"publisher": "RobinD42",
"engines": {
"vscode": "^1.27.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"homepage": "https://github.com/RobinD42/robins-blue-theme",
"repository": {
"type": "git",
"url": "https://github.com/RobinD42/robins-blue-theme.git"
},
"contributes": {
"themes": [
{
"label": "Robin's Blue Theme",
"uiTheme": "vs-dark",
"path": "./themes/robins-blue-theme.json"
}
]
}
}