-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 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
40
41
42
{
"name": "velvet-cupcake-theme",
"displayName": "Red Velvet Cupcake",
"description": "A velvet-cupcake theme for VSCode",
"version": "1.0.3",
"author": "Fahad Ashraf Chaudhry",
"publisher": "fahadachaudhry",
"engines": {
"vscode": "^1.54.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#404051",
"theme": "dark"
},
"icon": "images/icon.png",
"keywords": [
"Velvet",
"Cupcake",
"Dark Theme",
"Candy",
"Flat Theme",
"terminal",
"color-theme",
"VSCode Power User"
],
"contributes": {
"themes": [
{
"label": "Red Velvet Cupcake",
"uiTheme": "vs-dark",
"path": "./themes/Ramona Theme-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/fahadachaudhry/valvet-cupcake-vscode-theme"
}
}