2022-01-10 14:37:02 +00:00
|
|
|
{
|
2022-01-10 22:37:54 +00:00
|
|
|
"name": "steffula-code",
|
|
|
|
"publisher": "steffo",
|
2022-06-20 16:39:34 +00:00
|
|
|
"icon": "icon.png",
|
2022-01-10 22:37:54 +00:00
|
|
|
"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"
|
|
|
|
},
|
2024-08-08 13:21:49 +00:00
|
|
|
"version": "0.12.1",
|
2022-01-10 14:37:02 +00:00
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.63.0"
|
|
|
|
},
|
|
|
|
"categories": [
|
|
|
|
"Themes"
|
|
|
|
],
|
|
|
|
"contributes": {
|
|
|
|
"themes": [
|
|
|
|
{
|
2022-01-10 22:37:54 +00:00
|
|
|
"label": "Steffula Code",
|
2022-01-10 14:37:02 +00:00
|
|
|
"uiTheme": "vs-dark",
|
|
|
|
"path": "./themes/Steffula-color-theme.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|