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 73 color-mode issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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)) | [`^17.0.1` -> `^17.0.3`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.0.1/17.0.3) |...

Hello, how can I use `dark:` and by example `sepia:` with that module **with unocss**?

question

### Version @nuxtjs/color-mode: 3.1.4 nuxt: 3.0.0-rc.6 ### Reproduction Link ### Steps to reproduce ### What is Expected? ```js [warn] [nuxt] You are using a plugin that has not been wrapped...

bug

I have some questions about the configuration after the latest updates to support data attributes. 1 - Is there a way to use only the class or an data attribute?...

question

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

Originally posted in https://github.com/nuxt/nuxt.js/issues/13787 --- ### Environment - Operating System: `Windows_NT` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `modules`...

bug

Allow specifying [theme-color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color) according to the current dark/light mode configuration. Implementing this outside of `color-mode-module` has the following caveats: 1. The user may have set custom color mode via localStorage....

### Version @nuxtjs/color-mode: 2.1.1 nuxt: v2.15.8 ### Steps to reproduce After connecting via `buildModules: ['@nuxtjs/color-mode']` Then I open any page ### What is actually happening? client.js?116f:103 TypeError: window.onNuxtReady is not...

bug

### Version - @nuxtjs/color-mode: 2.1.1 - @nuxtjs/storybook: 4.2.0 - nuxt: 2.15.8 ### Reproduction Link GitHub repository that can reproduce the bug: [https://github.com/wetendorff/nuxt-storybook-colormode-bug](https://github.com/wetendorff/nuxt-storybook-colormode-bug) ### Steps to reproduce ```bash npm install npm...

bug

### Version @nuxtjs/color-mode: 2.1.11 nuxt: 2.15.7 is there any reason for the lib to automatically switch always to 'system' preferences although non regarding the initial config in `nuxt.config.js`? ``` colorMode:...

bug