This package implements the themes for the CodeMirror code editor.
The project page has more information, a number of examples and the documentation.
This code is released under an MIT license.
Package usage
- Install the package
yarn add codemirror6-themes
- Import theme you want to use
// this will use Material Palenight Theme import { materialPalenight } from 'codemirror6-themes';
Available themes
Theme name | Example |
---|---|
Material Palenight materialPalenight
|
![]() |
Material Darker materialDarker
|
![]() |
Duotone Space Dark duotoneSpaceDark
|
![]() |