[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/ -> theme.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "settings": {
   5          "appearanceTools": false,
   6          "useRootPaddingAwareAlignments": false,
   7          "border": {
   8              "color": false,
   9              "radius": false,
  10              "style": false,
  11              "width": false
  12          },
  13          "background": { "gradient": true },
  14          "color": {
  15              "background": true,
  16              "button": true,
  17              "caption": true,
  18              "custom": true,
  19              "customDuotone": true,
  20              "customGradient": true,
  21              "defaultDuotone": true,
  22              "defaultGradients": true,
  23              "defaultPalette": true,
  24              "duotone": [
  25                  {
  26                      "name": "Dark grayscale",
  27                      "colors": [ "#000000", "#7f7f7f" ],
  28                      "slug": "dark-grayscale"
  29                  },
  30                  {
  31                      "name": "Grayscale",
  32                      "colors": [ "#000000", "#ffffff" ],
  33                      "slug": "grayscale"
  34                  },
  35                  {
  36                      "name": "Purple and yellow",
  37                      "colors": [ "#8c00b7", "#fcff41" ],
  38                      "slug": "purple-yellow"
  39                  },
  40                  {
  41                      "name": "Blue and red",
  42                      "colors": [ "#000097", "#ff4747" ],
  43                      "slug": "blue-red"
  44                  },
  45                  {
  46                      "name": "Midnight",
  47                      "colors": [ "#000000", "#00a5ff" ],
  48                      "slug": "midnight"
  49                  },
  50                  {
  51                      "name": "Magenta and yellow",
  52                      "colors": [ "#c7005a", "#fff278" ],
  53                      "slug": "magenta-yellow"
  54                  },
  55                  {
  56                      "name": "Purple and green",
  57                      "colors": [ "#a60072", "#67ff66" ],
  58                      "slug": "purple-green"
  59                  },
  60                  {
  61                      "name": "Blue and orange",
  62                      "colors": [ "#1900d8", "#ffa96b" ],
  63                      "slug": "blue-orange"
  64                  }
  65              ],
  66              "gradients": [
  67                  {
  68                      "name": "Vivid cyan blue to vivid purple",
  69                      "gradient": "linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%)",
  70                      "slug": "vivid-cyan-blue-to-vivid-purple"
  71                  },
  72                  {
  73                      "name": "Light green cyan to vivid green cyan",
  74                      "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
  75                      "slug": "light-green-cyan-to-vivid-green-cyan"
  76                  },
  77                  {
  78                      "name": "Luminous vivid amber to luminous vivid orange",
  79                      "gradient": "linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%)",
  80                      "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
  81                  },
  82                  {
  83                      "name": "Luminous vivid orange to vivid red",
  84                      "gradient": "linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%)",
  85                      "slug": "luminous-vivid-orange-to-vivid-red"
  86                  },
  87                  {
  88                      "name": "Very light gray to cyan bluish gray",
  89                      "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
  90                      "slug": "very-light-gray-to-cyan-bluish-gray"
  91                  },
  92                  {
  93                      "name": "Cool to warm spectrum",
  94                      "gradient": "linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",
  95                      "slug": "cool-to-warm-spectrum"
  96                  },
  97                  {
  98                      "name": "Blush light purple",
  99                      "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
 100                      "slug": "blush-light-purple"
 101                  },
 102                  {
 103                      "name": "Blush bordeaux",
 104                      "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
 105                      "slug": "blush-bordeaux"
 106                  },
 107                  {
 108                      "name": "Luminous dusk",
 109                      "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
 110                      "slug": "luminous-dusk"
 111                  },
 112                  {
 113                      "name": "Pale ocean",
 114                      "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
 115                      "slug": "pale-ocean"
 116                  },
 117                  {
 118                      "name": "Electric grass",
 119                      "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
 120                      "slug": "electric-grass"
 121                  },
 122                  {
 123                      "name": "Midnight",
 124                      "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
 125                      "slug": "midnight"
 126                  }
 127              ],
 128              "heading": true,
 129              "link": false,
 130              "palette": [
 131                  {
 132                      "name": "Black",
 133                      "slug": "black",
 134                      "color": "#000000"
 135                  },
 136                  {
 137                      "name": "Cyan bluish gray",
 138                      "slug": "cyan-bluish-gray",
 139                      "color": "#abb8c3"
 140                  },
 141                  {
 142                      "name": "White",
 143                      "slug": "white",
 144                      "color": "#ffffff"
 145                  },
 146                  {
 147                      "name": "Pale pink",
 148                      "slug": "pale-pink",
 149                      "color": "#f78da7"
 150                  },
 151                  {
 152                      "name": "Vivid red",
 153                      "slug": "vivid-red",
 154                      "color": "#cf2e2e"
 155                  },
 156                  {
 157                      "name": "Luminous vivid orange",
 158                      "slug": "luminous-vivid-orange",
 159                      "color": "#ff6900"
 160                  },
 161                  {
 162                      "name": "Luminous vivid amber",
 163                      "slug": "luminous-vivid-amber",
 164                      "color": "#fcb900"
 165                  },
 166                  {
 167                      "name": "Light green cyan",
 168                      "slug": "light-green-cyan",
 169                      "color": "#7bdcb5"
 170                  },
 171                  {
 172                      "name": "Vivid green cyan",
 173                      "slug": "vivid-green-cyan",
 174                      "color": "#00d084"
 175                  },
 176                  {
 177                      "name": "Pale cyan blue",
 178                      "slug": "pale-cyan-blue",
 179                      "color": "#8ed1fc"
 180                  },
 181                  {
 182                      "name": "Vivid cyan blue",
 183                      "slug": "vivid-cyan-blue",
 184                      "color": "#0693e3"
 185                  },
 186                  {
 187                      "name": "Vivid purple",
 188                      "slug": "vivid-purple",
 189                      "color": "#9b51e0"
 190                  }
 191              ],
 192              "text": true
 193          },
 194          "dimensions": {
 195              "defaultAspectRatios": true,
 196              "aspectRatios": [
 197                  {
 198                      "name": "Square - 1:1",
 199                      "slug": "square",
 200                      "ratio": "1"
 201                  },
 202                  {
 203                      "name": "Standard - 4:3",
 204                      "slug": "4-3",
 205                      "ratio": "4/3"
 206                  },
 207                  {
 208                      "name": "Portrait - 3:4",
 209                      "slug": "3-4",
 210                      "ratio": "3/4"
 211                  },
 212                  {
 213                      "name": "Classic - 3:2",
 214                      "slug": "3-2",
 215                      "ratio": "3/2"
 216                  },
 217                  {
 218                      "name": "Classic Portrait - 2:3",
 219                      "slug": "2-3",
 220                      "ratio": "2/3"
 221                  },
 222                  {
 223                      "name": "Wide - 16:9",
 224                      "slug": "16-9",
 225                      "ratio": "16/9"
 226                  },
 227                  {
 228                      "name": "Tall - 9:16",
 229                      "slug": "9-16",
 230                      "ratio": "9/16"
 231                  }
 232              ]
 233          },
 234          "shadow": {
 235              "defaultPresets": true,
 236              "presets": [
 237                  {
 238                      "name": "Natural",
 239                      "slug": "natural",
 240                      "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
 241                  },
 242                  {
 243                      "name": "Deep",
 244                      "slug": "deep",
 245                      "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
 246                  },
 247                  {
 248                      "name": "Sharp",
 249                      "slug": "sharp",
 250                      "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
 251                  },
 252                  {
 253                      "name": "Outlined",
 254                      "slug": "outlined",
 255                      "shadow": "6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0)"
 256                  },
 257                  {
 258                      "name": "Crisp",
 259                      "slug": "crisp",
 260                      "shadow": "6px 6px 0px rgb(0, 0, 0)"
 261                  }
 262              ]
 263          },
 264          "spacing": {
 265              "blockGap": null,
 266              "margin": false,
 267              "padding": false,
 268              "customSpacingSize": true,
 269              "defaultSpacingSizes": true,
 270              "units": [ "px", "em", "rem", "vh", "vw", "%" ],
 271              "spacingScale": {
 272                  "operator": "*",
 273                  "increment": 1.5,
 274                  "steps": 7,
 275                  "mediumStep": 1.5,
 276                  "unit": "rem"
 277              }
 278          },
 279          "typography": {
 280              "customFontSize": true,
 281              "defaultFontSizes": true,
 282              "dropCap": true,
 283              "fontSizes": [
 284                  {
 285                      "name": "Small",
 286                      "slug": "small",
 287                      "size": "13px"
 288                  },
 289                  {
 290                      "name": "Medium",
 291                      "slug": "medium",
 292                      "size": "20px"
 293                  },
 294                  {
 295                      "name": "Large",
 296                      "slug": "large",
 297                      "size": "36px"
 298                  },
 299                  {
 300                      "name": "Extra Large",
 301                      "slug": "x-large",
 302                      "size": "42px"
 303                  }
 304              ],
 305              "fontStyle": true,
 306              "fontWeight": true,
 307              "letterSpacing": true,
 308              "lineHeight": false,
 309              "textAlign": true,
 310              "textColumns": false,
 311              "textDecoration": true,
 312              "textIndent": "subsequent",
 313              "textTransform": true,
 314              "writingMode": false
 315          },
 316          "blocks": {
 317              "core/button": {
 318                  "border": {
 319                      "radius": true
 320                  },
 321                  "dimensions": {
 322                      "dimensionSizes": [
 323                          {
 324                              "name": "25%",
 325                              "slug": "25",
 326                              "size": "25%"
 327                          },
 328                          {
 329                              "name": "50%",
 330                              "slug": "50",
 331                              "size": "50%"
 332                          },
 333                          {
 334                              "name": "75%",
 335                              "slug": "75",
 336                              "size": "75%"
 337                          },
 338                          {
 339                              "name": "100%",
 340                              "slug": "100",
 341                              "size": "100%"
 342                          }
 343                      ]
 344                  }
 345              },
 346              "core/image": {
 347                  "lightbox": {
 348                      "allowEditing": true
 349                  }
 350              },
 351              "core/icon": {
 352                  "dimensions": {
 353                      "width": true
 354                  }
 355              },
 356              "core/pullquote": {
 357                  "border": {
 358                      "color": true,
 359                      "radius": true,
 360                      "style": true,
 361                      "width": true
 362                  }
 363              }
 364          }
 365      },
 366      "styles": {
 367          "blocks": {
 368              "core/button": {
 369                  "variations": {
 370                      "outline": {
 371                          "border": {
 372                              "width": "2px",
 373                              "style": "solid",
 374                              "color": "currentColor"
 375                          },
 376                          "color": {
 377                              "text": "currentColor",
 378                              "gradient": "transparent none"
 379                          },
 380                          "spacing": {
 381                              "padding": {
 382                                  "top": "0.667em",
 383                                  "right": "1.33em",
 384                                  "bottom": "0.667em",
 385                                  "left": "1.33em"
 386                              }
 387                          }
 388                      }
 389                  }
 390              },
 391              "core/icon": {
 392                  "dimensions": {
 393                      "width": "24px"
 394                  }
 395              },
 396              "core/site-logo": {
 397                  "variations": {
 398                      "rounded": {
 399                          "border": {
 400                              "radius": "9999px"
 401                          }
 402                      }
 403                  }
 404              }
 405          },
 406          "elements": {
 407              "button": {
 408                  "color": {
 409                      "text": "#fff",
 410                      "background": "#32373c"
 411                  },
 412                  "spacing": {
 413                      "padding": {
 414                          "top": "calc(0.667em + 2px)",
 415                          "right": "calc(1.333em + 2px)",
 416                          "bottom": "calc(0.667em + 2px)",
 417                          "left": "calc(1.333em + 2px)"
 418                      }
 419                  },
 420                  "typography": {
 421                      "fontSize": "inherit",
 422                      "fontFamily": "inherit",
 423                      "fontStyle": "inherit",
 424                      "fontWeight": "inherit",
 425                      "letterSpacing": "inherit",
 426                      "textTransform": "inherit",
 427                      "lineHeight": "inherit",
 428                      "textDecoration": "none"
 429                  },
 430                  "border": {
 431                      "width": "0"
 432                  }
 433              }
 434          },
 435          "spacing": {
 436              "blockGap": "24px",
 437              "padding": {
 438                  "top": "0px",
 439                  "right": "0px",
 440                  "bottom": "0px",
 441                  "left": "0px"
 442              }
 443          }
 444      }
 445  }


Generated : Fri Jul 3 08:20:12 2026 Cross-referenced by PHPXref