-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.02 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
43
44
45
46
47
48
49
50
51
{
"name": "pinkcode-theme",
"displayName": "PinkCode Theme",
"description": "A dark pink VSCode theme, good for your eyes.",
"version": "1.3.4",
"license": "MIT",
"author": "Emerson Santiago",
"publisher": "emersonsm",
"repository": {
"type": "git",
"url": "https://github.com/emersonsm/pinkcode-theme.git"
},
"bugs": {
"url": "https://github.com/emersonsm/pinkcode-theme/issues"
},
"galleryBanner": {
"color": "#cd84c8",
"theme": "dark"
},
"engines": {
"vscode": "^1.96.0"
},
"categories": [
"Themes"
],
"keywords": [
"dark theme",
"dark mode",
"vscode themes",
"gothic",
"pinkcode",
"pink code theme",
"pink theme",
"pink-theme",
"dark pink",
"color-theme",
"pink",
"black pink",
"good eyes"
],
"icon": "images/pinkcode-theme-icon.png",
"contributes": {
"themes": [
{
"label": "Pink Code Theme",
"uiTheme": "vs-dark",
"path": "./themes/pinkcode-color-theme.json"
}
]
}
}