-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 753 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 753 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
38
{
"name": "burger-king-theme",
"displayName": "Burger King Theme",
"description": "This theme is inspired by Burger King",
"version": "0.0.1",
"publisher": "KyleAndreLim",
"repository": {
"type": "git",
"url": "https://github.com/kylemastercoder14/burger-king-theme"
},
"icon": "logo.png",
"keywords": [
"theme",
"burger theme",
"burger king theme",
"dark theme",
"kyle theme",
"dark mode",
"burger",
"burger king"
],
"engines": {
"vscode": "^1.83.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Burger King Theme",
"uiTheme": "vs-dark",
"path": "./themes/Burger King Theme-color-theme.json",
}
]
}
}