1.0.7 • Published 3 years ago

@dylanvann/codemirror-themes v1.0.7

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

Codemirror 6 Themes

Install

npm i @ddietr/codemirror-themes

Usage

import {materialLight} from 'codemirror-themes/theme/material-light'
import {materialDark} from 'codemirror-themes/theme/material-dark'
import {solarizedLight} from 'codemirror-themes/theme/solarized-light'
import {solarizedDark} from 'codemirror-themes/theme/solarized-dark'
import {dracula} from 'codemirror-themes/theme/dracula'
import {githubLight} from 'codemirror-themes/theme/github-light'
import {githubDark} from 'codemirror-themes/theme/github-dark'

Build

go build
./m
npm i