codemirror-theme-ayu
v1.0.7
Published
Ayu light and dark themes for CodeMirror 6.
Downloads
100
Readme
codemirror-theme-ayu
Ayu light and dark themes for CodeMirror 6.
Install
npm i codemirror-theme-ayuUsage
import { EditorView } from "@codemirror/view";
import { ayuLight, ayuDark } from "codemirror-theme-ayu";
new EditorView({
extensions: [ayuDark], // or ayuLight
});