-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 993 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
39
{
"name": "vscode-snazzy-operator",
"displayName": "Snazzy Operator",
"description": "Based on hyper-snazzy and optimised for Operator Mono",
"version": "1.1.3",
"publisher": "aaronthomas",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronthomas/vscode-snazzy-operator/issues"
},
"homepage": "https://github.com/aaronthomas/vscode-snazzy-operator",
"repository": {
"type": "git",
"url": "https://github.com/aaronthomas/vscode-snazzy-operator"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "Snazzy Operator",
"uiTheme": "vs-dark",
"path": "./themes/snazzy-operator-color-theme.json"
}
]
},
"keywords": [
"theme",
"snazzy",
"operator",
"operator mono",
"snazzy theme"
]
}