-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "one-dark-bimbo",
"displayName": "One Dark Bimbo",
"description": "Minimalistic and modern looking fork of fantastic Oceanic theme.",
"version": "1.2.1",
"publisher": "marioterron",
"engines": {
"vscode": "^1.19.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "One Dark Bimbo",
"uiTheme": "vs-dark",
"path": "./themes/one-dark-bimbo-color-theme.json"
}
]
},
"keywords": [
"bimbo",
"dark",
"onedark",
"theme",
"oceanic"
],
"license": "MIT",
"maintainers": [
"Mario Terron <marioterron157@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/marioterron/one-dark-bimbo-theme.git"
},
"bugs": {
"url": "https://github.com/marioterron/one-dark-bimbo-theme/issues"
},
"__metadata": {
"id": "cd27b49c-2459-43d9-aa5e-cf712a940cc2",
"publisherId": "4c200002-e6dc-41e3-8046-00a7223f3f6c",
"publisherDisplayName": "Mario Terron"
}
}