Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ create } from
'zustand'
;
2
import
{ persist } from
'zustand/middleware'
;
3
4
type
Theme =
'light'
|
'dark'
;
Callers
nothing calls this directly
Calls
2
applyTheme
Function · 0.85
create
Function · 0.50
Tested by
no test coverage detected