Make WordPress Themes

source: blockstrap/0.1.12/theme.json

Last change on this file was 223828, checked in by themedropbox, 20 months ago

New version of BlockStrap - 0.1.7

File size: 8.6 KB
Line 
1{
2        "$schema": "https://schemas.wp.org/trunk/theme.json",
3        "version": 2,
4        "settings": {
5                "color": {
6                        "defaultDuotone": false,
7                        "defaultGradients": false,
8                        "defaultPalette": false,
9                        "link": true,
10                        "palette": [
11                                {
12                                        "slug": "primary",
13                                        "color": "#1e73be",
14                                        "name": "Primary"
15                                },
16                                {
17                                        "slug": "secondary",
18                                        "color": "#6c757d",
19                                        "name": "Secondary"
20                                },
21                                {
22                                        "slug": "success",
23                                        "color": "#44c553",
24                                        "name": "Success"
25                                },
26                                {
27                                        "slug": "info",
28                                        "color": "#17a2b8",
29                                        "name": "Info"
30                                },
31                                {
32                                        "slug": "warning",
33                                        "color": "#ffc107",
34                                        "name": "Warning"
35                                },
36                                {
37                                        "slug": "danger",
38                                        "color": "#dc3545",
39                                        "name": "Danger"
40                                },
41                                {
42                                        "slug": "purple",
43                                        "color": "#ad6edd",
44                                        "name": "Purple"
45                                },
46                                {
47                                        "slug": "salmon",
48                                        "color": "#ff977a",
49                                        "name": "Salmon"
50                                },
51                                {
52                                        "slug": "cyan",
53                                        "color": "#35bdff",
54                                        "name": "Cyan"
55                                },
56                                {
57                                        "slug": "gray",
58                                        "color": "#ced4da",
59                                        "name": "Gray"
60                                },
61                                {
62                                        "slug": "gray-dark",
63                                        "color": "#495057",
64                                        "name": "Gray Dark"
65                                },
66                                {
67                                        "slug": "indigo",
68                                        "color": "#502c6c",
69                                        "name": "Indigo"
70                                },
71                                {
72                                        "slug": "orange",
73                                        "color": "#fbb500",
74                                        "name": "Orange"
75                                },
76                                {
77                                        "slug": "light",
78                                        "color": "#f8f9fa",
79                                        "name": "Light"
80                                },
81                                {
82                                        "slug": "dark",
83                                        "color": "#343a40",
84                                        "name": "Dark"
85                                },
86                                {
87                                        "slug": "white",
88                                        "color": "#fff",
89                                        "name": "White"
90                                },
91                                {
92                                        "slug": "dark-black",
93                                        "color": "#1f1b2d",
94                                        "name": "Dark Black"
95                                },
96                                {
97                                        "slug": "black",
98                                        "color": "#000",
99                                        "name": "Black"
100                                }
101                        ],
102                        "duotone": [
103                                {
104                                        "colors": [
105                                                "#1d1f35",
106                                                "#6cace4"
107                                        ],
108                                        "slug": "dark-blue-and-light-blue",
109                                        "name": "Dark blue and light blue"
110                                },
111                                {
112                                        "colors": [
113                                                "#1d1f35",
114                                                "#c7c0af"
115                                        ],
116                                        "slug": "dark-blue-and-beige",
117                                        "name": "Dark blue and beige"
118                                }
119                        ],
120                        "gradients": []
121                },
122                "typography": {
123                        "customLineHeight": true,
124                        "customFontSize": true,
125                        "fontFamilies": [
126                                {
127                                        "fontFamily": "\"Poppins\", sans-serif",
128                                        "name": "Poppins (Google Font)",
129                                        "slug": "poppins",
130                                        "fontFace": [
131                                                {
132                                                        "fontFamily": "Source Serif Pro",
133                                                        "fontWeight": "400",
134                                                        "fontStyle": "normal",
135                                                        "fontStretch": "normal",
136                                                        "src": [
137                                                                "file:./assets/fonts/poppins-v20-latin-regular.woff2"
138                                                        ]
139                                                }
140                                        ]
141                                },
142                                {
143                                        "fontFamily": "\"Montserrat\", sans-serif",
144                                        "name": "Montserrat",
145                                        "slug": "primary"
146                                },
147                                {
148                                        "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
149                                        "slug": "system-fonts",
150                                        "name": "System Fonts"
151                                },
152                                {
153                                        "fontFamily": "Consolas, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", Monaco, \"Courier New\", Courier, monospace",
154                                        "name": "Monospace",
155                                        "slug": "monospace"
156                                },
157                                {
158                                        "fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
159                                        "slug": "helvetica-arial"
160                                },
161                                {
162                                        "fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
163                                        "slug": "geneva-verdana"
164                                },
165                                {
166                                        "fontFamily": "Cambria, Georgia, serif",
167                                        "slug": "cambria-georgia"
168                                },
169                                {
170                                        "fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
171                                        "slug": "hoefler-times-new-roman"
172                                }
173                        ],
174                        "fontSizes": [
175                                {
176                                        "slug": "small",
177                                        "size": "1rem",
178                                        "name": "Small"
179                                },
180                                {
181                                        "slug": "normal",
182                                        "size": "1.25rem",
183                                        "name": "Normal"
184                                },
185                                {
186                                        "slug": "medium",
187                                        "size": "1.5rem",
188                                        "name": "medium"
189                                },
190                                {
191                                        "slug": "large",
192                                        "size": "2rem",
193                                        "name": "Large"
194                                },
195                                {
196                                        "slug": "extra-large",
197                                        "size": "3rem",
198                                        "name": "Extra large"
199                                }
200                        ]
201                },
202                "spacing": {
203                        "customPadding": true,
204                        "customMargin": true,
205                        "blockGap": false,
206                        "units": [
207                                "px",
208                                "em",
209                                "rem",
210                                "vh",
211                                "vw"
212                        ]
213                },
214                "layout": {
215                        "contentSize": "100%",
216                        "wideSize": "100%",
217                        "units": [
218                                "px",
219                                "em",
220                                "rem",
221                                "%",
222                                "vw"
223                        ]
224                },
225                "border": {
226                        "customColor": true,
227                        "customRadius": true,
228                        "customStyle": true,
229                        "customWidth": true
230                }
231        },
232        "styles": {
233                "color": {
234                        "background": "var(--wp--preset--color--white)",
235                        "text": "var(--wp--preset--color--gray-dark)"
236                },
237                "typography": {
238                        "fontSize": "var(--wp--preset--font-size--small)",
239                        "fontFamily": "var(--wp--preset--font-family--primary)",
240                        "lineHeight": "1.5",
241                        "textDecoration": "none"
242                },
243                "spacing": {
244                        "blockGap": "0",
245                        "margin": {
246                                "top": "0px",
247                                "right": "0px",
248                                "bottom": "0px",
249                                "left": "0px"
250                        }
251                },
252                "elements": {
253                        "link": {
254                                "color": {
255                                        "text": "var(--wp--preset--color--dark-blue)"
256                                },
257                                "typography": {
258                                        "textDecoration": "none"
259                                }
260                        },
261                        "heading": {
262                                "color": {
263                                        "text": "var(--wp--preset--color--dark-black)"
264                                }
265                        },
266                        "h1": {
267                                "typography": {
268                                        "fontSize": "var(--wp--preset--font-size--extra-large)"
269                                }
270                        },
271                        "h2": {
272                                "typography": {
273                                        "fontSize": "var(--wp--preset--font-size--large)"
274                                }
275                        }
276                },
277                "blocks": {
278                        "core/post-title": {
279                                "typography": {
280                                        "fontSize": "var(--wp--preset--font-size--extra-large)"
281                                }
282                        },
283                        "core/paragraph": {
284                                "typography": {
285                                        "fontSize": "var(--wp--preset--font-size--normal)"
286                                }
287                        },
288                        "core/post-date": {
289                                "typography": {
290                                        "fontSize": "var(--wp--preset--font-size--small)"
291                                }
292                        },
293                        "core/post-terms": {
294                                "typography": {
295                                        "fontSize": "var(--wp--preset--font-size--small)"
296                                }
297                        },
298                        "core/button": {
299                                "border": {
300                                        "width": "0px",
301                                        "radius": "4px"
302                                }
303                        },
304                        "core/query-pagination": {
305                                "elements": {
306                                        "link": {
307                                                "color": {
308                                                        "background": "var(--wp--preset--color--light-grey)"
309                                                },
310                                                "spacing": {
311                                                        "padding": {
312                                                                "top": "calc(.667em + 2px)",
313                                                                "right": "calc(1.333em + 2px)",
314                                                                "bottom": "calc(.667em + 2px)",
315                                                                "left": "calc(1.333em + 2px)"
316                                                        }
317                                                },
318                                                "border": {
319                                                        "radius": "4px"
320                                                }
321                                        }
322                                }
323                        },
324                        "core/post-excerpt": {
325                                "elements": {
326                                        "link": {
327                                                "color": {
328                                                        "background": "var(--wp--preset--color--light-grey)"
329                                                },
330                                                "spacing": {
331                                                        "padding": {
332                                                                "top": "calc(.667em + 2px)",
333                                                                "right": "calc(1.333em + 2px)",
334                                                                "bottom": "calc(.667em + 2px)",
335                                                                "left": "calc(1.333em + 2px)"
336                                                        }
337                                                },
338                                                "border": {
339                                                        "radius": "4px"
340                                                }
341                                        }
342                                }
343                        },
344                        "core/post-navigation-link": {
345                                "elements": {
346                                        "link": {
347                                                "color": {
348                                                        "background": "var(--wp--preset--color--light-grey)"
349                                                },
350                                                "spacing": {
351                                                        "padding": {
352                                                                "top": "calc(.667em + 2px)",
353                                                                "right": "calc(1.333em + 2px)",
354                                                                "bottom": "calc(.667em + 2px)",
355                                                                "left": "calc(1.333em + 2px)"
356                                                        }
357                                                },
358                                                "border": {
359                                                        "radius": "4px"
360                                                }
361                                        }
362                                }
363                        },
364                        "core/latest-posts": {
365                                "spacing": {
366                                        "padding": {
367                                                "left": "0px"
368                                        }
369                                }
370                        },
371                        "core/latest-comments": {
372                                "spacing": {
373                                        "padding": {
374                                                "left": "0px"
375                                        }
376                                }
377                        },
378                        "core/post-featured-image": {
379                                "spacing": {
380                                        "margin": {
381                                                "bottom": "2.5rem"
382                                        }
383                                }
384                        },
385                        "core/template-part": {
386                                "spacing": {
387                                        "margin": {
388                                                "bottom": "0px"
389                                        }
390                                }
391                        }
392                }
393        },
394        "templateParts": [
395                {
396                        "name": "header",
397                        "area": "header"
398                },
399                {
400                        "name": "footer",
401                        "area": "footer"
402                },
403                {
404                        "name": "main",
405                        "area": "uncategorized"
406                },
407                {
408                        "name": "hero",
409                        "area": "hero"
410                },
411                {
412                        "name": "gd-archive-item",
413                        "title": "GD Archive Item",
414                        "area": "uncategorized"
415                }
416               
417        ],
418        "customTemplates": [
419                {
420                        "name": "gd-archive",
421                        "title": "GD Archives",
422                        "postTypes": [
423                                "gd_place"
424                        ]
425                },
426                {
427                        "name": "gd-search",
428                        "title": "GD Search Archive",
429                        "postTypes": [
430                                "gd_place"
431                        ]
432                },
433                {
434                        "name": "gd-single",
435                        "title": "GD Single",
436                        "postTypes": [
437                                "gd_place"
438                        ]
439                },
440                {
441                        "name": "gd-add-listing",
442                        "title": "GD Add Listing",
443                        "postTypes": [
444                                "gd_place"
445                        ]
446                },
447                {
448                        "name": "gd-location",
449                        "title": "GD Location",
450                        "postTypes": [
451                                "gd_place"
452                        ]
453                },
454                {
455                        "name": "page-sidebar-right",
456                        "title": "Two columns, right sidebar",
457                        "postTypes": [
458                                "page",
459                                "post"
460                        ]
461                },
462                {
463                        "name": "page-sidebar-left",
464                        "title": "Two columns, left sidebar",
465                        "postTypes": [
466                                "page",
467                                "post"
468                        ]
469                }
470        ]
471}
Note: See TracBrowser for help on using the repository browser.