color-mode icon indicating copy to clipboard operation
color-mode copied to clipboard

Dark and Light mode with auto detection made easy with Nuxt 🌗

Results 78 color-mode issues
Sort by recently updated
recently updated
newest added

this is my nuxt color mode config in nuxt.config.ts: ` colorMode: { classSuffix: '', preference: 'light', fallback: 'light', },` its starting always by default dark mode. how Can i fix...

question

### Version @nuxtjs/color-mode: nuxt: ### Reproduction Link ### Steps to reproduce Nuxt (latest), Nuxt UI Pro (latest) ### What is Expected? Page to work. ### What is actually happening? As...

bug

Should it be possible to define the page meta in the app.vue? The problem: If I have 90% of pages that I want in dark mode, I should be able...

question

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`^19.4.0` -> `^19.4.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.4.0/19.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.12.4` -> `^3.13.0`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.12.4/3.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### 🔗 Linked issue Resolves https://github.com/nuxt/nuxt.com/issues/1643 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...

Hi, I am using Nuxt3 with the colorMode module and fetching page-specific color modes from a Sanity backend. I want to force a specific color mode on certain pages. While...

bug

### Version @nuxtjs/color-mode: 3.4.2 nuxt: 3.12.3 ### Steps to reproduce 1. Setup a new Nuxt project with `npx nuxi@latest init ` 2. cd 3. npm i 4. npm i -D...

bug