-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
{
"name": "primer-light",
"displayName": "Primer Light",
"description": "This is a port of the primer light theme from sublime text.",
"version": "0.0.7",
"publisher": "andrewmarkle",
"icon": "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/andrewmarkle/primer-light"
},
"engines": {
"vscode": "^1.19.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Primer Light",
"uiTheme": "vs",
"path": "./themes/Primer-light-color-theme.json"
}
],
"iconThemes": [
{
"id": "primer",
"label": "Primer Light",
"path": "./Primer-light-icons.json"
}
]
}
}