0.1.2 • Published 4 years ago

codemirror6-themes v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago