remove uiw codemirror themes to fix site
+ todo: refactor themes to not use uiw package
This commit is contained in:
parent
5a188f7461
commit
fc3d7ade11
6 changed files with 200 additions and 454 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue