0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-28 23:08:12 +00:00

darkbrewery

This commit is contained in:
Víctor Losada Hernández
2026-03-27 19:49:00 +01:00
parent 4bce4a9489
commit 1f2a329553
7 changed files with 125 additions and 145 deletions

View File

@@ -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();

View File

@@ -15,7 +15,7 @@
}
}
.codeEditor {
:where(.codeEditor) {
font-family: monospace;
height: 100%;
width:100%;