-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy paththeme.json
More file actions
43 lines (43 loc) · 846 Bytes
/
theme.json
File metadata and controls
43 lines (43 loc) · 846 Bytes
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
{
"typeScale": {
"steps": 9,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 20,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"spaceScale": {
"steps": 12,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"fonts": {
"sans": "Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif"
},
"theme": {
"blue": "#4075bf",
"fore": "#45413a",
"back": "#efefef",
"dark": {
"fore": "#efefef",
"back": "#24231e"
}
},
"color": {
"arc-blue": "#365c91",
"bright-blue": "#4785ff"
},
"properties": {},
"grid": {
"steps": 7
},
"queries": {
"lg": "48em"
}
}