22 lines
424 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|