nuxt-modules / color-mode

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

Integration with Bootstrap v5.3 Color Modes #193

Open NumanNaseerNomi opened 1 year ago

NumanNaseerNomi commented 1 year ago

https://getbootstrap.com/docs/5.3/customize/color-modes/

mrguruo commented 1 year ago

I believe this will work by adding: export default defineNuxtConfig({ modules: ['@nuxtjs/color-mode'], colorMode: { dataValue: 'bs-theme' } })