Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ ref
Function
ref
packages/ui/src/theme/v2/mapping.ts:4–4 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
2
import
{ V2_AVATAR_DARK, V2_AVATAR_LIGHT } from
"./avatar"
3
4
const
ref = (name: string): V2ColorValue => `
var
(--${name})`
5
6
const
light: Record<string, V2ColorValue> = {
7
"v2-background-bg-base"
: ref(
"v2-grey-100"
),
Callers
1
mapping.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected