one-plain/package.json

39 lines
693 B
JSON
Raw Normal View History

2018-11-30 16:54:24 +08:00
{
"name": "one-plain",
2018-12-17 00:19:41 +08:00
"displayName": "one plain",
2018-11-30 18:16:43 +08:00
"description": "🔥 米白色主题",
2018-11-30 16:54:24 +08:00
"icon": "logo.png",
2018-12-17 00:19:41 +08:00
"version": "1.3.5",
2018-11-30 16:54:24 +08:00
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {
"vscode": "^1.29.0"
},
2018-12-11 16:58:54 +08:00
"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
},
2018-11-30 18:16:43 +08:00
"keywords": [
2018-12-03 21:25:17 +08:00
"theme",
"one",
"plain",
"one plain",
"mi",
"color",
"light",
"one-plain",
"yutent"
2018-11-30 18:16:43 +08:00
],
2018-11-30 16:59:51 +08:00
"license": "MIT"
2018-11-30 16:54:24 +08:00
}