-
Notifications
You must be signed in to change notification settings - Fork 19
/
theme.json
59 lines (59 loc) · 1.08 KB
/
theme.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
{
"colors": {
"navy": "#0b3a53",
"navy-muted": "#244e66",
"aqua": "#69c4cd",
"aqua-muted": "#9ad4db",
"gray": "#b7bbc8",
"gray-muted": "#d9dbe2",
"charcoal": "#34373f",
"charcoal-muted": "#7f8491",
"red": "#ea5037",
"red-muted": "#f36149",
"yellow": "#f39021",
"yellow-muted": "#f9a13e",
"teal": "#378085",
"teal-muted": "#439a9d",
"green": "#0cb892",
"green-muted": "#0aca9f",
"snow": "#edf0f4",
"snow-muted": "#f7f8fa",
"link": "#117eb3",
"washed-blue": "#F0F6FA"
},
"gradients": [
"linear-gradient(to top, #041727 0%,#043b55 100%)"
],
"fonts": {
"sans-serif": "'Inter', system-ui, sans-serif",
"montserrat": "'Montserrat', 'Verdana', system-ui, sans-serif",
"monospace": "Consolas, monaco, monospace"
},
"fontSizes": [
12,
14,
16,
20,
24,
32,
48,
64,
72,
96
],
"space": [
0,
4,
8,
16,
32,
64,
128,
256
],
"shadows": [
"0px 3px 6px 0 rgba(205,207,214,0.35)"
],
"lineHeight": "1.5",
"textColor": "charcoal"
}