MCPcopy
hub / github.com/codeaashu/claude-code / useThemeSetting

Function useThemeSetting

src/components/design-system/ThemeProvider.tsx:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 * needs to show 'auto' as a distinct choice (e.g., ThemePicker).
143 */
144export function useThemeSetting() {
145 return useContext(ThemeContext).themeSetting;
146}
147export function usePreviewTheme() {
148 const $ = _c(4);
149 const {

Callers 2

ThemePickerFunction · 0.85
ConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected