[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentythree/styles/ -> marigold.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 2,
   4      "title": "Marigold",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#F6F2EC",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#21251F",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#5B4460",
  20                      "name": "Primary",
  21                      "slug": "primary"
  22                  },
  23                  {
  24                      "color": "#FCC263",
  25                      "name": "Secondary",
  26                      "slug": "secondary"
  27                  },
  28                  {
  29                      "color": "#E7A1A9",
  30                      "name": "Tertiary",
  31                      "slug": "tertiary"
  32                  }
  33              ]
  34          },
  35          "layout": {
  36              "wideSize": "1200px"
  37          },
  38          "spacing": {
  39              "spacingSizes": [
  40                  {
  41                      "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
  42                      "name": "1",
  43                      "slug": "30"
  44                  },
  45                  {
  46                      "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
  47                      "name": "2",
  48                      "slug": "40"
  49                  },
  50                  {
  51                      "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
  52                      "name": "3",
  53                      "slug": "50"
  54                  },
  55                  {
  56                      "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
  57                      "name": "4",
  58                      "slug": "60"
  59                  },
  60                  {
  61                      "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
  62                      "name": "5",
  63                      "slug": "70"
  64                  },
  65                  {
  66                      "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
  67                      "name": "6",
  68                      "slug": "80"
  69                  }
  70              ]
  71          },
  72          "typography": {
  73              "fontSizes": [
  74                  {
  75                      "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
  76                      "name": "Tiny",
  77                      "slug": "tiny"
  78                  },
  79                  {
  80                      "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
  81                      "slug": "small"
  82                  },
  83                  {
  84                      "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
  85                      "name": "Normal",
  86                      "slug": "normal"
  87                  },
  88                  {
  89                      "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
  90                      "slug": "medium"
  91                  },
  92                  {
  93                      "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
  94                      "slug": "large"
  95                  },
  96                  {
  97                      "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
  98                      "slug": "x-large"
  99                  },
 100                  {
 101                      "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
 102                      "slug": "xx-large"
 103                  },
 104                  {
 105                      "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
 106                      "name": "Huge",
 107                      "slug": "huge"
 108                  },
 109                  {
 110                      "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
 111                      "name": "Gigantic",
 112                      "slug": "gigantic"
 113                  }
 114              ]
 115          }
 116    },
 117    "styles": {
 118          "blocks": {
 119              "core/comment-author-name": {
 120                  "elements": {
 121                      "link": {
 122                          ":active": {
 123                              "color": {
 124                                  "text": "var(--wp--preset--color--primary)"
 125                              }
 126                          }
 127                      }
 128                  }
 129              },
 130              "core/query": {
 131                  "spacing": {
 132                      "padding": {
 133                          "left": "0",
 134                          "right": "0"
 135                      }
 136                  }
 137              },
 138              "core/post-content": {
 139                  "elements": {
 140                      "link": {
 141                          "color": {
 142                              "text": "var(--wp--preset--color--primary)"
 143                          }
 144                      }
 145                  }
 146              },
 147              "core/post-excerpt": {
 148                  "typography": {
 149                      "fontSize": "var(--wp--preset--font-size--normal)"
 150                  }
 151              },
 152              "core/post-title": {
 153                  "elements": {
 154                      "link": {
 155                          "typography": {
 156                              "textDecoration": "none"
 157                          },
 158                          "color": {
 159                              "text": "var(--wp--preset--color--primary)"
 160                          }
 161                      }
 162                  },
 163                  "spacing": {
 164                      "margin": {
 165                          "bottom": "var(--wp--preset--spacing--50)",
 166                          "top": "var(--wp--preset--spacing--50)"
 167                      }
 168                  },
 169                  "typography": {
 170                      "fontSize": "var(--wp--preset--font-size--large)",
 171                      "fontWeight": "600"
 172                  }
 173              },
 174              "core/pullquote": {
 175                  "border": {
 176                      "width": "1px 0"
 177                  }
 178              },
 179              "core/query-pagination": {
 180                  "elements": {
 181                      "link": {
 182                          "typography": {
 183                              "textDecoration": "none"
 184                          }
 185                      }
 186                  },
 187                  "typography": {
 188                      "fontSize": "var(--wp--preset--font-size--small)",
 189                      "fontWeight": "400"
 190                  }
 191              },
 192              "core/quote": {
 193                  "elements": {
 194                      "cite": {
 195                          "typography": {
 196                              "fontSize": "1.25rem"
 197                          }
 198                      }
 199                  },
 200                  "typography": {
 201                      "fontSize": "1.625rem",
 202                      "lineHeight": "1.5"
 203                  }
 204              },
 205              "core/site-title": {
 206                  "typography": {
 207                      "fontSize": "var(--wp--preset--font-size--normal)",
 208                      "textTransform": "lowercase"
 209                  }
 210              }
 211          },
 212          "elements": {
 213              "h1": {
 214                  "typography": {
 215                      "fontSize": "var(--wp--preset--font-size--huge)",
 216                      "lineHeight": "1.1"
 217                  }
 218              },
 219              "h2": {
 220                  "typography": {
 221                      "fontSize": "var(--wp--preset--font-size--xx-large)",
 222                      "lineHeight": "1.2"
 223                  }
 224              },
 225              "h3": {
 226                  "typography": {
 227                      "fontSize": "var(--wp--preset--font-size--x-large)",
 228                      "lineHeight": "1.2"
 229                  }
 230              },
 231              "h4": {
 232                  "typography": {
 233                      "fontSize": "var(--wp--preset--font-size--large)",
 234                      "fontWeight": "600"
 235                  }
 236              },
 237              "h5": {
 238                  "typography": {
 239                      "fontStyle": "normal",
 240                      "fontWeight": "600",
 241                      "textTransform": "none"
 242                  }
 243              },
 244              "h6": {
 245                  "typography": {
 246                      "fontSize": "var(--wp--preset--font-size--normal)",
 247                      "fontStyle": "normal",
 248                      "fontWeight": "600"
 249                  }
 250              },
 251              "heading": {
 252                  "typography": {
 253                      "fontStyle": "italic"
 254                  }
 255              },
 256              "link": {
 257                  ":active": {
 258                      "color": {
 259                          "text": "var(--wp--preset--color--primary)"
 260                      }
 261                  },
 262                  ":hover": {
 263                      "typography": {
 264                          "textDecoration": "none"
 265                      }
 266                  }
 267              },
 268              "button": {
 269                  "border": {
 270                      "radius": "50px"
 271                  },
 272                  "color": {
 273                      "background": "var(--wp--preset--color--secondary)"
 274                  },
 275                  "typography": {
 276                      "fontSize": "var(--wp--preset--font-size--normal)"
 277                  },
 278                  ":hover": {
 279                      "color": {
 280                          "background": "var(--wp--preset--color--tertiary)",
 281                          "text": "var(--wp--preset--color--contrast)"
 282                      }
 283                  },
 284                  ":focus": {
 285                      "color": {
 286                          "background": "var(--wp--preset--color--primary)"
 287                      }
 288                  },
 289                  ":active": {
 290                      "color": {
 291                          "background": "var(--wp--preset--color--primary)"
 292                      }
 293                  }
 294              }
 295          },
 296          "spacing": {
 297              "blockGap": "2.5rem",
 298              "padding": {
 299                  "bottom": "var(--wp--preset--spacing--50)",
 300                  "left": "var(--wp--preset--spacing--40)",
 301                  "right": "var(--wp--preset--spacing--40)",
 302                  "top": "var(--wp--preset--spacing--50)"
 303              }
 304          },
 305          "typography": {
 306              "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
 307              "fontSize": "var(--wp--preset--font-size--normal)",
 308              "lineHeight": "1.5"
 309          }
 310      }
 311  }


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