-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokens.json
More file actions
80 lines (80 loc) · 2.16 KB
/
Copy pathtokens.json
File metadata and controls
80 lines (80 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"$comment": "Three Moons Lab brand tokens. Single source of truth for palette, typography, and lockup geometry. Consumed by the org profile, the website, slides, and any future product UI.",
"version": "1.0.0",
"color": {
"moonInk": {
"hex": "#183033",
"role": "Primary brand on light surfaces; nav, body text, mark"
},
"moonlight": {
"hex": "#E8ECE8",
"role": "Reverse mark on dark surfaces; text on Deep Night"
},
"warmSurface": {
"hex": "#F7F6F2",
"role": "Default light background"
},
"warmSurfaceAlt": {
"hex": "#F1EFE8",
"role": "Slightly muted light alternative"
},
"deepNight": {
"hex": "#0B1114",
"role": "Default dark background; code surfaces"
},
"softBorder": {
"hex": "#D9DDD8",
"role": "Default hairlines"
},
"softBorderAlt": {
"hex": "#C8CDC4",
"role": "Stronger hairlines"
},
"slate": {
"hex": "#6B7A7C",
"role": "Secondary text"
},
"slateAlt": {
"hex": "#45575A",
"role": "Mid-tone text"
},
"lunarIndigo": {
"hex": "#3D43C7",
"role": "Product accent only — never apply to the company logo"
}
},
"severity": {
"critical": { "hex": "#B23A2E" },
"high": { "hex": "#B86E1F" },
"medium": { "hex": "#6B6A2E" },
"ok": { "hex": "#3F6B3F" }
},
"typography": {
"family": "Inter",
"fallback": ["Helvetica Neue", "Arial", "sans-serif"],
"weight": {
"lockup": 500,
"display": 600
},
"tracking": "-0.01em"
},
"geometry": {
"clearSpace": {
"ratio": 0.5,
"of": "icon-diameter",
"note": "Maintain at least 0.5× icon-diameter of empty space on all four sides of the mark."
},
"minSize": {
"iconPx": 16,
"horizontalLockupPx": 200,
"iconMm": 8,
"horizontalLockupMm": 50
}
},
"naming": {
"pattern": "three-moons-lab_{kind}_{background}_{color}_{size}.{ext}",
"kind": ["icon", "logo-stacked", "logo-horizontal", "wordmark", "monochrome"],
"background": ["transparent", "warm-surface", "deep-night"],
"color": ["moon-ink", "moonlight", "black", "white"]
}
}