{ "name": "systematic-love", "displayName": "Systematic Love", "description": "Systematic Love theme for Visual Studio Code", "version": "0.0.1", "engines": { "vscode": "^1.106.1" }, "categories": [ "Themes" ], "contributes": { "themes": [ { "label": "Systematic Love", "uiTheme": "vs-dark", "path": "./themes/Systematic Love-color-theme.json" } ] } }