MCPcopy Create free account

hub / github.com/Railly/tinte / functions

Functions1,576 in github.com/Railly/tinte

↓ 2 callersFunctionhandleUrlMetadataFetch
(url: string, itemId: string)
apps/web/src/components/workbench/hooks/editor/use-pasted-items.ts:16
↓ 2 callersFunctionhex
(c: string)
apps/web/src/components/preview/codex/codex-preview.tsx:239
↓ 2 callersFunctionhexToRgb
(hex: string)
apps/web/src/components/preview/design-system/color-system-section.tsx:9
↓ 2 callersFunctionhighlight
()
apps/ray/src/hooks/use-code-highlight.ts:88
↓ 2 callersFunctionhighlightLine
(line: string, syntax: any)
apps/web/src/components/preview/zed/zed-preview.tsx:326
↓ 2 callersMethodinstallFromUrl
* Install theme from URL (theme slug or full theme data)
packages/cli/src/tinte-cli.ts:113
↓ 2 callersMethodinstallFromUrl
* Install theme from URL (theme ID or full theme data)
apps/web/tinte-cli.ts:79
↓ 2 callersMethodinstallTheme
* Install theme from Tinte theme data
packages/cli/src/tinte-cli.ts:22
↓ 2 callersMethodinstallTheme
* Install theme from Tinte theme data
apps/web/tinte-cli.ts:35
↓ 2 callersFunctionisNeutralGroup
(groupLabel: string)
packages/core/src/colors/ramps.ts:57
↓ 2 callersFunctionisValidColor
(color: string)
apps/web/src/components/home/prompt-input/prompt-input.tsx:43
↓ 2 callersFunctionloadGoogleFont
(font: string)
apps/web/src/app/opengraph-image.tsx:11
↓ 2 callersFunctionloadTinteThemeFromJson
( json: Record<string, unknown>, )
packages/remotion/src/lib/tinte-theme-bridge.ts:139
↓ 2 callersFunctionmakePolineFromTinte
(block: TinteBlock)
packages/providers/src/providers/poline-base.ts:28
↓ 2 callersFunctionmapTinteBlockToCodex
(block: TinteBlock)
packages/providers/src/providers/codex.ts:22
↓ 2 callersFunctionmapTinteBlockToShiki
( block: TinteBlock, mode: "light" | "dark", )
packages/providers/src/providers/shiki.ts:7
↓ 2 callersFunctionmapToTinte
(block: ShadcnBlock, mode: "light" | "dark")
packages/providers/src/provider-utils/shadcn-converter.ts:50
↓ 2 callersFunctionmergeRefs
( refs: Array<React.MutableRefObject<T> | React.LegacyRef<T>>, )
apps/web/src/utils/merge-refs.ts:3
↓ 2 callersFunctionnameFromPalette
(palette: Palette)
apps/ray/src/lib/palette-to-theme.ts:113
↓ 2 callersFunctionnormalizeOverrides
(theme: unknown)
packages/providers/src/provider-utils/override-normalization.ts:67
↓ 2 callersFunctionpaletteToTheme
(palette: Palette)
apps/ray/src/lib/palette-to-theme.ts:59
↓ 2 callersFunctionparseCSSVariables
* Parse CSS variables from a CSS string
apps/web/src/lib/theme-operations/import.ts:9
↓ 2 callersFunctionparseTokens
(cssContent: string)
apps/web/src/app/api/read-globals/route.ts:37
↓ 2 callersFunctionpolineRampHex
(p: Poline)
packages/providers/src/providers/poline-base.ts:44
↓ 2 callersFunctionratio
(a: string, b: string)
apps/web/src/lib/theme/ice-theme.ts:179
↓ 2 callersFunctionread
(s: Storage | null)
apps/web/src/utils/anon-seed.ts:18
↓ 2 callersFunctionrenderToken
(token: Token, key: number, foreground: string)
packages/remotion/src/components/CodeTransition.tsx:14
↓ 2 callersFunctionsanitizeFavorites
(input: any)
apps/web/src/stores/auth.ts:36
↓ 2 callersFunctionsaveThemeToDatabase
( themeData: ThemeData, userId?: string | null, )
apps/web/src/lib/theme-operations/save-to-db.ts:85
↓ 2 callersFunctionshadcnToTinte
(shadcn: ShadcnTheme)
packages/providers/src/provider-utils/shadcn-converter.ts:98
↓ 2 callersFunctionsimpleHash
(str: string)
apps/ray/src/hooks/use-code-highlight.ts:51
↓ 2 callersFunctiontinteToRawTheme
( theme: TinteTheme, mode: "light" | "dark" = "dark", )
packages/remotion/src/lib/tinte-theme-bridge.ts:104
↓ 2 callersFunctiontinteToZed
( light: TinteBlock, dark: TinteBlock, themeName: string = "Custom Theme", author: string = "Tinte", )
packages/providers/src/providers/zed.ts:49
↓ 2 callersFunctiontinteToZed
( light: TinteBlock, dark: TinteBlock, themeName: string = "Custom Theme", author: string = "Tinte", )
packages/cli/src/lib/providers/zed.ts:35
↓ 2 callersFunctiontoHex
(color: ReturnType<typeof oklch>)
apps/ray/src/lib/palette-to-theme.ts:18
↓ 2 callersFunctiontoOklch
(color: string)
packages/core/src/colors/palette.ts:40
↓ 2 callersFunctiontoYAML
(obj: any)
packages/providers/src/providers/poline-base.ts:185
↓ 2 callersFunctiontoggleFavorite
(themeId: string)
apps/web/src/lib/actions/favorites.ts:9
↓ 2 callersFunctiontoggleGroup
(groupName: string)
apps/web/src/components/workbench/canonical-tab/index.tsx:191
↓ 2 callersFunctiontransformThemeRecord
(themeRecord: Theme)
apps/web/src/lib/theme-operations/get-by-slug.ts:72
↓ 2 callersFunctionuseChart
()
apps/ray/src/components/ui/chart.tsx:27
↓ 2 callersFunctionuseChart
()
apps/web/src/components/ui/chart.tsx:27
↓ 2 callersFunctionuseIsMobile
()
apps/web/src/hooks/use-mobile.ts:5
↓ 2 callersFunctionuseLoop
()
apps/web/src/lib/hooks/use-loop.ts:5
↓ 2 callersFunctionusePastedItems
()
apps/web/src/components/workbench/hooks/editor/use-pasted-items.ts:12
↓ 2 callersFunctionuseShikiOverrides
()
apps/web/src/components/workbench/overrides-tab/hooks/use-provider-overrides.ts:353
↓ 2 callersFunctionuseThemeAdapters
()
apps/web/src/lib/theme/utils.ts:231
↓ 2 callersFunctionuseThemeFonts
(theme: ThemeData | null)
apps/web/src/stores/hooks/use-theme-fonts.ts:7
↓ 2 callersFunctionuseWorkbenchUrlSync
(defaultTab: WorkbenchTab = "agent")
apps/web/src/components/workbench/hooks/use-url-sync.ts:13
↓ 2 callersFunctionuseZedOverrides
()
apps/web/src/components/workbench/overrides-tab/hooks/use-provider-overrides.ts:354
↓ 2 callersFunctionvalidatePalette
(palette: GIMPPalette)
packages/providers/src/providers/gimp.ts:168
↓ 2 callersFunctionvalidateTheme
(theme: KittyTheme)
packages/providers/src/providers/kitty.ts:216
↓ 2 callersFunctionvalidateTheme
(theme: WarpTheme)
packages/providers/src/providers/warp.ts:138
↓ 2 callersFunctionvalidateTheme
(theme: SlackTheme)
packages/providers/src/providers/slack.ts:106
↓ 2 callersFunctionvalidateTheme
(theme: BananaTheme)
packages/providers/src/providers/banana.ts:118
↓ 2 callersFunctionvalidateTheme
(theme: AlacrittyTheme)
packages/providers/src/providers/alacritty.ts:158
↓ 2 callersFunctionvalidateTheme
(theme: WindowsTerminalTheme)
packages/providers/src/providers/windows-terminal.ts:146
↓ 2 callersFunctionvariablesToShadcnBlock
* Convert parsed CSS variables to ShadcnBlock with proper color normalization
apps/web/src/lib/theme-operations/import.ts:49
↓ 1 callersFunctionaddConfLines
(obj: any, prefix = "")
packages/providers/src/providers/poline-base.ts:216
↓ 1 callersFunctionaddYAMLLines
(obj: any, indent = 0)
packages/providers/src/providers/poline-base.ts:188
↓ 1 callersFunctionapplyCustomizations
( color: string, token: string, mode: "light" | "dark", )
packages/providers/src/providers/vscode.ts:342
↓ 1 callersFunctionapplyCustomizations
(color, token, mode)
apps/web/netlify/functions/generate-vscode-theme/generate-vscode-theme.mjs:233
↓ 1 callersFunctionapplyFonts
( result: Record<string, string>, extendedTheme?: ExtendedThemeInput, )
packages/providers/src/providers/shadcn.ts:181
↓ 1 callersFunctionapplyOverrides
( shadcnTheme: { light: Record<string, string>; dark: Record<string, string> }, overrides: any, )
apps/web/src/lib/registry.ts:94
↓ 1 callersFunctionapplyRadius
( result: Record<string, string>, extendedTheme?: ExtendedThemeInput, )
packages/providers/src/providers/shadcn.ts:200
↓ 1 callersFunctionapplyShadows
( result: Record<string, string>, extendedTheme?: ExtendedThemeInput, )
packages/providers/src/providers/shadcn.ts:228
↓ 1 callersFunctionbuildColorRamps
(block: TinteBlock)
packages/providers/src/providers/shadcn.ts:100
↓ 1 callersFunctionbuildFontCssUrl
( family: string, weights: string[] = ["400"], )
apps/web/src/utils/fonts.ts:299
↓ 1 callersFunctionbuildNeutralRamp
(block: ShadcnBlock)
packages/providers/src/provider-utils/shadcn-converter.ts:8
↓ 1 callersFunctionbuildNeutralRamp
(block: TinteBlock)
packages/providers/src/providers/shadcn.ts:80
↓ 1 callersFunctionbuildPresetPack
(record: ThemeSelect)
apps/web/src/lib/registry.ts:248
↓ 1 callersFunctionbuildRamp
(seed: string)
packages/core/src/colors/ramps.ts:27
↓ 1 callersFunctionbuildRawTheme
(dbTheme: Theme)
apps/web/src/lib/theme-operations/user-themes.ts:526
↓ 1 callersFunctionbuildScreenshotJsx
( options: ScreenshotRenderOptions, )
apps/ray/src/lib/screenshot/render.ts:23
↓ 1 callersFunctionbuildShadcnFromTinte
(theme: TinteTheme)
apps/web/src/lib/theme/ice-theme.ts:365
↓ 1 callersFunctionchartColorsFromAccents
( t: { pr: string; ac_2: string; ac_3: string }, mode: "light" | "dark", bg: string, )
apps/web/src/lib/theme/ice-theme.ts:228
↓ 1 callersFunctioncheckAndObserve
()
apps/web/src/lib/hooks/use-infinite-scroll.ts:73
↓ 1 callersFunctioncheckFont
()
apps/web/src/utils/fonts.ts:411
↓ 1 callersFunctionclamp01
(v: number)
packages/providers/src/providers/shadcn.ts:56
↓ 1 callersMethodcleanup
* Clean up temporary theme files
packages/cli/src/tinte-cli.ts:215
↓ 1 callersMethodcleanup
* Clean up temporary theme files
apps/web/tinte-cli.ts:172
↓ 1 callersFunctionclearSeed
(id: string)
apps/web/src/utils/anon-seed.ts:36
↓ 1 callersFunctioncomputeBaseTokens
( tinteTheme: TinteTheme, mode: ThemeMode, )
apps/web/src/lib/theme/computation.ts:78
↓ 1 callersFunctioncomputeContrast
(bg: string, fg: string)
packages/providers/src/providers/codex.ts:12
↓ 1 callersFunctioncomputeThemeTokens
(theme: ThemeData)
apps/web/src/lib/theme/utils.ts:25
↓ 1 callersMethodconvert
(providerId: string, theme: TinteTheme)
packages/providers/src/providers/registry.ts:50
↓ 1 callersMethodconvertAll
(theme: TinteTheme)
packages/providers/src/providers/registry.ts:107
↓ 1 callersFunctionconvertAllThemes
(theme: TinteTheme)
packages/providers/src/providers/index.ts:63
↓ 1 callersFunctionconvertThemeToVSCode
( activeTheme: any, fallbackTheme: { light: VSCodeTheme; dark: VSCodeTheme }, overrides?: Partial<Record
packages/providers/src/providers/vscode.ts:11
↓ 1 callersFunctionconvertTinteToVSCode
(tinteTheme, name = "Tinte Theme", overrides)
apps/web/netlify/functions/generate-vscode-theme/generate-vscode-theme.mjs:286
↓ 1 callersFunctioncopyToClipboard
( node: HTMLElement, pixelRatio = 2, )
apps/ray/src/lib/export.ts:16
↓ 1 callersFunctioncreateCanonicalSkeletons
()
packages/core/src/colors/canonical.ts:53
↓ 1 callersFunctioncreateInitialVSCodeTokenGroups
()
packages/providers/src/provider-utils/vscode-tokens.ts:238
↓ 1 callersFunctioncreateSkeletonGroups
()
apps/web/src/lib/theme/editor-utils.ts:17
↓ 1 callersFunctioncreateThemeContext
(theme: BananaTheme, mode: "light" | "dark")
apps/web/src/components/ui/banana-chat.tsx:30
↓ 1 callersFunctioncreateVSCodeTokenSkeletons
()
packages/providers/src/provider-utils/vscode-tokens.ts:246
↓ 1 callersFunctioncreateVSIXFile
(tinteTheme, themeName, variant, overrides)
apps/web/netlify/functions/generate-vscode-theme/generate-vscode-theme.mjs:447
↓ 1 callersFunctioncreateVariableCollection
(theme: FigmaTheme)
apps/figma/src/code.ts:69
↓ 1 callersFunctiondedupByHue
(colors: string[], tol = 8)
apps/web/src/lib/theme/ice-theme.ts:195
↓ 1 callersFunctiondeleteAnonymousUsers
()
apps/web/scripts/delete-anonymous-users.ts:8
← previousnext →201–300 of 1,576, ranked by callers