更新首页列表
This commit is contained in:
@@ -100,7 +100,7 @@ export const createTheme = ({
|
||||
},
|
||||
{
|
||||
dark: variant === "dark",
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
const highlightStyle = HighlightStyle.define(styles)
|
||||
|
||||
@@ -92,7 +92,7 @@ const oneDarkTheme = EditorView.theme(
|
||||
},
|
||||
},
|
||||
},
|
||||
{ dark: true }
|
||||
{ dark: true },
|
||||
)
|
||||
|
||||
/// The highlighting style for code in the One Dark theme.
|
||||
|
||||
Reference in New Issue
Block a user