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

Hi! I want to use the three icons used in the demo (System, light and dark SVG icon) for a project: ![image](https://github.com/nuxt-modules/color-mode/assets/141633147/00e20eee-1882-4743-9261-4457ba05dddb) I want to ask if they are included...

question

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...

### Version @nuxtjs/color-mode: nuxt: ### Reproduction Link [https://github.com/maxacarvalho/nuxtjs-color-mode](https://github.com/maxacarvalho/nuxtjs-color-mode) ### Steps to reproduce 1. `npm install` 2. `npm run dev` 3. Access the local URL [http://localhost:3000/]() 4. Try to select one...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | ---...

This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....

Hello I want to use it without adding the `dark` class, is that possible? For example, currently it works like this when I add the `dataValue` option. ```html ``` But...

question

Hello, this should fix #83. I'm not an expert in NuxtJS plugins, so I hope this is fine.

### 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,...

enhancement

Nuxt with color-mode and shadcn-vue works nicely, but once we **add class** "theme-red" to , it'll break. The `color-mode` doesn't start in expected way. ### Version nuxtjs/color-mode: ^3.3.2 nuxt: ^3.8.0...

bug

PR based on #188 with changes mentioned there.