-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1022 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": "jamie-xx-nearer-theme",
"displayName": "Jamie xx - Nearer Theme",
"description": "Theme based on the album art of Far Nearer / Beat For EP by Jamie xx",
"icon": "demos/icon.png",
"publisher": "jmbeach",
"version": "0.0.4",
"repository": {
"url": "https://github.com/jmbeach/vscode-jamie-xx-nearer-theme"
},
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Jamie xx - Nearer",
"uiTheme": "vs-dark",
"path": "./themes/Jamie xx - Nearer-color-theme.json"
}
]
},
"scripts": {
"local:deploy": "cp themes/Jamie\\ xx\\ -\\ Nearer-color-theme.json ~/.vscode/extensions/vscode-jamie-xx-nearer-theme/themes/Jamie\\ xx\\ -\\ Nearer-color-theme.json",
"package": "vsce package",
"publish": "vsce publish"
},
"devDependencies": {
"vsce": "^2.15.0"
}
}