diff --git a/docs/en-US/guide/theming.md b/docs/en-US/guide/theming.md index 880fd8d6b1..bf590201c2 100644 --- a/docs/en-US/guide/theming.md +++ b/docs/en-US/guide/theming.md @@ -11,7 +11,10 @@ provide four ways to change the style variables. ## Change theme color since 1.1.0-beta.1 -> A custom theme primary color can be found in [element-plus-vite-starter](https://github.com/element-plus/element-plus-vite-starter). +These are examples about custom theme. + +- Full import: [element-plus-vite-starter](https://github.com/element-plus/element-plus-vite-starter) +- On demand: [unplugin-element-plus/examples/vite](https://github.com/element-plus/unplugin-element-plus) ### By SCSS variables