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

22 lines
424 B
JSON

{
"name": "systematic-love",
"displayName": "Systematic Love",
"description": "Systematic Love theme for Visual Studio Code",
"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"
}
]
}
}