one-plain/package.json

30 lines
561 B
JSON
Raw Normal View History

2018-11-30 16:54:24 +08:00
{
"name": "one-plain",
"displayName": "米白色主题",
"description": "米白色主题",
"icon": "logo.png",
2018-11-30 16:59:51 +08:00
"version": "1.0.1",
2018-11-30 16:54:24 +08:00
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {
"vscode": "^1.29.0"
},
"categories": [
"Themes"
],
2018-11-30 16:59:51 +08:00
"repository": {
"type": "git",
"url": "https://github.com/yutent/one-plain.git"
},
2018-11-30 16:54:24 +08:00
"contributes": {
"themes": [
{
"label": "米白色主题",
"uiTheme": "vs",
"path": "./themes/color-theme.json"
}
]
2018-11-30 16:59:51 +08:00
},
"license": "MIT"
2018-11-30 16:54:24 +08:00
}