Files
systematic-love/package.json
2025-12-06 21:12:58 +03:00

26 lines
554 B
JSON

{
"name": "systematic-love",
"displayName": "Systematic Love",
"description": "Hatsune Miku Systematic Love theme for Visual Studio Code",
"repository": {
"type": "git",
"url": "https://git.lolmam.top/lolmam/systematic-love.git"
},
"version": "1.0.0",
"engines": {
"vscode": "^1.106.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Systematic Love",
"uiTheme": "vs-dark",
"path": "./themes/Systematic Love-color-theme.json"
}
]
}
}