one-plain/package.json

29 lines
671 B
JSON
Raw Normal View History

2018-11-30 16:54:24 +08:00
{
2020-03-30 20:40:59 +08:00
"name": "one-plain-at-own",
2020-03-30 20:32:10 +08:00
"displayName": "one plain@own",
"description": "🔥 米白色主题@自用",
2018-11-30 16:54:24 +08:00
"icon": "logo.png",
2022-03-14 15:05:57 +08:00
"version": "1.6.2",
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
},
2021-09-02 10:05:01 +08:00
"keywords": ["theme", "one", "plain", "one plain", "mi", "color", "light", "one-plain", "yutent"],
2018-11-30 16:59:51 +08:00
"license": "MIT"
2018-11-30 16:54:24 +08:00
}