1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00
steffula-code/package.json

32 lines
No EOL
791 B
JSON

{
"name": "steffula-code",
"publisher": "steffo",
"icon": "icon.png",
"displayName": "Steffula Code",
"description": "Steffula theme for Visual Studio Code.",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Steffo99/steffula-code/issues",
"email": "me@steffo.eu"
},
"repository": {
"type": "git",
"url": "https://github.com/Steffo99/steffula-code"
},
"version": "0.9.0",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Steffula Code",
"uiTheme": "vs-dark",
"path": "./themes/Steffula-color-theme.json"
}
]
}
}