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

18 lines
349 B
JSON
Raw Normal View History

2015-11-13 14:39:38 +01:00
{
"name": "theme-kimbie-dark",
2018-02-19 18:38:12 +01:00
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
2015-11-13 14:39:38 +01:00
"publisher": "vscode",
"license": "MIT",
2015-11-13 14:39:38 +01:00
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "Kimbie Dark",
"uiTheme": "vs-dark",
2017-04-25 16:40:20 +02:00
"path": "./themes/kimbie-dark-color-theme.json"
2015-11-13 14:39:38 +01:00
}
]
}
}