MCPcopy
hub / github.com/CodebuffAI/codebuff / useTheme

Function useTheme

cli/src/hooks/use-theme.tsx:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138export const useTheme = (): ChatTheme => {
139 return useThemeStore((state) => state.theme)
140}

Callers 15

AppFunction · 0.90
ModeDividerFunction · 0.90
TerminalCommandDisplayFunction · 0.90
LoginModalFunction · 0.90
FreebuffModelSelectorFunction · 0.90
SelectedChipsFunction · 0.90
CopyIconFunction · 0.90
PublishConfirmationFunction · 0.90
PublishContainerFunction · 0.90
SeparatorFunction · 0.90
StatusActionButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected