diff --git a/CHANGELOG.md b/CHANGELOG.md index 203ff73..b0881ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,4 @@ -# Change Log -All notable changes to the "one-plain" extension will be documented in this file. +# 更新日志 -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] -- Initial release +## [1.0.2] 2018-11-30 +- 正式上架插件商店。 diff --git a/README.md b/README.md index 0facc62..dd9e26c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # 米白色主题 -## VsCode专用浅色系主题。 +> 米白色主题, vscode专用。包括UI和代码高亮, 都精心调整好对比度。优雅,耐看。 喜欢浅色系的童鞋, 不要错过。 +![截图](https://attach.cdn.doui.cc/one-plain.png) + + +## 安装(Installation) +> 直接从插件管理器搜索"米白"下载即可。 + + +## 问题(Issue) +> 有任何问题,或建议, 都可以到[GitHub](https://github.com/yutent/one-plain.git) 提出。 \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..7e80f12 Binary files /dev/null and b/logo.png differ diff --git a/package.json b/package.json index 03e1bb3..00dfff9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "one-plain", "displayName": "米白色主题", - "description": "米白色主题", + "description": "🔥 米白色主题", "icon": "logo.png", - "version": "1.0.1", + "version": "1.0.2", "publisher": "yutent", "author": "Yutent [@yutent]", "engines": { @@ -25,5 +25,8 @@ } ] }, + "keywords": [ + "theme, one, plain, one-plain" + ], "license": "MIT" }