VS_Code_Strawberry/package.json
2021-07-03 21:23:45 +02:00

33 lines
784 B
JSON

{
"name": "strawberry",
"displayName": "Strawberry",
"description": "A Theme with a focus on intensive strawberry red",
"publisher": "Surferlul",
"version": "1.1.3",
"icon": "icons/strawberry.png",
"engines": {
"vscode": "^1.0.0"
},
"author": {
"name": "Lukas Alexander Baumann",
"email": "lukasabaumann@gmail.com",
"url": "https://surferlul.github.io/"
},
"repository": {
"url": "https://github.com/Surferlul/VS_Code_Strawberry.git",
"type": "git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Strawberry",
"uiTheme": "vs-dark",
"path": "./themes/Strawberry-color-theme.json"
}
]
}
}