0.1.2 • Published 3 years ago

codemirror6-themes v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

codemirror6-themes NPM version contributions welcome

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

  1. Install the package
    yarn add codemirror6-themes
  2. Import theme you want to use
    // this will use Material Palenight Theme
    import { materialPalenight } from 'codemirror6-themes';

Available themes

Theme nameExample
Material Palenight materialPalenightMaterial Palenight
Material Darker materialDarkerMaterial Darker
Duotone Space Dark duotoneSpaceDarkDuotone Space Dark
0.1.2

3 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago