Custom editor themes for @codeimage/app
CodeImage editor themes are made by the internal createThemeFactory api function.
Each theme must implement the CustomTheme interface that provides binding for CodeMirror editor theme and the style for the theme switcher preview.
There are two ways of creating themes:
createTheme: themes based on the new @codemirror/highlight api.createPrismJSTheme: themes that uses the PrismJS token binding class for highlighting.















