[ 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": 2,
   4      "settings": {
   5          "appearanceTools": false,
   6          "useRootPaddingAwareAlignments": false,
   7          "border": {
   8              "color": false,
   9              "radius": false,
  10              "style": false,
  11              "width": false
  12          },
  13          "color": {
  14              "background": true,
  15              "button": true,
  16              "caption": true,
  17              "custom": true,
  18              "customDuotone": true,
  19              "customGradient": true,
  20              "defaultDuotone": true,
  21              "defaultGradients": true,
  22              "defaultPalette": true,
  23              "duotone": [
  24                  {
  25                      "name": "Dark grayscale",
  26                      "colors": [ "#000000", "#7f7f7f" ],
  27                      "slug": "dark-grayscale"
  28                  },
  29                  {
  30                      "name": "Grayscale",
  31                      "colors": [ "#000000", "#ffffff" ],
  32                      "slug": "grayscale"
  33                  },
  34                  {
  35                      "name": "Purple and yellow",
  36                      "colors": [ "#8c00b7", "#fcff41" ],
  37                      "slug": "purple-yellow"
  38                  },
  39                  {
  40                      "name": "Blue and red",
  41                      "colors": [ "#000097", "#ff4747" ],
  42                      "slug": "blue-red"
  43                  },
  44                  {
  45                      "name": "Midnight",
  46                      "colors": [ "#000000", "#00a5ff" ],
  47                      "slug": "midnight"
  48                  },
  49                  {
  50                      "name": "Magenta and yellow",
  51                      "colors": [ "#c7005a", "#fff278" ],
  52                      "slug": "magenta-yellow"
  53                  },
  54                  {
  55                      "name": "Purple and green",
  56                      "colors": [ "#a60072", "#67ff66" ],
  57                      "slug": "purple-green"
  58                  },
  59                  {
  60                      "name": "Blue and orange",
  61                      "colors": [ "#1900d8", "#ffa96b" ],
  62                      "slug": "blue-orange"
  63                  }
  64              ],
  65              "gradients": [
  66                  {
  67                      "name": "Vivid cyan blue to vivid purple",
  68                      "gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",
  69                      "slug": "vivid-cyan-blue-to-vivid-purple"
  70                  },
  71                  {
  72                      "name": "Light green cyan to vivid green cyan",
  73                      "gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",
  74                      "slug": "light-green-cyan-to-vivid-green-cyan"
  75                  },
  76                  {
  77                      "name": "Luminous vivid amber to luminous vivid orange",
  78                      "gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",
  79                      "slug": "luminous-vivid-amber-to-luminous-vivid-orange"
  80                  },
  81                  {
  82                      "name": "Luminous vivid orange to vivid red",
  83                      "gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",
  84                      "slug": "luminous-vivid-orange-to-vivid-red"
  85                  },
  86                  {
  87                      "name": "Very light gray to cyan bluish gray",
  88                      "gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",
  89                      "slug": "very-light-gray-to-cyan-bluish-gray"
  90                  },
  91                  {
  92                      "name": "Cool to warm spectrum",
  93                      "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%)",
  94                      "slug": "cool-to-warm-spectrum"
  95                  },
  96                  {
  97                      "name": "Blush light purple",
  98                      "gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",
  99                      "slug": "blush-light-purple"
 100                  },
 101                  {
 102                      "name": "Blush bordeaux",
 103                      "gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",
 104                      "slug": "blush-bordeaux"
 105                  },
 106                  {
 107                      "name": "Luminous dusk",
 108                      "gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",
 109                      "slug": "luminous-dusk"
 110                  },
 111                  {
 112                      "name": "Pale ocean",
 113                      "gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",
 114                      "slug": "pale-ocean"
 115                  },
 116                  {
 117                      "name": "Electric grass",
 118                      "gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",
 119                      "slug": "electric-grass"
 120                  },
 121                  {
 122                      "name": "Midnight",
 123                      "gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",
 124                      "slug": "midnight"
 125                  }
 126              ],
 127              "heading": true,
 128              "link": false,
 129              "palette": [
 130                  {
 131                      "name": "Black",
 132                      "slug": "black",
 133                      "color": "#000000"
 134                  },
 135                  {
 136                      "name": "Cyan bluish gray",
 137                      "slug": "cyan-bluish-gray",
 138                      "color": "#abb8c3"
 139                  },
 140                  {
 141                      "name": "White",
 142                      "slug": "white",
 143                      "color": "#ffffff"
 144                  },
 145                  {
 146                      "name": "Pale pink",
 147                      "slug": "pale-pink",
 148                      "color": "#f78da7"
 149                  },
 150                  {
 151                      "name": "Vivid red",
 152                      "slug": "vivid-red",
 153                      "color": "#cf2e2e"
 154                  },
 155                  {
 156                      "name": "Luminous vivid orange",
 157                      "slug": "luminous-vivid-orange",
 158                      "color": "#ff6900"
 159                  },
 160                  {
 161                      "name": "Luminous vivid amber",
 162                      "slug": "luminous-vivid-amber",
 163                      "color": "#fcb900"
 164                  },
 165                  {
 166                      "name": "Light green cyan",
 167                      "slug": "light-green-cyan",
 168                      "color": "#7bdcb5"
 169                  },
 170                  {
 171                      "name": "Vivid green cyan",
 172                      "slug": "vivid-green-cyan",
 173                      "color": "#00d084"
 174                  },
 175                  {
 176                      "name": "Pale cyan blue",
 177                      "slug": "pale-cyan-blue",
 178                      "color": "#8ed1fc"
 179                  },
 180                  {
 181                      "name": "Vivid cyan blue",
 182                      "slug": "vivid-cyan-blue",
 183                      "color": "#0693e3"
 184                  },
 185                  {
 186                      "name": "Vivid purple",
 187                      "slug": "vivid-purple",
 188                      "color": "#9b51e0"
 189                  }
 190              ],
 191              "text": true
 192          },
 193          "shadow": {
 194              "defaultPresets": true,
 195              "presets": [
 196                  {
 197                      "name": "Natural",
 198                      "slug": "natural",
 199                      "shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
 200                  },
 201                  {
 202                      "name": "Deep",
 203                      "slug": "deep",
 204                      "shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)"
 205                  },
 206                  {
 207                      "name": "Sharp",
 208                      "slug": "sharp",
 209                      "shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)"
 210                  },
 211                  {
 212                      "name": "Outlined",
 213                      "slug": "outlined",
 214                      "shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)"
 215                  },
 216                  {
 217                      "name": "Crisp",
 218                      "slug": "crisp",
 219                      "shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
 220                  }
 221              ]
 222          },
 223          "spacing": {
 224              "blockGap": null,
 225              "margin": false,
 226              "padding": false,
 227              "customSpacingSize": true,
 228              "units": [ "px", "em", "rem", "vh", "vw", "%" ],
 229              "spacingScale": {
 230                  "operator": "*",
 231                  "increment": 1.5,
 232                  "steps": 7,
 233                  "mediumStep": 1.5,
 234                  "unit": "rem"
 235              }
 236          },
 237          "typography": {
 238              "customFontSize": true,
 239              "dropCap": true,
 240              "fontSizes": [
 241                  {
 242                      "name": "Small",
 243                      "slug": "small",
 244                      "size": "13px"
 245                  },
 246                  {
 247                      "name": "Medium",
 248                      "slug": "medium",
 249                      "size": "20px"
 250                  },
 251                  {
 252                      "name": "Large",
 253                      "slug": "large",
 254                      "size": "36px"
 255                  },
 256                  {
 257                      "name": "Extra Large",
 258                      "slug": "x-large",
 259                      "size": "42px"
 260                  }
 261              ],
 262              "fontStyle": true,
 263              "fontWeight": true,
 264              "letterSpacing": true,
 265              "lineHeight": false,
 266              "textDecoration": true,
 267              "textTransform": true,
 268              "writingMode": false
 269          },
 270          "blocks": {
 271              "core/button": {
 272                  "border": {
 273                      "radius": true
 274                  }
 275              },
 276              "core/image": {
 277                  "lightbox": {
 278                      "allowEditing": true
 279                  }
 280              },
 281              "core/pullquote": {
 282                  "border": {
 283                      "color": true,
 284                      "radius": true,
 285                      "style": true,
 286                      "width": true
 287                  }
 288              }
 289          }
 290      },
 291      "styles": {
 292          "elements": {
 293              "button": {
 294                  "color": {
 295                      "text": "#fff",
 296                      "background": "#32373c"
 297                  },
 298                  "spacing": {
 299                      "padding": "calc(0.667em + 2px) calc(1.333em + 2px)"
 300                  },
 301                  "typography": {
 302                      "fontSize": "inherit",
 303                      "fontFamily": "inherit",
 304                      "lineHeight": "inherit",
 305                      "textDecoration": "none"
 306                  },
 307                  "border": {
 308                      "width": "0"
 309                  }
 310              },
 311              "link": {
 312                  "typography": {
 313                      "textDecoration": "underline"
 314                  }
 315              }
 316          },
 317          "spacing": {
 318              "blockGap": "24px",
 319              "padding": {
 320                  "top": "0px",
 321                  "right": "0px",
 322                  "bottom": "0px",
 323                  "left": "0px"
 324              }
 325          }
 326      }
 327  }


Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref