-
Notifications
You must be signed in to change notification settings - Fork 0
/
tokens.json
106 lines (106 loc) · 2.14 KB
/
tokens.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"global": {
"palette": {
"primary": {
"main": {
"value": "#3F51B5",
"type": "color"
},
"light": {
"value": "#03ff31",
"type": "color"
}
},
"secondary": {
"main": {
"value": "#F50057",
"type": "color"
},
"light": {
"value": "#FF4081",
"type": "color"
},
"black": {
"value": "#000000",
"type": "color"
}
},
"error": {
"main": {
"value": "#F44336",
"type": "color"
},
"light": {
"value": "#F88078",
"type": "color"
}
}
},
"typography": {
"h1": {
"value": {
"fontFamily": "Roboto",
"fontWeight": "400",
"fontSize": "6rem",
"lineHeight": "7rem",
"textCase": "none",
"textDecoration": "none",
"letterSpacing": "0.016"
},
"type": "typography"
},
"h2": {
"value": {
"fontFamily": "Roboto",
"fontWeight": "300",
"fontSize": "5rem",
"lineHeight": "6rem",
"textCase": "none",
"textDecoration": "none",
"letterSpacing": "0.016rem"
},
"type": "typography"
},
"body1": {
"value": {
"fontFamily": "rooboto",
"fontWeight": "400",
"lineHeight": "1.75rem",
"fontSize": "1rem",
"letterSpacing": "0.016rem",
"paragraphSpacing": "",
"paragraphIndent": "",
"textCase": "none",
"textDecoration": "none"
},
"type": "typography"
}
},
"newpalette": {
"colour": {
"happy": {
"Blue": {
"value": "#188fff",
"type": "color"
}
}
}
},
"button": {
"primary": {
"border": {
"hover": {
"value": "4px",
"type": "borderWidth"
}
}
}
}
},
"$themes": [],
"$metadata": {
"tokenSetOrder": [
"global"
]
}
}