-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.json
62 lines (62 loc) · 931 Bytes
/
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
60
61
62
{
"version": 2,
"settings": {
"color": {
"defaultPalette": false,
"palette": [
{
"name": "Black",
"slug": "black",
"color": "#0d0d0d"
},
{
"name": "Grey",
"slug": "grey",
"color": "#aaaaaa"
},
{
"name": "Light",
"slug": "light",
"color": "#f7f7f7"
},
{
"name": "White",
"slug": "white",
"color": "#ffffff"
},
{
"name": "Purple",
"slug": "purple",
"color": "#9E23A5"
},
{
"name": "Red",
"slug": "red",
"color": "#C23F23"
},
{
"name": "Gold",
"slug": "gold",
"color": "#E4B83E"
},
{
"name": "Grass",
"slug": "grass",
"color": "#A0B438"
},
{
"name": "Teal",
"slug": "teal",
"color": "#4DA698"
}
]
},
"layout": {
"contentSize": "60rem;",
"wideSize": "72rem"
},
"spacing": {
"padding": true
}
}
}