Dark mode 🌙
Open
area: design
area: ui
area: ux
kind: enhancement
- Dominant language
- JavaScript
- Stars
- 19.4k
- Forks
- 3.1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
Based on the design in #2557, and leveraging our existing theme, create a new theme that uses dark colors to support dark mode. I will be updating [this CodeSandbox](https://codesandbox.io/s/netlify-cms-editor-design-j1cg3) with a demo of how this might work.
> Note: We should default to use the users preferences using the new `prefers-color-scheme`.
> I.e. `window.matchMedia("(prefers-color-scheme: dark)").matches`
- [x] Add dark theme
- [ ] Test code
- [ ] Open a pull request
Contributor guide
Assessment
This issue has not been assessed yet.