Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ getColorTokens
Function
getColorTokens
packages/core/src/theme/extract.ts:4–6 ·
view source on GitHub ↗
(theme: Theme)
Source
from the content-addressed store, hash-verified
2
import
type
{ ColorTokens } from
"./tokens.js"
;
3
4
export
function
getColorTokens(theme: Theme): ColorTokens {
5
return
theme.definition.colors;
6
}
Callers
15
resolveChipColor
Function · 0.85
renderCollectionWidget
Function · 0.85
resolveTagColor
Function · 0.85
renderTextWidgets
Function · 0.85
renderFormWidgets
Function · 0.85
renderOverlayWidget
Function · 0.85
renderEditorWidget
Function · 0.85
renderIndicatorWidgets
Function · 0.85
renderContainerWidget
Function · 0.85
renderBasicWidget
Function · 0.85
resolveFocusIndicatorStyle
Function · 0.85
resolveFocusIndicatorDecoration
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected