bio-dark-midnight-theme
Version:
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.
43 lines (42 loc) • 890 B
JSON
{
"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.2.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"
}
]
}
}