[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 3, 4 "title": "Midnight", 5 "settings": { 6 "color": { 7 "duotone": [ 8 { 9 "colors": [ 10 "#4433A6", 11 "#79F3B1" 12 ], 13 "name": "Midnight filter", 14 "slug": "midnight-filter" 15 } 16 ], 17 "palette": [ 18 { 19 "color": "#4433A6", 20 "name": "Base", 21 "slug": "base" 22 }, 23 { 24 "color": "#79F3B1", 25 "name": "Contrast", 26 "slug": "contrast" 27 }, 28 { 29 "color": "#5644BC", 30 "name": "Accent 1", 31 "slug": "accent-1" 32 }, 33 { 34 "color": "#372696", 35 "name": "Accent 2", 36 "slug": "accent-2" 37 }, 38 { 39 "color": "#251D51", 40 "name": "Accent 3", 41 "slug": "accent-3" 42 }, 43 { 44 "color": "#79F3B1", 45 "name": "Accent 4", 46 "slug": "accent-4" 47 }, 48 { 49 "color": "#E8B7FF", 50 "name": "Accent 5", 51 "slug": "accent-5" 52 }, 53 { 54 "color": "#79F3B133", 55 "name": "Accent 6", 56 "slug": "accent-6" 57 } 58 ] 59 }, 60 "typography": { 61 "fontSizes": [ 62 { 63 "fluid": false, 64 "name": "Small", 65 "size": "0.9rem", 66 "slug": "small" 67 }, 68 { 69 "fluid": { 70 "max": "1.2rem", 71 "min": "0.9rem" 72 }, 73 "name": "Medium", 74 "size": "1rem", 75 "slug": "medium" 76 }, 77 { 78 "fluid": { 79 "max": "1.8rem", 80 "min": "1.2rem" 81 }, 82 "name": "Large", 83 "size": "1.2rem", 84 "slug": "large" 85 }, 86 { 87 "fluid": { 88 "max": "2.2rem", 89 "min": "1.8rem" 90 }, 91 "name": "Extra Large", 92 "size": "1.8rem", 93 "slug": "x-large" 94 }, 95 { 96 "fluid": { 97 "max": "2.8rem", 98 "min": "2rem" 99 }, 100 "name": "Extra Extra Large", 101 "size": "2rem", 102 "slug": "xx-large" 103 } 104 ], 105 "fontFamilies": [ 106 { 107 "name": "Literata", 108 "slug": "literata", 109 "fontFamily": "Literata, serif", 110 "fontFace": [ 111 { 112 "src": [ 113 "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" 114 ], 115 "fontWeight": "200", 116 "fontStyle": "normal", 117 "fontFamily": "Literata" 118 }, 119 { 120 "src": [ 121 "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" 122 ], 123 "fontWeight": "200", 124 "fontStyle": "italic", 125 "fontFamily": "Literata" 126 }, 127 { 128 "src": [ 129 "file:./assets/fonts/literata/Literata72pt-Light.woff2" 130 ], 131 "fontWeight": "300", 132 "fontStyle": "normal", 133 "fontFamily": "Literata" 134 }, 135 { 136 "src": [ 137 "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" 138 ], 139 "fontWeight": "300", 140 "fontStyle": "italic", 141 "fontFamily": "Literata" 142 }, 143 { 144 "src": [ 145 "file:./assets/fonts/literata/Literata72pt-Regular.woff2" 146 ], 147 "fontWeight": "400", 148 "fontStyle": "normal", 149 "fontFamily": "Literata" 150 }, 151 { 152 "src": [ 153 "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" 154 ], 155 "fontWeight": "400", 156 "fontStyle": "italic", 157 "fontFamily": "Literata" 158 }, 159 { 160 "src": [ 161 "file:./assets/fonts/literata/Literata72pt-Medium.woff2" 162 ], 163 "fontWeight": "500", 164 "fontStyle": "normal", 165 "fontFamily": "Literata" 166 }, 167 { 168 "src": [ 169 "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" 170 ], 171 "fontWeight": "500", 172 "fontStyle": "italic", 173 "fontFamily": "Literata" 174 }, 175 { 176 "src": [ 177 "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" 178 ], 179 "fontWeight": "600", 180 "fontStyle": "normal", 181 "fontFamily": "Literata" 182 }, 183 { 184 "src": [ 185 "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" 186 ], 187 "fontWeight": "600", 188 "fontStyle": "italic", 189 "fontFamily": "Literata" 190 }, 191 { 192 "src": [ 193 "file:./assets/fonts/literata/Literata72pt-Bold.woff2" 194 ], 195 "fontWeight": "700", 196 "fontStyle": "normal", 197 "fontFamily": "Literata" 198 }, 199 { 200 "src": [ 201 "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" 202 ], 203 "fontWeight": "700", 204 "fontStyle": "italic", 205 "fontFamily": "Literata" 206 }, 207 { 208 "src": [ 209 "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" 210 ], 211 "fontWeight": "800", 212 "fontStyle": "normal", 213 "fontFamily": "Literata" 214 }, 215 { 216 "src": [ 217 "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" 218 ], 219 "fontWeight": "800", 220 "fontStyle": "italic", 221 "fontFamily": "Literata" 222 }, 223 { 224 "src": [ 225 "file:./assets/fonts/literata/Literata72pt-Black.woff2" 226 ], 227 "fontWeight": "900", 228 "fontStyle": "normal", 229 "fontFamily": "Literata" 230 }, 231 { 232 "src": [ 233 "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" 234 ], 235 "fontWeight": "900", 236 "fontStyle": "italic", 237 "fontFamily": "Literata" 238 } 239 ] 240 }, 241 { 242 "name": "Fira Sans", 243 "slug": "fira-sans", 244 "fontFamily": "\"Fira Sans\", sans-serif", 245 "fontFace": [ 246 { 247 "src": [ 248 "file:./assets/fonts/fira-sans/FiraSans-Thin.woff2" 249 ], 250 "fontWeight": "100", 251 "fontStyle": "normal", 252 "fontFamily": "\"Fira Sans\"" 253 }, 254 { 255 "src": [ 256 "file:./assets/fonts/fira-sans/FiraSans-ThinItalic.woff2" 257 ], 258 "fontWeight": "100", 259 "fontStyle": "italic", 260 "fontFamily": "\"Fira Sans\"" 261 }, 262 { 263 "src": [ 264 "file:./assets/fonts/fira-sans/FiraSans-ExtraLight.woff2" 265 ], 266 "fontWeight": "200", 267 "fontStyle": "normal", 268 "fontFamily": "\"Fira Sans\"" 269 }, 270 { 271 "src": [ 272 "file:./assets/fonts/fira-sans/FiraSans-ExtraLightItalic.woff2" 273 ], 274 "fontWeight": "200", 275 "fontStyle": "italic", 276 "fontFamily": "\"Fira Sans\"" 277 }, 278 { 279 "src": [ 280 "file:./assets/fonts/fira-sans/FiraSans-Light.woff2" 281 ], 282 "fontWeight": "300", 283 "fontStyle": "normal", 284 "fontFamily": "\"Fira Sans\"" 285 }, 286 { 287 "src": [ 288 "file:./assets/fonts/fira-sans/FiraSans-LightItalic.woff2" 289 ], 290 "fontWeight": "300", 291 "fontStyle": "italic", 292 "fontFamily": "\"Fira Sans\"" 293 }, 294 { 295 "src": [ 296 "file:./assets/fonts/fira-sans/FiraSans-Italic.woff2" 297 ], 298 "fontWeight": "400", 299 "fontStyle": "italic", 300 "fontFamily": "\"Fira Sans\"" 301 }, 302 { 303 "src": [ 304 "file:./assets/fonts/fira-sans/FiraSans-Regular.woff2" 305 ], 306 "fontWeight": "400", 307 "fontStyle": "normal", 308 "fontFamily": "\"Fira Sans\"" 309 }, 310 { 311 "src": [ 312 "file:./assets/fonts/fira-sans/FiraSans-Medium.woff2" 313 ], 314 "fontWeight": "500", 315 "fontStyle": "normal", 316 "fontFamily": "\"Fira Sans\"" 317 }, 318 { 319 "src": [ 320 "file:./assets/fonts/fira-sans/FiraSans-MediumItalic.woff2" 321 ], 322 "fontWeight": "500", 323 "fontStyle": "italic", 324 "fontFamily": "\"Fira Sans\"" 325 }, 326 { 327 "src": [ 328 "file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2" 329 ], 330 "fontWeight": "600", 331 "fontStyle": "normal", 332 "fontFamily": "\"Fira Sans\"" 333 }, 334 { 335 "src": [ 336 "file:./assets/fonts/fira-sans/FiraSans-SemiBoldItalic.woff2" 337 ], 338 "fontWeight": "600", 339 "fontStyle": "italic", 340 "fontFamily": "\"Fira Sans\"" 341 }, 342 { 343 "src": [ 344 "file:./assets/fonts/fira-sans/FiraSans-Bold.woff2" 345 ], 346 "fontWeight": "700", 347 "fontStyle": "normal", 348 "fontFamily": "\"Fira Sans\"" 349 }, 350 { 351 "src": [ 352 "file:./assets/fonts/fira-sans/FiraSans-BoldItalic.woff2" 353 ], 354 "fontWeight": "700", 355 "fontStyle": "italic", 356 "fontFamily": "\"Fira Sans\"" 357 }, 358 { 359 "src": [ 360 "file:./assets/fonts/fira-sans/FiraSans-ExtraBold.woff2" 361 ], 362 "fontWeight": "800", 363 "fontStyle": "normal", 364 "fontFamily": "\"Fira Sans\"" 365 }, 366 { 367 "src": [ 368 "file:./assets/fonts/fira-sans/FiraSans-ExtraBoldItalic.woff2" 369 ], 370 "fontWeight": "800", 371 "fontStyle": "italic", 372 "fontFamily": "\"Fira Sans\"" 373 }, 374 { 375 "src": [ 376 "file:./assets/fonts/fira-sans/FiraSans-Black.woff2" 377 ], 378 "fontWeight": "900", 379 "fontStyle": "normal", 380 "fontFamily": "\"Fira Sans\"" 381 }, 382 { 383 "src": [ 384 "file:./assets/fonts/fira-sans/FiraSans-BlackItalic.woff2" 385 ], 386 "fontWeight": "900", 387 "fontStyle": "italic", 388 "fontFamily": "\"Fira Sans\"" 389 } 390 ] 391 } 392 ] 393 } 394 }, 395 "styles": { 396 "typography": { 397 "fontSize": "var:preset|font-size|medium", 398 "fontFamily": "var:preset|font-family|fira-sans", 399 "letterSpacing": "-0.01em", 400 "lineHeight": "1.5" 401 }, 402 "blocks": { 403 "core/avatar": { 404 "filter": { 405 "duotone": "var:preset|duotone|midnight-filter" 406 } 407 }, 408 "core/button": { 409 "variations": { 410 "outline": { 411 "spacing": { 412 "padding": { 413 "bottom": "1rem", 414 "left": "1rem", 415 "right": "1rem", 416 "top": "1rem" 417 } 418 } 419 } 420 } 421 }, 422 "core/code": { 423 "color": { 424 "background": "var:preset|color|accent-2", 425 "text": "var:preset|color|contrast" 426 } 427 }, 428 "core/cover": { 429 "filter": { 430 "duotone": "var:preset|duotone|midnight-filter" 431 } 432 }, 433 "core/image": { 434 "filter": { 435 "duotone": "var:preset|duotone|midnight-filter" 436 } 437 }, 438 "core/post-date": { 439 "color": { 440 "text": "var:preset|color|contrast" 441 }, 442 "elements": { 443 "link": { 444 "color": { 445 "text": "var:preset|color|contrast" 446 } 447 } 448 } 449 }, 450 "core/post-featured-image": { 451 "filter": { 452 "duotone": "var:preset|duotone|midnight-filter" 453 } 454 }, 455 "core/post-title": { 456 "typography": { 457 "fontWeight": "200" 458 } 459 }, 460 "core/pullquote": { 461 "border": { 462 "bottom": { 463 "style": "none", 464 "width": "0px" 465 }, 466 "left": { 467 "style": "none", 468 "width": "0px" 469 }, 470 "right": { 471 "style": "none", 472 "width": "0px" 473 }, 474 "top": { 475 "style": "none", 476 "width": "0px" 477 } 478 }, 479 "typography": { 480 "fontFamily": "var:preset|font-family|literata", 481 "fontWeight": "200", 482 "letterSpacing": "0em" 483 } 484 }, 485 "core/query-pagination": { 486 "typography": { 487 "fontWeight": "300", 488 "letterSpacing": "0px" 489 } 490 }, 491 "core/quote": { 492 "typography": { 493 "fontSize": "var:preset|font-size|medium", 494 "letterSpacing": "-0.01em", 495 "lineHeight": "1.5", 496 "fontWeight": "300" 497 } 498 }, 499 "core/search": { 500 "border": { 501 "radius": "0px" 502 } 503 }, 504 "core/site-logo": { 505 "filter": { 506 "duotone": "var:preset|duotone|midnight-filter" 507 } 508 }, 509 "core/site-title": { 510 "typography": { 511 "fontFamily": "var:preset|font-family|literata", 512 "fontSize": "var:preset|font-size|x-large", 513 "fontWeight": "300", 514 "letterSpacing": "-0.56px", 515 "textTransform": "uppercase" 516 } 517 } 518 }, 519 "elements": { 520 "button": { 521 "border": { 522 "radius": "0px" 523 }, 524 "color": { 525 "background": "var:preset|color|contrast", 526 "text": "var:preset|color|base" 527 }, 528 "spacing": { 529 "padding": { 530 "bottom": "1rem", 531 "left": "1rem", 532 "right": "1rem", 533 "top": "1rem" 534 } 535 }, 536 "typography": { 537 "fontFamily": "var:preset|font-family|literata", 538 "fontSize": "var:preset|font-size|medium", 539 "fontWeight": "400", 540 "letterSpacing": "-0.01em", 541 "textTransform": "uppercase" 542 }, 543 ":hover": { 544 "color": { 545 "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)" 546 } 547 } 548 }, 549 "heading": { 550 "typography": { 551 "fontFamily": "var:preset|font-family|literata", 552 "fontWeight": "200", 553 "letterSpacing": "-0.02em", 554 "lineHeight": "1.24" 555 } 556 }, 557 "h6": { 558 "typography": { 559 "fontWeight": "200" 560 } 561 } 562 }, 563 "variations": { 564 "section-1": { 565 "color": { 566 "text": "var:preset|color|accent-3" 567 }, 568 "elements": { 569 "button": { 570 "color": { 571 "background": "var:preset|color|accent-3", 572 "text": "var:preset|color|accent-5" 573 }, 574 ":hover": { 575 "color": { 576 "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)" 577 } 578 } 579 }, 580 "link": { 581 "color": { 582 "text": "currentColor" 583 } 584 } 585 } 586 }, 587 "section-4": { 588 "color": { 589 "text": "var:preset|color|accent-5" 590 }, 591 "elements": { 592 "button": { 593 "color": { 594 "background": "var:preset|color|accent-5", 595 "text": "var:preset|color|accent-3" 596 }, 597 ":hover": { 598 "color": { 599 "background": "color-mix(in srgb, var(--wp--preset--color--accent-5) 85%, transparent)" 600 } 601 } 602 }, 603 "link": { 604 "color": { 605 "text": "currentColor" 606 } 607 } 608 } 609 } 610 } 611 } 612 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |