-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1008 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
43
44
45
46
47
{
"name": "bio-dark-theme",
"displayName": "Bio Dark",
"description": "A super-cool dark theme for VS Code by studio.bio inspired by Oceanic Next and Solarized Dark. Optimized for JavaScript (React), PHP, HTML, and Sass/SCSS.",
"version": "0.1.5",
"publisher": "studiobio",
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/joshuaiz/bio-dark-theme"
},
"keywords": [
"Theme",
"Dark Theme",
"Bio",
"Studio Bio",
"Oceanic",
"Solarized"
],
"galleryBanner": {
"color": "#1E242E",
"theme": "dark"
},
"scripts": {
"publish": "vsce publish"
},
"icon": "studio_bio_logo.png",
"contributes": {
"themes": [
{
"label": "Bio Dark",
"uiTheme": "vs-dark",
"path": "./themes/studio.bio-Bio-Dark-color-theme.json"
}
]
},
"__metadata": {
"id": "e745cc36-f0c9-479d-8b53-72521fccb810",
"publisherDisplayName": "studiobio",
"publisherId": "5e0e2c6a-99c8-4b25-917a-8734b4ddd2c7"
}
}