[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/ -> 07-sunrise.json (source)

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


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref