UNPKG

@uiw/react-codemirror

Version:
13 lines (11 loc) 192 B
import { EditorView } from '@codemirror/view'; export const defaultLightThemeOption = EditorView.theme( { '&': { backgroundColor: '#fff', }, }, { dark: false, }, );