2020-04-08 23:57:23 +00:00
|
|
|
{
|
|
|
|
"name": "love",
|
2020-04-12 21:07:00 +00:00
|
|
|
"version": "0.1.1",
|
2020-04-08 23:57:23 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "Holllo <helllo@holllo.cc>",
|
|
|
|
"homepage": "https://love.holllo.cc",
|
|
|
|
"repository": "https://gitlab.com/holllo/love",
|
2020-04-09 00:10:04 +00:00
|
|
|
"scripts": {
|
|
|
|
"package": "vsce package --baseImagesUrl='https://gitlab.com/holllo/love/-/raw/master/source/vscode/'"
|
|
|
|
},
|
2020-04-08 23:57:23 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"vsce": "^1.75.0"
|
|
|
|
},
|
|
|
|
"displayName": "Love Theme",
|
|
|
|
"publisher": "Holllo",
|
2020-04-09 00:10:04 +00:00
|
|
|
"icon": "images/love-mark-square.png",
|
2020-04-08 23:57:23 +00:00
|
|
|
"galleryBanner": {
|
|
|
|
"color": "#2A2041",
|
|
|
|
"theme": "dark"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.43.0"
|
|
|
|
},
|
|
|
|
"categories": [
|
|
|
|
"Themes"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"color scheme",
|
|
|
|
"dark",
|
|
|
|
"light",
|
|
|
|
"love",
|
|
|
|
"theme"
|
|
|
|
],
|
|
|
|
"contributes": {
|
|
|
|
"themes": [
|
|
|
|
{
|
|
|
|
"label": "Love Dark",
|
|
|
|
"uiTheme": "vs-dark",
|
|
|
|
"path": "themes/love-dark.color-theme.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Love Light",
|
|
|
|
"uiTheme": "vs",
|
|
|
|
"path": "themes/love-light.color-theme.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|