mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
32 lines
No EOL
791 B
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.8.0",
|
|
"engines": {
|
|
"vscode": "^1.63.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Steffula Code",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Steffula-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |