-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom-theme.json
110 lines (110 loc) · 2.25 KB
/
custom-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
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"palette": [
{
"name": "Cotrast",
"slug": "contrast",
"color": "#101517"
},
{
"name": "White",
"slug": "white",
"color": "#fff"
},
{
"name": "Primary",
"slug": "primary",
"color": "#3858E9"
},
{
"name": "WP Blue/Blue 50",
"slug": "blue50",
"color": "#2271B1"
},
{
"name": "WP Blue/Blue 80",
"slug": "blue80",
"color": "#043959"
},
{
"name": "Gutenberg/Alert Yellow",
"slug": "yellow",
"color": "#F0B849"
},
{
"name": "WP Gray/Gray 0",
"slug": "gray0",
"color": "#F6F7F7"
},
{
"name": "WP Gray/Gray 20",
"slug": "gray20",
"color": "#A7AAAD"
},
{
"name": "WP Gray/Gray 30",
"slug": "gray30",
"color": "#8C8F94"
},
{
"name": "WP Gray/Gray 50",
"slug": "gray50",
"color": "#646970"
},
{
"name": "WP Gray/Gray 70",
"slug": "gray70",
"color": "#757575"
}
],
"defaultPalette": true
},
"layout": {
"contentSize": "960px",
"wideSize": "1360px"
},
"typography": {
"dropCap": false,
"fluid": true,
"fontSizes": [
{
"fluid": false,
"size": "0.875rem",
"slug": "small"
},
{
"fluid": false,
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"min": "1.3125rem",
"max": "1.5rem"
},
"size": "1.5rem",
"slug": "large"
},
{
"fluid": {
"min": "1.75rem",
"max": "2rem"
},
"size": "2rem",
"slug": "x-large"
},
{
"fluid": {
"min": "2rem",
"max": "2.5rem"
},
"size": "2.5rem",
"slug": "xx-large"
}
]
}
}
}