love/source/vscode/package.json

52 lines
1.1 KiB
JSON

{
"name": "love",
"description": "A color scheme for you to love. ♡",
"version": "0.1.4",
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",
"repository": "https://git.holllo.cc/Holllo/love",
"license": "MIT",
"scripts": {
"package": "vsce package --baseImagesUrl='https://love.holllo.cc/images/vscode/'"
},
"dependencies": {},
"devDependencies": {
"ovsx": "^0.1.0-next.b868597",
"vsce": "^1.81.1"
},
"displayName": "Love Theme",
"publisher": "Holllo",
"icon": "love-mark-square.png",
"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"
}
]
}
}