1.1.0 • Published 4 months ago

codemirror-theme-github v1.1.0

Weekly downloads
139
License
MIT
Repository
github
Last release
4 months ago

codemirror-theme-github

A CodeMirror theme inspired by the GitHub editor.

Preview

Preview

Installation

npm install codemirror-theme-github --save

Usage

  1. Import the CSS file into your application:

    @import "codemirror-theme-github/theme/github";
  2. Tell CodeMirror to use it:

    const editor = CodeMirror(document.body, {
      mode: 'javascript',
      lineNumbers: true,
      theme: 'github',
    });
1.1.0

4 months ago

1.0.0

5 years ago