Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ handleThemeChange
Function
handleThemeChange
web/components/settings/GeneralSettings.tsx:19–22 ·
view source on GitHub ↗
(t: "light" | "dark" | "system")
Source
from the content-addressed store, hash-verified
17
];
18
19
function handleThemeChange(t:
"light"
|
"dark"
|
"system"
) {
20
updateSettings({ theme: t });
21
setTheme(t);
22
}
23
24
return (
25
<div>
Callers
1
GeneralSettings
Function · 0.85
Calls
1
setTheme
Function · 0.50
Tested by
no test coverage detected