2018-11-30 16:54:24 +08:00
|
|
|
{
|
|
|
|
"name": "one-plain",
|
|
|
|
"displayName": "米白色主题",
|
2018-11-30 18:16:43 +08:00
|
|
|
"description": "🔥 米白色主题",
|
2018-11-30 16:54:24 +08:00
|
|
|
"icon": "logo.png",
|
2018-12-11 15:33:30 +08:00
|
|
|
"version": "1.3.0",
|
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
|
|
|
},
|
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
|
|
|
}
|