mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-28 20:58:13 +00:00
darkbrewery
This commit is contained in:
@@ -26,8 +26,9 @@ const ThemeSnippets = {
|
||||
//import EditorThemes from '../../../../build/homebrew/codeMirror/editorThemes.json';
|
||||
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 EditorThemes = Object.entries(themes)
|
||||
.filter(([name, value]) =>
|
||||
|
||||
Reference in New Issue
Block a user