migrate 5 more themes
This commit is contained in:
parent
e754070a59
commit
9112a0c4f5
7 changed files with 257 additions and 73 deletions
1
packages/codemirror/themes/theme-helper.mjs
vendored
1
packages/codemirror/themes/theme-helper.mjs
vendored
|
|
@ -3,7 +3,6 @@ import { syntaxHighlighting } from '@codemirror/language';
|
|||
import { HighlightStyle } from '@codemirror/language';
|
||||
|
||||
export const createTheme = ({ theme, settings, styles }) => {
|
||||
console.log('create', settings);
|
||||
const _theme = EditorView.theme(
|
||||
{
|
||||
'&': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue