codex-team / codex-team/editor.js
💡Dark Mode for Editor.JS
Open
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
1. Describe a problem.
Many of the modern applications now support dark mode and since editor.js is getting popular, It would be fantastic to have a ready-to-use dark mode configuration.
2. Describe the solution you'd like.
```
const editor = new EditorJS({
// ...
theme: 'dark'
})
```
We can decide the colors as we move ahead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.