MCPcopy Create free account
hub / github.com/Railly/tinte / FigmaTheme

Interface FigmaTheme

apps/figma/src/code.ts:8–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8interface FigmaTheme {
9 id: string;
10 name: string;
11 description: string;
12 tokens: {
13 light: {
14 colors: Record<string, FigmaRGBA>;
15 numbers: Record<string, string>;
16 };
17 dark: {
18 colors: Record<string, FigmaRGBA>;
19 numbers: Record<string, string>;
20 };
21 };
22}
23
24const API_BASE_URL = "https://www.tinte.dev";
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected