vscode/extensions/theme-kimbie-dark/package.json

22 lines
417 B
JSON
Raw Normal View History

{
"name": "theme-kimbie-dark",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "vscode",
"license": "MIT",
"engines": {
"vscode": "*"
},
"contributes": {
"themes": [
{
"id": "Kimbie Dark",
"label": "%themeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/kimbie-dark-color-theme.json"
}
]
}
}