MCPcopy
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
3const style = getComputedStyle(document.documentElement);
4const cssVar = (token: string) => style.getPropertyValue(token) || undefined;
5
6export function getTerminalTheme(overrides?: ITheme): ITheme {
7 return {

Callers 1

getTerminalThemeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected