-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
40
41
42
{
"name": "rocko-theme",
"displayName": "Rocko's Modern Theme",
"description": "A dark theme inspired by Rocko's Modern Life",
"version": "0.0.17",
"publisher": "elethan",
"engines": {
"vscode": "^1.52.0"
},
"keywords": [
"nineties",
"nostalgia",
"nicktoons",
"dark theme",
"cartoon"
],
"galleryBanner": {
"color": "#f9d4b1",
"theme": "light"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/el-ethan/rocko-theme"
},
"homepage": "https://github.com/el-ethan/rocko-theme/blob/main/README.md",
"bugs": {
"url": "https://github.com/el-ethan/rocko-theme/issues"
},
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "Rocko's Modern Theme",
"uiTheme": "vs-dark",
"path": "./themes/rocko-color-theme.json"
}
]
}
}