arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.69k stars 526 forks source link

能否支持运行时动态主题色切换 #3163

Closed joy-stacks closed 3 months ago

joy-stacks commented 4 months ago

Basic Info

What are the similar cases of this feature

能否支持运行时动态主题色切换

What problem does this feature solve?

能否支持运行时动态主题色切换

Extra info

能否支持运行时动态主题色切换

ucarpediem commented 3 months ago

Basic Info

What are the similar cases of this feature

能否支持运行时动态主题色切换

What problem does this feature solve?

能否支持运行时动态主题色切换

Extra info

能否支持运行时动态主题色切换

看看人家做的:http://arco.vueadminwork.com/

oljc commented 3 months ago

运行时切换主题色: 引入 @arco-design/color 动态梯度的色彩算法,运行时传入颜色即可获得从浅到深 10 个梯度颜色。通过往 body 下注入新的颜色变量覆盖组件库主题色即可实现动态主题色。

参考: https://codesandbox.io/p/sandbox/late-rgb-gw63ys?file=%2Fdemo.js%3A50%2C11

joy-stacks commented 3 months ago

Basic Info

What are the similar cases of this feature

能否支持运行时动态主题色切换

What problem does this feature solve?

能否支持运行时动态主题色切换

Extra info

能否支持运行时动态主题色切换

看看人家做的:http://arco.vueadminwork.com/

thanks