mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-28 23:08:12 +00:00
darkbrewery
This commit is contained in:
@@ -25,8 +25,9 @@ import { searchKeymap, search } from '@codemirror/search';
|
||||
|
||||
import * as themesImport from '@uiw/codemirror-themes-all';
|
||||
import defaultCM5Theme from '@themes/codeMirror/customThemes/default.js';
|
||||
import darkbrewery from '../../../themes/codeMirror/customThemes/darkbrewery.js';
|
||||
|
||||
const themes = { default: defaultCM5Theme, ...themesImport };
|
||||
const themes = { default: defaultCM5Theme, darkbrewery, ...themesImport };
|
||||
const themeCompartment = new Compartment();
|
||||
const highlightCompartment = new Compartment();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user