29 lines
653 B
JSON
29 lines
653 B
JSON
{
|
|
"name": "one-plain",
|
|
"displayName": "one plain",
|
|
"description": "🔥 米白色主题",
|
|
"icon": "logo.png",
|
|
"version": "1.5.0",
|
|
"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"
|
|
}
|