diff --git a/README.md b/README.md index a8a09f3..597ec35 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ To initialize: // or create instance by constructor var button = new bizui.Button($('button')); +Customize themes: Theme styles are extracted to [theme-custom.less](https://github.com/bizdevfe/biz-ui/blob/master/src/css/theme-custom.less), to customize themes of your own, just simply mofidy the following colors: @primary-color, @assistant-color and @text-color. + ##API documentation and demos See [http://bizdevfe.github.io/biz-ui](http://bizdevfe.github.io/biz-ui). @@ -53,4 +55,4 @@ Do the code inspection, optimization or API generation here: Licensed under the [MIT license](http://opensource.org/licenses/MIT). ##Feedback -For issues or suggestions please see [biz-ui](https://github.com/bizdevfe/biz-ui) on Github. Thanks for your support! \ No newline at end of file +For issues or suggestions please see [biz-ui](https://github.com/bizdevfe/biz-ui) on Github. Thanks for your support!