migrate custom themes awa from @uiw/codemirror-themes
This commit is contained in:
parent
fc3d7ade11
commit
afa202e2a8
13 changed files with 77 additions and 240 deletions
2
packages/codemirror/themes/blackscreen.mjs
vendored
2
packages/codemirror/themes/blackscreen.mjs
vendored
|
|
@ -1,5 +1,5 @@
|
|||
import { tags as t } from '@lezer/highlight';
|
||||
import { createTheme } from '@uiw/codemirror-themes';
|
||||
import { createTheme } from './theme-helper.mjs';
|
||||
export const settings = {
|
||||
background: 'black',
|
||||
foreground: 'white', // whats that?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue