Files
systematic-love/package.json
2026-03-11 00:35:47 +03:00

38 lines
781 B
JSON

{
"name": "systematic-love",
"displayName": "Systematic Love",
"author": "lol.mam",
"publisher": "lolmam",
"license": "CC-BY-NC-SA-4.0",
"description": "Hatsune Miku Systematic Love theme for Visual Studio Code",
"repository": {
"type": "git",
"url": "https://git.lolmam.top/lolmam/systematic-love.git"
},
"homepage": "https://git.lolmam.top/lolmam/systematic-love",
"bugs": {
"url": "https://git.lolmam.top/lolmam/systematic-love/issues"
},
"icon": "icon.png",
"version": "1.1.2",
"engines": {
"vscode": "^1.59.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Systematic Love",
"uiTheme": "vs-dark",
"path": "./themes/Systematic Love.json"
}
]
}
}