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

Load color-mode already in spa template #225

Open SimonSimCity opened 8 months ago

SimonSimCity commented 8 months ago

Is your feature request related to a problem? Please describe.

We have a custom loading screen (see https://nuxt.com/blog/v3-6#spa-loading-indicator) in our nuxt-application. Currently, the screen is on a white background, and this library later on adds the appropriate class for coloring.

Describe the solution you'd like

This plugin should load with the SPA screen and already adjust the coloring scheme there.

Describe alternatives you've considered

n/a

Additional context

n/a