[ 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      },
  56      "styles": {
  57          "typography": {
  58              "fontFamily": "var:preset|font-family|fira-code",
  59              "fontSize": "var:preset|font-size|medium",
  60              "letterSpacing": "-0.18px",
  61              "lineHeight": "1.5"
  62          },
  63          "blocks": {
  64              "core/code": {
  65                  "color": {
  66                      "text": "var:preset|color|black",
  67                      "background": "var:preset|color|accent-5"
  68                  }
  69              },
  70              "core/paragraph": {
  71                  "elements": {
  72                      "link": {
  73                          "color": {
  74                              "text": "var:preset|color|accent-2"
  75                          }
  76                      }
  77                  }
  78              },
  79              "core/post-author-name": {
  80                  "typography": {
  81                      "fontWeight": "300"
  82                  },
  83                  "color": {
  84                      "text": "var:preset|color|accent-2"
  85                  },
  86                  "elements": {
  87                      "link": {
  88                          "color": {
  89                              "text": "var:preset|color|accent-2"
  90                          },
  91                          "typography": {
  92                              "textDecoration": "underline"
  93                          },
  94                          ":hover": {
  95                              "typography": {
  96                                  "textDecoration": "none"
  97                              }
  98                          }
  99                      }
 100                  }
 101              },
 102              "core/post-terms": {
 103                  "typography": {
 104                      "fontWeight": "300"
 105                  },
 106                  "color": {
 107                      "text": "var:preset|color|accent-2"
 108                  },
 109                  "elements": {
 110                      "link": {
 111                          "color": {
 112                              "text": "var:preset|color|accent-2"
 113                          },
 114                          "typography": {
 115                              "textDecoration": "underline"
 116                          },
 117                          ":hover": {
 118                              "typography": {
 119                                  "textDecoration": "none"
 120                              }
 121                          }
 122                      }
 123                  }
 124              },
 125              "core/post-title": {
 126                  "typography": {
 127                      "fontWeight": "400",
 128                      "letterSpacing": "-0.96px"
 129                  },
 130                  "elements": {
 131                      "link": {
 132                          "color": {
 133                              "text": "var:preset|color|accent-3"
 134                          }
 135                      }
 136                  }
 137              },
 138              "core/pullquote": {
 139                  "color": {
 140                      "text": "var:preset|color|black"
 141                  },
 142                  "typography": {
 143                      "fontFamily": "var:preset|font-family|vollkorn",
 144                      "fontSize": "var:preset|font-size|x-large",
 145                      "fontWeight": "400"
 146                  },
 147                  "elements": {
 148                      "cite": {
 149                          "typography": {
 150                              "fontFamily": "var:preset|font-family|fira-code",
 151                              "fontWeight": "300",
 152                              "letterSpacing": "-0.14px"
 153                          },
 154                          "color": {
 155                              "text": "var:preset|color|contrast"
 156                          }
 157                      }
 158                  }
 159              },
 160              "core/quote": {
 161                  "color": {
 162                      "text": "var:preset|color|black"
 163                  },
 164                  "typography": {
 165                      "fontFamily": "var:preset|font-family|fira-code",
 166                      "fontWeight": "500",
 167                      "letterSpacing": "-0.18px"
 168                  }
 169              },
 170              "core/site-title": {
 171                  "color": {
 172                      "text": "var:preset|color|accent-3"
 173                  },
 174                  "typography": {
 175                      "fontFamily": "var:preset|font-family|vollkorn",
 176                      "fontSize": "var:preset|font-size|x-large"
 177                  },
 178                  "elements": {
 179                      "link": {
 180                          "color": {
 181                              "text": "var:preset|color|accent-3"
 182                          }
 183                      }
 184                  }
 185              }
 186          },
 187          "elements": {
 188              "button": {
 189                  "typography": {
 190                      "fontFamily": "var:preset|font-family|fira-code",
 191                      "fontSize": "var:preset|font-size|medium",
 192                      "fontWeight": "400",
 193                      "letterSpacing": "-0.36px"
 194                  },
 195                  "color": {
 196                      "text": "var:preset|color|base",
 197                      "background": "var:preset|color|accent-2"
 198                  },
 199                  "border": {
 200                      "radius": "4px",
 201                      "color": "transparent"
 202                  },
 203                  ":hover": {
 204                      "color": {
 205                          "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
 206                      }
 207                  }
 208              },
 209              "heading": {
 210                  "color": {
 211                      "text": "var:preset|color|accent-3"
 212                  },
 213                  "typography": {
 214                      "fontFamily": "var:preset|font-family|vollkorn"
 215                  }
 216              },
 217              "h1": {
 218                  "typography": {
 219                      "fontSize": "48px",
 220                      "letterSpacing": "-0.96px;"
 221                  }
 222              },
 223              "h2": {
 224                  "typography": {
 225                      "fontSize": "38px",
 226                      "letterSpacing": "-0.96px"
 227                  }
 228              },
 229              "h3": {
 230                  "typography": {
 231                      "fontSize": "32px",
 232                      "letterSpacing": "-0.64px"
 233                  }
 234              },
 235              "h4": {
 236                  "typography": {
 237                      "fontSize": "28px",
 238                      "letterSpacing": "-0.56px"
 239                  }
 240              },
 241              "h5": {
 242                  "typography": {
 243                      "fontSize": "24px",
 244                      "letterSpacing": "-0.48px"
 245                  }
 246              },
 247              "link": {
 248                  "color": {
 249                      "text": "var:preset|color|accent-3"
 250                  }
 251              }
 252          },
 253          "variations": {
 254              "post-terms-1": {
 255                  "elements": {
 256                      "link": {
 257                          "border": {
 258                              "color": "var:custom|color|accent-2-opacity-20",
 259                              "radius": "4px",
 260                              "width": "0.8px",
 261                              "style": "solid"
 262                          },
 263                          "typography": {
 264                              "textDecoration": "none"
 265                          },
 266                          ":hover": {
 267                              "typography": {
 268                                  "textDecoration": "underline"
 269                              }
 270                          }
 271                      }
 272                  }
 273              },
 274              "section-1":{
 275                  "elements": {
 276                      "link": {
 277                          "color": {
 278                              "text": "var:preset|color|accent-3"
 279                          }
 280                      }
 281                  }
 282              },
 283              "section-2": {
 284                  "color": {
 285                      "text": "var:preset|color|base"
 286                  },
 287                  "elements": {
 288                      "button": {
 289                          "color": {
 290                              "background": "var:preset|color|accent-3",
 291                              "text": "var:preset|color|base"
 292                          },
 293                          ":hover": {
 294                              "color": {
 295                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)"
 296                              }
 297                          }
 298                      },
 299                      "link": {
 300                          "color": {
 301                              "text": "var:preset|color|base"
 302                          }
 303                      },
 304                      "heading": {
 305                          "color": {
 306                              "text": "var:preset|color|base"
 307                          }
 308                      }
 309                  }
 310              },
 311              "section-3": {
 312                  "color": {
 313                      "text": "var:preset|color|accent-2"
 314                  },
 315                  "elements": {
 316                      "heading": {
 317                          "color": {
 318                              "text": "var:preset|color|accent-2"
 319                          }
 320                      }
 321                  }
 322              },
 323              "section-4": {
 324                  "color": {
 325                      "text": "var:preset|color|base"
 326                  },
 327                  "elements": {
 328                      "button": {
 329                          "color": {
 330                              "text": "var:preset|color|base"
 331                          },
 332                          ":hover": {
 333                              "color": {
 334                                  "text": "var:preset|color|base"
 335                              }
 336                          }
 337                      },
 338                      "link": {
 339                          "color": {
 340                              "text": "var:preset|color|base"
 341                          }
 342                      },
 343                      "heading": {
 344                          "color": {
 345                              "text": "var:preset|color|base"
 346                          }
 347                      }
 348                  }
 349              },
 350              "section-5": {
 351                  "elements": {
 352                      "button": {
 353                          "color": {
 354                              "background": "var:preset|color|accent-2",
 355                              "text": "var:preset|color|base"
 356                          },
 357                          ":hover": {
 358                              "color": {
 359                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)",
 360                                  "text": "var:preset|color|base"
 361                              }
 362                          }
 363                      },
 364                      "heading": {
 365                          "color": {
 366                              "text": "var:preset|color|base"
 367                          }
 368                      },
 369                      "link": {
 370                          "color": {
 371                              "text": "var:preset|color|base"
 372                          }
 373                      }
 374                  }
 375              }
 376          }
 377      }
 378  }


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