0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-28 20:58:13 +00:00

file org update

This commit is contained in:
Víctor Losada Hernández
2026-03-27 19:53:49 +01:00
parent 1f2a329553
commit 94080ba952
6 changed files with 38 additions and 116 deletions

View File

@@ -24,8 +24,8 @@ import { autocompleteEmoji } from './autocompleteEmoji.js';
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';
import defaultCM5Theme from '@themes/codeMirror/default.js';
import darkbrewery from '@themes/codeMirror/darkbrewery.js';
const themes = { default: defaultCM5Theme, darkbrewery, ...themesImport };
const themeCompartment = new Compartment();