MCPcopy Create free account
hub / github.com/Auto-Plugin/milkup / updateTheme

Method updateTheme

src/core/nodeviews/code-block.ts:1354–1358  ·  view source on GitHub ↗

* 更新主题

(isDark: boolean)

Source from the content-addressed store, hash-verified

1352 * 更新主题
1353 */
1354 private updateTheme(isDark: boolean): void {
1355 this.cm.dispatch({
1356 effects: this.themeCompartment.reconfigure(createThemeExtension(isDark)),
1357 });
1358 }
1359
1360 /**
1361 * 更新搜索高亮(将 ProseMirror 搜索状态映射到 CodeMirror 装饰)

Callers 1

setupThemeObserverMethod · 0.95

Calls 1

createThemeExtensionFunction · 0.85

Tested by

no test coverage detected