Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stackblitz/bolt.new
/ cssVar
Function
cssVar
app/components/workbench/terminal/theme.ts:4–4 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
2
3
const
style = getComputedStyle(document.documentElement);
4
const
cssVar = (token: string) => style.getPropertyValue(token) || undefined;
5
6
export
function
getTerminalTheme(overrides?: ITheme): ITheme {
7
return
{
Callers
1
getTerminalTheme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected