32 lines
747 B
JSON
32 lines
747 B
JSON
{
|
|
"name": "strawberry",
|
|
"displayName": "Strawberry",
|
|
"description": "A Theme with a focus on intensive strawberry red",
|
|
"publisher": "Surferlul",
|
|
"version": "1.0.2",
|
|
"engines": {
|
|
"vscode": "^1.36"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|