VS_Code_Strawberry/package.json

33 lines
784 B
JSON
Raw Normal View History

2021-07-03 13:52:23 +00:00
{
"name": "strawberry",
"displayName": "Strawberry",
"description": "A Theme with a focus on intensive strawberry red",
2021-07-03 13:59:06 +00:00
"publisher": "Surferlul",
"version": "1.1.1",
2021-07-03 19:07:46 +00:00
"icon": "icons/strawberry.png",
2021-07-03 13:52:23 +00:00
"engines": {
"vscode": "^1.0.0"
2021-07-03 13:52:23 +00:00
},
2021-07-03 13:59:06 +00:00
"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"
},
2021-07-03 13:52:23 +00:00
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Strawberry",
"uiTheme": "vs-dark",
"path": "./themes/Strawberry-color-theme.json"
}
]
}
2021-07-03 13:59:06 +00:00
}