VS_Code_Strawberry/package.json

21 lines
478 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",
"version": "0.0.1",
"engines": {
"vscode": "^1.57.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Strawberry",
"uiTheme": "vs-dark",
"path": "./themes/Strawberry-color-theme.json"
}
]
}
}