-
Notifications
You must be signed in to change notification settings - Fork 5
/
experimental-theme.json
99 lines (99 loc) · 1.61 KB
/
experimental-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
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
{
"settings": {
"defaults": {
"color": {
"link": true,
"palette": [
{
"slug": "black",
"color": "#000000",
"name": "Black"
},
{
"slug": "dark-gray",
"color": "#252525",
"name": "Dark Gray"
},
{
"slug": "gray",
"color": "#39414D",
"name": "Gray"
},
{
"slug": "white",
"color": "#ffffff",
"name": "White"
},
{
"slug": "red",
"color": "#CF2E2E",
"name": "Red"
},
{
"slug": "blue",
"color": "#0192CC",
"name": "Blue"
}
]
},
"spacing": {
"customPadding": true
},
"typography": {
"fontSizes": [
{
"slug": "extra-small",
"size": "12px",
"name": "Extra small"
},
{
"slug": "small",
"size": "14px",
"name": "Small"
},
{
"slug": "normal",
"size": "16px",
"name": "Normal"
},
{
"slug": "large",
"size": "24px",
"name": "Large"
},
{
"slug": "extra-large",
"size": "40px",
"name": "Extra large"
},
{
"slug": "huge",
"size": "96px",
"name": "Huge"
}
]
},
"custom": {
"width": {
"default": "1024px",
"wide": "1200px"
},
"margin": {
"horizontal": "14px"
}
}
}
},
"styles": {
"root": {
"color": {
"background": "var(--wp--preset--color--white)",
"text": "var(--wp--preset--color--dark-gray)",
"link": "var(--wp--preset--color--blue)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)"
}
}
}
}