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

Function setThemeResolver

cli/src/utils/theme-system.ts:1111–1113  ·  view source on GitHub ↗
(resolver: () => ThemeName)

Source from the content-addressed store, hash-verified

1109 oscDetectedTheme = theme
1110}
1111export const setThemeResolver = (resolver: () => ThemeName) => {
1112 themeResolver = resolver
1113}
1114
1115/**
1116 * Initialize theme store updater

Callers 1

initializeThemeStoreFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected