[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/wp/6.5/theme.json", 3 "version": 2, 4 "title": "Ember", 5 "settings": { 6 "color": { 7 "duotone": [ 8 { 9 "colors": [ 10 "#D73301", 11 "#F9F8F5" 12 ], 13 "slug": "duotone-2", 14 "name": "Orange and white" 15 } 16 ], 17 "gradients": [ 18 { 19 "slug": "gradient-1", 20 "gradient": "linear-gradient(to bottom, #f6decd 0%, #dbab88 100%)", 21 "name": "Vertical linen to beige" 22 }, 23 { 24 "slug": "gradient-2", 25 "gradient": "linear-gradient(to bottom, #A4A4A4 0%, #dbab88 100%)", 26 "name": "Vertical taupe to beige" 27 }, 28 { 29 "slug": "gradient-3", 30 "gradient": "linear-gradient(to bottom, #353535 0%, #dbab88 100%)", 31 "name": "Vertical sable to beige" 32 }, 33 { 34 "slug": "gradient-4", 35 "gradient": "linear-gradient(to bottom, #111111 0%, #dbab88 100%)", 36 "name": "Vertical ebony to beige" 37 }, 38 { 39 "slug": "gradient-5", 40 "gradient": "linear-gradient(to bottom, #353535 0%, #A4A4A4 100%)", 41 "name": "Vertical sable to beige" 42 }, 43 { 44 "slug": "gradient-6", 45 "gradient": "linear-gradient(to bottom, #111111 0%, #353535 100%)", 46 "name": "Vertical ebony to sable" 47 }, 48 { 49 "slug": "gradient-7", 50 "gradient": "linear-gradient(to bottom, #dbab88 50%, #f6decd 50%)", 51 "name": "Vertical hard beige to linen" 52 }, 53 { 54 "slug": "gradient-8", 55 "gradient": "linear-gradient(to bottom, #A4A4A4 50%, #dbab88 50%)", 56 "name": "Vertical hard taupe to beige" 57 }, 58 { 59 "slug": "gradient-9", 60 "gradient": "linear-gradient(to bottom, #353535 50%, #dbab88 50%)", 61 "name": "Vertical hard sable to beige" 62 }, 63 { 64 "slug": "gradient-10", 65 "gradient": "linear-gradient(to bottom, #111111 50%, #dbab88 50%)", 66 "name": "Vertical hard ebony to beige" 67 }, 68 { 69 "slug": "gradient-11", 70 "gradient": "linear-gradient(to bottom, #353535 50%, #A4A4A4 50%)", 71 "name": "Vertical hard sable to taupe" 72 }, 73 { 74 "slug": "gradient-12", 75 "gradient": "linear-gradient(to bottom, #111111 50%, #353535 50%)", 76 "name": "Vertical hard ebony to sable" 77 } 78 ], 79 "palette": [ 80 { 81 "color": "#F9F8F5", 82 "name": "Base", 83 "slug": "base" 84 }, 85 { 86 "color": "#D73301", 87 "name": "Contrast / 2", 88 "slug": "contrast-2" 89 }, 90 { 91 "color": "#000", 92 "name": "Contrast", 93 "slug": "contrast" 94 }, 95 { 96 "color": "#f6decd", 97 "name": "Base / Two", 98 "slug": "base-2" 99 } 100 ] 101 }, 102 "typography": { 103 "fontFamilies": [ 104 { 105 "fontFace": [ 106 { 107 "fontFamily": "Instrument Sans", 108 "fontStyle": "normal", 109 "fontWeight": "400 700", 110 "src": [ 111 "file:./assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2" 112 ] 113 }, 114 { 115 "fontFamily": "Instrument Sans", 116 "fontStyle": "italic", 117 "fontWeight": "400 700", 118 "src": [ 119 "file:./assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2" 120 ] 121 } 122 ], 123 "fontFamily": "\"Instrument Sans\", sans-serif", 124 "name": "Instrument Sans", 125 "slug": "body" 126 }, 127 { 128 "fontFace": [ 129 { 130 "fontFamily": "Jost", 131 "fontStyle": "normal", 132 "fontWeight": "100 900", 133 "src": ["file:./assets/fonts/jost/Jost-VariableFont_wght.woff2"] 134 }, 135 { 136 "fontFamily": "Jost", 137 "fontStyle": "italic", 138 "fontWeight": "100 900", 139 "src": [ 140 "file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2" 141 ] 142 } 143 ], 144 "fontFamily": "\"Jost\", sans-serif", 145 "name": "Jost", 146 "slug": "heading" 147 }, 148 { 149 "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", 150 "name": "System Sans-serif", 151 "slug": "system-sans-serif" 152 }, 153 { 154 "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", 155 "name": "System Serif", 156 "slug": "system-serif" 157 } 158 ] 159 } 160 }, 161 "styles": { 162 "blocks": { 163 "core/button": { 164 "variations": { 165 "outline": { 166 "spacing": { 167 "padding": { 168 "bottom": "calc(0.9rem - 2px)", 169 "left": "calc(2rem - 2px)", 170 "right": "calc(2rem - 2px)", 171 "top": "calc(0.9rem - 2px)" 172 } 173 }, 174 "border": { 175 "width": "2px" 176 } 177 } 178 } 179 }, 180 "core/image": { 181 "filter": { 182 "duotone": "var(--wp--preset--duotone--duotone-2)" 183 } 184 }, 185 "core/pullquote": { 186 "typography": { 187 "fontSize": "var(--wp--preset--font-size--large)", 188 "fontStyle": "normal", 189 "fontWeight": "normal", 190 "lineHeight": "1.2" 191 } 192 }, 193 "core/quote": { 194 "typography": { 195 "fontFamily": "var(--wp--preset--font-family--heading)", 196 "fontSize": "var(--wp--preset--font-size--large)", 197 "fontStyle": "normal" 198 }, 199 "variations": { 200 "plain": { 201 "typography": { 202 "fontStyle": "normal", 203 "fontWeight": "400" 204 } 205 } 206 } 207 }, 208 "core/site-title": { 209 "typography": { 210 "fontWeight": "400" 211 } 212 }, 213 "core/navigation": { 214 "typography": { 215 "fontWeight": "400" 216 } 217 } 218 }, 219 "elements": { 220 "button": { 221 "border": { 222 "radius": "100px" 223 }, 224 "color": { 225 "background": "var(--wp--preset--color--contrast-2)", 226 "text": "var(--wp--preset--color--base)" 227 }, 228 "spacing": { 229 "padding": { 230 "bottom": "0.9rem", 231 "left": "2rem", 232 "right": "2rem", 233 "top": "0.9rem" 234 } 235 }, 236 "typography": { 237 "fontFamily": "var(--wp--preset--font-family--heading)", 238 "fontSize": "var(--wp--preset--font-size--small)", 239 "fontStyle": "normal" 240 }, 241 ":hover": { 242 "color": { 243 "background": "var(--wp--preset--color--contrast)" 244 } 245 } 246 } 247 } 248 } 249 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |