-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 903 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
{
"name": "snazzy-operator-plus",
"displayName": "Snazzy Operator Plus",
"description":
"Visual Studio Code theme based on hyper-snazzy and optimised for Operator Mono",
"version": "1.2.1",
"publisher": "bsides",
"license": "MIT",
"bugs": {
"url": "https://github.com/bsides/snazzy-operator-plus/issues"
},
"homepage": "https://github.com/bsides/snazzy-operator-plus",
"repository": {
"type": "git",
"url": "https://github.com/bsides/snazzy-operator-plus"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": ["Themes"],
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "Snazzy Operator",
"uiTheme": "vs-dark",
"path": "./themes/snazzy-operator-plus-color-theme.json"
}
]
},
"keywords": [
"theme",
"snazzy",
"operator",
"snazzy theme",
"snazzy operator plus"
]
}