MCPcopy Create free account
hub / github.com/ShipSecAI/studio / themeStore.ts

File themeStore.ts

frontend/src/store/themeStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import { persist } from 'zustand/middleware';
3
4type Theme = 'light' | 'dark';

Callers

nothing calls this directly

Calls 2

applyThemeFunction · 0.85
createFunction · 0.50

Tested by

no test coverage detected