Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/winfunc/opcode
/ useTheme
Function
useTheme
src/hooks/useTheme.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
*
await
setCustomColors({ background:
'oklch(0.98 0.01 240)'
});
21
*/
22
export
const
useTheme = () => {
23
return
useThemeContext();
24
};
Callers
8
StreamMessageComponent
Function · 0.90
Settings
Function · 0.90
ReadResultWidget
Function · 0.90
WriteWidget
Function · 0.90
EditWidget
Function · 0.90
EditResultWidget
Function · 0.90
MCPWidget
Function · 0.90
MultiEditWidget
Function · 0.90
Calls
1
useThemeContext
Function · 0.90
Tested by
no test coverage detected