[ 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": "Ice", 5 "settings": { 6 "color": { 7 "gradients": [ 8 { 9 "slug": "gradient-1", 10 "gradient": "linear-gradient(to bottom, #cbd9e1 0%, #EBEBEF 100%)", 11 "name": "Vertical azure to ice" 12 }, 13 { 14 "slug": "gradient-2", 15 "gradient": "linear-gradient(to bottom, #466577 0%, #EBEBEF 100%)", 16 "name": "Vertical slate to ice" 17 }, 18 { 19 "slug": "gradient-3", 20 "gradient": "linear-gradient(to bottom, #37505d 0%, #EBEBEF 100%)", 21 "name": "Vertical ocean to ice" 22 }, 23 { 24 "slug": "gradient-4", 25 "gradient": "linear-gradient(to bottom, #1C2930 0%, #EBEBEF 100%)", 26 "name": "Vertical ink to ice" 27 }, 28 { 29 "slug": "gradient-5", 30 "gradient": "linear-gradient(to bottom, #37505d 0%, #466577 100%)", 31 "name": "Vertical ocean to slate" 32 }, 33 { 34 "slug": "gradient-6", 35 "gradient": "linear-gradient(to bottom, #1C2930 0%, #37505d 100%)", 36 "name": "Vertical ink to ocean" 37 }, 38 { 39 "slug": "gradient-7", 40 "gradient": "linear-gradient(to bottom, #EBEBEF 50%, #cbd9e1 50%)", 41 "name": "Vertical hard ice to azure" 42 }, 43 { 44 "slug": "gradient-8", 45 "gradient": "linear-gradient(to bottom, #466577 50%, #EBEBEF 50%)", 46 "name": "Vertical hard slate to ice" 47 }, 48 { 49 "slug": "gradient-9", 50 "gradient": "linear-gradient(to bottom, #37505d 50%, #EBEBEF 50%)", 51 "name": "Vertical hard ocean to ice" 52 }, 53 { 54 "slug": "gradient-10", 55 "gradient": "linear-gradient(to bottom, #1C2930 50%, #EBEBEF 50%)", 56 "name": "Vertical hard ink to ice" 57 }, 58 { 59 "slug": "gradient-11", 60 "gradient": "linear-gradient(to bottom, #37505d 50%, #466577 50%)", 61 "name": "Vertical hard ocean to slate" 62 }, 63 { 64 "slug": "gradient-12", 65 "gradient": "linear-gradient(to bottom, #1C2930 50%, #37505d 50%)", 66 "name": "Vertical hard ink to ocean" 67 } 68 ], 69 "palette": [ 70 { 71 "color": "#EBEBEF", 72 "name": "Base", 73 "slug": "base" 74 }, 75 { 76 "color": "#DCE0E6", 77 "name": "Base / Two", 78 "slug": "base-2" 79 }, 80 { 81 "color": "#1C2930", 82 "name": "Contrast", 83 "slug": "contrast" 84 }, 85 { 86 "color": "#37505d", 87 "name": "Contrast / Two", 88 "slug": "contrast-2" 89 }, 90 { 91 "color": "#96A5B2", 92 "name": "Contrast / Three", 93 "slug": "contrast-3" 94 } 95 ] 96 }, 97 "typography": { 98 "fontFamilies": [ 99 { 100 "fontFace": [ 101 { 102 "fontFamily": "Inter", 103 "fontStretch": "normal", 104 "fontStyle": "normal", 105 "fontWeight": "300 900", 106 "src": [ 107 "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2" 108 ] 109 } 110 ], 111 "fontFamily": "\"Inter\", sans-serif", 112 "name": "Inter", 113 "slug": "heading" 114 }, 115 { 116 "fontFace": [ 117 { 118 "fontFamily": "Jost", 119 "fontStyle": "normal", 120 "fontWeight": "100 900", 121 "src": ["file:./assets/fonts/jost/Jost-VariableFont_wght.woff2"] 122 }, 123 { 124 "fontFamily": "Jost", 125 "fontStyle": "italic", 126 "fontWeight": "100 900", 127 "src": [ 128 "file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2" 129 ] 130 } 131 ], 132 "fontFamily": "\"Jost\", sans-serif", 133 "name": "Jost", 134 "slug": "body" 135 }, 136 { 137 "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", 138 "name": "System Sans-serif", 139 "slug": "system-sans-serif" 140 }, 141 { 142 "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", 143 "name": "System Serif", 144 "slug": "system-serif" 145 } 146 ], 147 "fontSizes": [ 148 { 149 "fluid": false, 150 "name": "Small", 151 "size": "1rem", 152 "slug": "small" 153 }, 154 { 155 "fluid": false, 156 "name": "Medium", 157 "size": "1.2rem", 158 "slug": "medium" 159 }, 160 { 161 "fluid": { 162 "min": "1.5rem", 163 "max": "2rem" 164 }, 165 "name": "Large", 166 "size": "2rem", 167 "slug": "large" 168 }, 169 { 170 "fluid": { 171 "min": "2rem", 172 "max": "2.65rem" 173 }, 174 "name": "Extra Large", 175 "size": "2.65rem", 176 "slug": "x-large" 177 }, 178 { 179 "fluid": { 180 "min": "2.65rem", 181 "max": "3.5rem" 182 }, 183 "name": "Extra Extra Large", 184 "size": "3.5rem", 185 "slug": "xx-large" 186 } 187 ] 188 } 189 }, 190 "styles": { 191 "blocks": { 192 "core/button": { 193 "variations": { 194 "outline": { 195 "spacing": { 196 "padding": { 197 "bottom": "calc(1rem - 1px)", 198 "left": "calc(2.2rem - 1px)", 199 "right": "calc(2.2rem - 1px)", 200 "top": "calc(1rem - 1px)" 201 } 202 }, 203 "border": { 204 "width": "1px" 205 } 206 } 207 } 208 }, 209 "core/pullquote": { 210 "typography": { 211 "fontSize": "var(--wp--preset--font-size--large)", 212 "fontStyle": "normal", 213 "fontWeight": "normal", 214 "lineHeight": "1.2" 215 } 216 }, 217 "core/quote": { 218 "typography": { 219 "fontFamily": "var(--wp--preset--font-family--heading)", 220 "fontSize": "var(--wp--preset--font-size--large)", 221 "fontStyle": "normal" 222 }, 223 "variations": { 224 "plain": { 225 "typography": { 226 "fontStyle": "normal", 227 "fontWeight": "400" 228 } 229 } 230 } 231 }, 232 "core/site-title": { 233 "typography": { 234 "fontWeight": "400" 235 } 236 } 237 }, 238 "elements": { 239 "button": { 240 "border": { 241 "radius": "4px", 242 "color": "var(--wp--preset--color--contrast-2)" 243 }, 244 "color": { 245 "background": "var(--wp--preset--color--contrast-2)", 246 "text": "var(--wp--preset--color--white)" 247 }, 248 "spacing": { 249 "padding": { 250 "bottom": "1rem", 251 "left": "2.2rem", 252 "right": "2.2rem", 253 "top": "1rem" 254 } 255 }, 256 "typography": { 257 "fontFamily": "var(--wp--preset--font-family--heading)", 258 "fontSize": "0.75rem", 259 "fontStyle": "normal", 260 "textTransform": "uppercase", 261 "letterSpacing": "0.1rem" 262 }, 263 ":hover": { 264 "color": { 265 "background": "var(--wp--preset--color--contrast)" 266 }, 267 "border": { 268 "color": "var(--wp--preset--color--contrast)" 269 } 270 } 271 }, 272 "heading": { 273 "typography": { 274 "fontWeight": "normal", 275 "letterSpacing": "0" 276 } 277 } 278 } 279 } 280 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |