color-schemes/build/resources/patterns/vscode/package.pattern

25 lines
643 B
Plaintext

{
"name": "{{ theme.slug }}",
"version": "1.0.0",
"displayName": "Dayle Rees colour Schemes",
"description": "{{ theme.name }} theme by {{ theme.author }}",
"publisher": "Dayle Rees",
"repository": "https://github.com/daylerees/colour-schemes",
"license": "MIT",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "{{ theme.name }}",
"uiTheme": "vs{{ theme.type == 'dark' ? '-dark' : '' }}",
"path": "./{{ theme.slug }}.json"
}
]
}
}