-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 786 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
{
"name": "pinkasheck",
"displayName": "Pink as Heck",
"description": "A very pink dark theme",
"version": "0.0.7",
"icon": "images/Logo-white-pink.png",
"galleryBanner": {
"color": "#ff5c8d",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/shoobah/pinkasheck"
},
"engines": {
"vscode": "^1.42.0"
},
"author": {
"name": "shoobah"
},
"publisher": "shoobah",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Pink as Heck",
"uiTheme": "vs-dark",
"path": "./themes/Pink as Heck-color-theme.json"
}
]
},
"license": "MIT"
}