[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/ -> 03-dusk.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "title": "Dusk",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#E2E2E2",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#3B3B3B",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#F5EDFF",
  20                      "name": "Accent 1",
  21                      "slug": "accent-1"
  22                  },
  23                  {
  24                      "color": "#650DD4",
  25                      "name": "Accent 2",
  26                      "slug": "accent-2"
  27                  },
  28                  {
  29                      "color": "#191919",
  30                      "name": "Accent 3",
  31                      "slug": "accent-3"
  32                  },
  33                  {
  34                      "color": "#5F5F5F",
  35                      "name": "Accent 4",
  36                      "slug": "accent-4"
  37                  },
  38                  {
  39                      "color": "#DBDBDB",
  40                      "name": "Accent 5",
  41                      "slug": "accent-5"
  42                  },
  43                  {
  44                      "color": "#3B3B3B33",
  45                      "name": "Accent 6",
  46                      "slug": "accent-6"
  47                  }
  48              ]
  49          },
  50          "custom": {
  51              "color": {
  52                  "accent-2-opacity-20": "#650DD433"
  53              }
  54          },
  55          "typography": {
  56              "fontFamilies": [
  57                  {
  58                      "name": "Vollkorn",
  59                      "slug": "vollkorn",
  60                      "fontFamily": "Vollkorn, serif",
  61                      "fontFace": [
  62                          {
  63                              "src": [
  64                                  "file:./assets/fonts/vollkorn/Vollkorn-Italic-VariableFont_wght.woff2"
  65                              ],
  66                              "fontWeight": "400 900",
  67                              "fontStyle": "italic",
  68                              "fontFamily": "Vollkorn"
  69                          },
  70                          {
  71                              "src": [
  72                                  "file:./assets/fonts/vollkorn/Vollkorn-VariableFont_wght.woff2"
  73                              ],
  74                              "fontWeight": "400 900",
  75                              "fontStyle": "normal",
  76                              "fontFamily": "Vollkorn"
  77                          }
  78                      ]
  79                  },
  80                  {
  81                      "name": "Fira Code",
  82                      "slug": "fira-code",
  83                      "fontFamily": "\"Fira Code\", monospace",
  84                      "fontFace": [
  85                          {
  86                              "src": [
  87                                  "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
  88                              ],
  89                              "fontWeight": "300 700",
  90                              "fontStyle": "normal",
  91                              "fontFamily": "\"Fira Code\""
  92                          }
  93                      ]
  94                  }
  95              ]
  96          }
  97      },
  98      "styles": {
  99          "typography": {
 100              "fontFamily": "var:preset|font-family|fira-code",
 101              "fontSize": "var:preset|font-size|medium",
 102              "letterSpacing": "-0.18px",
 103              "lineHeight": "1.5"
 104          },
 105          "blocks": {
 106              "core/code": {
 107                  "color": {
 108                      "text": "var:preset|color|black",
 109                      "background": "var:preset|color|accent-5"
 110                  }
 111              },
 112              "core/paragraph": {
 113                  "elements": {
 114                      "link": {
 115                          "color": {
 116                              "text": "var:preset|color|accent-2"
 117                          }
 118                      }
 119                  }
 120              },
 121              "core/post-author-name": {
 122                  "typography": {
 123                      "fontWeight": "300"
 124                  },
 125                  "color": {
 126                      "text": "var:preset|color|accent-2"
 127                  },
 128                  "elements": {
 129                      "link": {
 130                          "color": {
 131                              "text": "currentColor"
 132                          }
 133                      }
 134                  }
 135              },
 136              "core/post-terms": {
 137                  "typography": {
 138                      "fontWeight": "300"
 139                  },
 140                  "color": {
 141                      "text": "var:preset|color|accent-2"
 142                  },
 143                  "elements": {
 144                      "link": {
 145                          "color": {
 146                              "text": "currentColor"
 147                          }
 148                      }
 149                  }
 150              },
 151              "core/post-title": {
 152                  "typography": {
 153                      "fontWeight": "400",
 154                      "letterSpacing": "-0.96px"
 155                  },
 156                  "elements": {
 157                      "link": {
 158                          "color": {
 159                              "text": "var:preset|color|accent-3"
 160                          }
 161                      }
 162                  }
 163              },
 164              "core/pullquote": {
 165                  "color": {
 166                      "text": "var:preset|color|black"
 167                  },
 168                  "typography": {
 169                      "fontFamily": "var:preset|font-family|vollkorn",
 170                      "fontSize": "var:preset|font-size|x-large",
 171                      "fontWeight": "400"
 172                  },
 173                  "elements": {
 174                      "cite": {
 175                          "typography": {
 176                              "fontFamily": "var:preset|font-family|fira-code",
 177                              "fontWeight": "300",
 178                              "letterSpacing": "-0.14px"
 179                          },
 180                          "color": {
 181                              "text": "var:preset|color|contrast"
 182                          }
 183                      }
 184                  }
 185              },
 186              "core/quote": {
 187                  "color": {
 188                      "text": "var:preset|color|black"
 189                  },
 190                  "typography": {
 191                      "fontFamily": "var:preset|font-family|fira-code",
 192                      "fontWeight": "500",
 193                      "letterSpacing": "-0.18px"
 194                  }
 195              },
 196              "core/site-title": {
 197                  "color": {
 198                      "text": "var:preset|color|accent-3"
 199                  },
 200                  "typography": {
 201                      "fontFamily": "var:preset|font-family|vollkorn",
 202                      "fontSize": "var:preset|font-size|x-large"
 203                  },
 204                  "elements": {
 205                      "link": {
 206                          "color": {
 207                              "text": "var:preset|color|accent-3"
 208                          }
 209                      }
 210                  }
 211              }
 212          },
 213          "elements": {
 214              "button": {
 215                  "typography": {
 216                      "fontFamily": "var:preset|font-family|fira-code",
 217                      "fontSize": "var:preset|font-size|medium",
 218                      "fontWeight": "400",
 219                      "letterSpacing": "-0.36px"
 220                  },
 221                  "color": {
 222                      "text": "var:preset|color|base",
 223                      "background": "var:preset|color|accent-2"
 224                  },
 225                  "border": {
 226                      "radius": "4px",
 227                      "color": "transparent"
 228                  },
 229                  ":hover": {
 230                      "color": {
 231                          "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
 232                      }
 233                  }
 234              },
 235              "heading": {
 236                  "color": {
 237                      "text": "var:preset|color|accent-3"
 238                  },
 239                  "typography": {
 240                      "fontFamily": "var:preset|font-family|vollkorn"
 241                  }
 242              },
 243              "h1": {
 244                  "typography": {
 245                      "fontSize": "48px",
 246                      "letterSpacing": "-0.96px;"
 247                  }
 248              },
 249              "h2": {
 250                  "typography": {
 251                      "fontSize": "38px",
 252                      "letterSpacing": "-0.96px"
 253                  }
 254              },
 255              "h3": {
 256                  "typography": {
 257                      "fontSize": "32px",
 258                      "letterSpacing": "-0.64px"
 259                  }
 260              },
 261              "h4": {
 262                  "typography": {
 263                      "fontSize": "28px",
 264                      "letterSpacing": "-0.56px"
 265                  }
 266              },
 267              "h5": {
 268                  "typography": {
 269                      "fontSize": "24px",
 270                      "letterSpacing": "-0.48px"
 271                  }
 272              },
 273              "link": {
 274                  "color": {
 275                      "text": "var:preset|color|accent-3"
 276                  }
 277              }
 278          },
 279          "variations": {
 280              "post-terms-1": {
 281                  "elements": {
 282                      "link": {
 283                          "border": {
 284                              "color": "var:custom|color|accent-2-opacity-20",
 285                              "radius": "4px",
 286                              "width": "0.8px",
 287                              "style": "solid"
 288                          }
 289                      }
 290                  }
 291              },
 292              "section-1": {
 293                  "elements": {
 294                      "link": {
 295                          "color": {
 296                              "text": "var:preset|color|accent-3"
 297                          }
 298                      }
 299                  }
 300              },
 301              "section-2": {
 302                  "color": {
 303                      "text": "var:preset|color|base"
 304                  },
 305                  "elements": {
 306                      "button": {
 307                          "color": {
 308                              "background": "var:preset|color|accent-3",
 309                              "text": "var:preset|color|base"
 310                          },
 311                          ":hover": {
 312                              "color": {
 313                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)"
 314                              }
 315                          }
 316                      },
 317                      "link": {
 318                          "color": {
 319                              "text": "currentColor"
 320                          }
 321                      },
 322                      "heading": {
 323                          "color": {
 324                              "text": "currentColor"
 325                          }
 326                      }
 327                  }
 328              },
 329              "section-3": {
 330                  "color": {
 331                      "text": "var:preset|color|accent-2"
 332                  },
 333                  "elements": {
 334                      "heading": {
 335                          "color": {
 336                              "text": "currentColor"
 337                          }
 338                      }
 339                  }
 340              },
 341              "section-4": {
 342                  "color": {
 343                      "text": "var:preset|color|base"
 344                  },
 345                  "elements": {
 346                      "button": {
 347                          "color": {
 348                              "text": "var:preset|color|base"
 349                          },
 350                          ":hover": {
 351                              "color": {
 352                                  "text": "var:preset|color|base"
 353                              }
 354                          }
 355                      },
 356                      "link": {
 357                          "color": {
 358                              "text": "currentColor"
 359                          }
 360                      },
 361                      "heading": {
 362                          "color": {
 363                              "text": "currentColor"
 364                          }
 365                      }
 366                  }
 367              },
 368              "section-5": {
 369                  "elements": {
 370                      "button": {
 371                          "color": {
 372                              "background": "var:preset|color|accent-2",
 373                              "text": "var:preset|color|base"
 374                          },
 375                          ":hover": {
 376                              "color": {
 377                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)",
 378                                  "text": "var:preset|color|base"
 379                              }
 380                          }
 381                      },
 382                      "heading": {
 383                          "color": {
 384                              "text": "var:preset|color|base"
 385                          }
 386                      },
 387                      "link": {
 388                          "color": {
 389                              "text": "var:preset|color|base"
 390                          }
 391                      }
 392                  }
 393              }
 394          }
 395      }
 396  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref