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
792 B
JSON
Raw Permalink Normal View History

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-09 01:25:00 +00:00
"version": "0.13.0",
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"
}
]
}
}