MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / enableManualThemeRefresh

Function enableManualThemeRefresh

cli/src/utils/theme-system.ts:1234–1238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1232 * Users can send `kill -USR2 <pid>` to force theme recomputation
1233 */
1234export function enableManualThemeRefresh() {
1235 process.on('SIGUSR2', () => {
1236 recomputeSystemTheme()
1237 })
1238}
1239
1240/**
1241 * OSC Terminal Theme Detection

Callers 1

initializeAppFunction · 0.90

Calls 2

recomputeSystemThemeFunction · 0.85
onMethod · 0.65

Tested by

no test coverage detected