added vscode extensions
This commit is contained in:
parent
7cde0829be
commit
26e2a50441
316 changed files with 37301 additions and 0 deletions
48
.vscode/extensions/eckertalex.borealis-1.0.2/package.json
vendored
Normal file
48
.vscode/extensions/eckertalex.borealis-1.0.2/package.json
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"name": "borealis",
|
||||
"version": "1.0.2",
|
||||
"displayName": "Borealis Theme",
|
||||
"description": "VS Code theme inspired by the calm colors of the aurora borealis in Alaska.",
|
||||
"publisher": "eckertalex",
|
||||
"icon": "images/logo.png",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eckertalex/borealis-vscode"
|
||||
},
|
||||
"galleryBanner": {
|
||||
"color": "#194945",
|
||||
"theme": "dark"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"keywords": [
|
||||
"VSCode",
|
||||
"Themes"
|
||||
],
|
||||
"engines": {
|
||||
"vscode": "^1.33.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vsce package",
|
||||
"publish": "vsce publish -p"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Borealis",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/borealis.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"vsce": "^1.77.0"
|
||||
},
|
||||
"__metadata": {
|
||||
"id": "3c40aa5f-88a3-4c23-ae48-c5b7a4352383",
|
||||
"publisherId": "71810924-6f41-43da-a1f0-903488852517",
|
||||
"publisherDisplayName": "eckertalex",
|
||||
"installedTimestamp": 1627023478980
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue