nuxt-modules / color-mode

Dark and Light mode with auto detection made easy with Nuxt 🌗
https://color-mode.nuxtjs.org
MIT License
1.07k stars 98 forks source link

How to set a theme in arc design #264

Closed lhlyu closed 3 months ago

lhlyu commented 3 months ago

How to configure to achieve this effect For example, setting this to theme will output <body arco-theme="dark"> if dark mode is enabled. But the current output is <body data-arco-theme="dark">.