remove uiw codemirror themes to fix site

+ todo: refactor themes to not use uiw package
This commit is contained in:
Felix Roos 2025-01-26 23:05:17 +01:00
parent 5a188f7461
commit fc3d7ade11
No known key found for this signature in database
6 changed files with 200 additions and 454 deletions

View file

@ -20,7 +20,7 @@ import { isTooltipEnabled } from './tooltip.mjs';
import { flash, isFlashEnabled } from './flash.mjs';
import { highlightMiniLocations, isPatternHighlightingEnabled, updateMiniLocations } from './highlight.mjs';
import { keybindings } from './keybindings.mjs';
import { initTheme, activateTheme, theme } from './themes.mjs';
import { initTheme, activateTheme, theme } from './themes-vanilla.mjs';
import { sliderPlugin, updateSliderWidgets } from './slider.mjs';
import { widgetPlugin, updateWidgets } from './widget.mjs';
import { persistentAtom } from '@nanostores/persistent';