-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
47
{
"name": "bio-dark-midnight-theme",
"displayName": "Bio Dark Midnight",
"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.1",
"publisher": "studiobio",
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/joshuaiz/bio-dark-midnight-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 Midnight",
"uiTheme": "vs-dark",
"path": "./themes/studio.bio-Bio-Dark-Midnight-color-theme.json"
}
]
},
"__metadata": {
"id": "c1889f70-1860-4cfc-bbed-1d1915912ef5",
"publisherId": "5e0e2c6a-99c8-4b25-917a-8734b4ddd2c7",
"publisherDisplayName": "studiobio"
}
}