one-plain/package.json

39 lines
693 B
JSON

{
"name": "one-plain",
"displayName": "one plain",
"description": "🔥 米白色主题",
"icon": "logo.png",
"version": "1.3.6",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {
"vscode": "^1.29.0"
},
"categories": ["Themes"],
"repository": {
"type": "git",
"url": "https://github.com/yutent/one-plain.git"
},
"contributes": {
"themes": [
{
"label": "米白色主题",
"uiTheme": "vs",
"path": "./themes/color-theme.json"
}
]
},
"keywords": [
"theme",
"one",
"plain",
"one plain",
"mi",
"color",
"light",
"one-plain",
"yutent"
],
"license": "MIT"
}
vs code 浅色主题。
JavaScript 100%