-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 754 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 754 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
29
30
31
32
33
34
35
36
37
{
"name": "aqua-codes",
"displayName": "Aqua Codes",
"description": "Dark themes for coding (by SubUx)",
"publisher": "AquaCodes",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/python019/aqua-codes-vscode-extension"
},
"keywords": [
"Theme",
"Dark Theme",
"Aqua",
"Blue Theme"
],
"scripts": {
"publish-minor": "vsce publish minor",
"publish-major": "vsce publish major"
},
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Themes"
],
"icon": "aqua.jpg",
"contributes": {
"themes": [
{
"label": "Aqua Codes",
"uiTheme": "vs-dark",
"path": "./themes/Aqua Codes-color-theme.json"
}
]
}
}