0.1.2 • Published 5 years ago

codemirror6-themes v0.1.2

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

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago