Files
systematic-love/package.json
2026-02-23 20:01:08 +03:00

36 lines
737 B
JSON

{
"name": "systematic-love",
"displayName": "Systematic Love",
"author": "lol.mam",
"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.0.1",
"engines": {
"vscode": "^1.106.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Systematic Love",
"uiTheme": "vs-dark",
"path": "./themes/Systematic Love-color-theme.json"
}
]
}
}