[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/ -> 05-twilight.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "title": "Twilight",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#131313",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#FFFFFF",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#4B52FF",
  20                      "name": "Accent 1",
  21                      "slug": "accent-1"
  22                  },
  23                  {
  24                      "color": "#FF7A5C",
  25                      "name": "Accent 2",
  26                      "slug": "accent-2"
  27                  },
  28                  {
  29                      "color": "#252525",
  30                      "name": "Accent 3",
  31                      "slug": "accent-3"
  32                  },
  33                  {
  34                      "color": "#FFFFFF",
  35                      "name": "Accent 4",
  36                      "slug": "accent-4"
  37                  },
  38                  {
  39                      "color": "#252525",
  40                      "name": "Accent 5",
  41                      "slug": "accent-5"
  42                  },
  43                  {
  44                      "color": "#FFFFFF33",
  45                      "name": "Accent 6",
  46                      "slug": "accent-6"
  47                  }
  48              ]
  49          },
  50          "typography": {
  51              "fontSizes": [
  52                  {
  53                      "fluid": false,
  54                      "name": "Small",
  55                      "size": "0.875rem",
  56                      "slug": "small"
  57                  },
  58                  {
  59                      "fluid": {
  60                          "max": "1.125rem",
  61                          "min": "1rem"
  62                      },
  63                      "name": "Medium",
  64                      "size": "1rem",
  65                      "slug": "medium"
  66                  },
  67                  {
  68                      "fluid": {
  69                          "max": "1.375rem",
  70                          "min": "1.125rem"
  71                      },
  72                      "name": "Large",
  73                      "size": "1.38rem",
  74                      "slug": "large"
  75                  },
  76                  {
  77                      "fluid": {
  78                          "max": "2rem",
  79                          "min": "1.75rem"
  80                      },
  81                      "name": "Extra Large",
  82                      "size": "1.75rem",
  83                      "slug": "x-large"
  84                  },
  85                  {
  86                      "fluid": {
  87                          "max": "2.4rem",
  88                          "min": "2.15rem"
  89                      },
  90                      "name": "Extra Extra Large",
  91                      "size": "2.15rem",
  92                      "slug": "xx-large"
  93                  }
  94              ]
  95          }
  96      },
  97      "styles": {
  98          "typography": {
  99              "letterSpacing": "0"
 100          },
 101          "blocks": {
 102              "core/button": {
 103                  "variations": {
 104                      "outline": {
 105                          "spacing": {
 106                              "padding": {
 107                                  "bottom": "0.625rem",
 108                                  "left": "1.375rem",
 109                                  "right": "1.375rem",
 110                                  "top": "0.625rem"
 111                              }
 112                          }
 113                      }
 114                  }
 115              },
 116              "core/navigation": {
 117                  "typography": {
 118                      "fontSize": "var:preset|font-size|large",
 119                      "letterSpacing": "-0.28px",
 120                      "textTransform": "uppercase"
 121                  }
 122              },
 123              "core/post-author": {
 124                  "typography": {
 125                      "fontSize": "var:preset|font-size|small"
 126                  }
 127              },
 128              "core/post-author-name": {
 129                  "typography": {
 130                      "fontSize": "var:preset|font-size|small"
 131                  }
 132              },
 133              "core/post-terms": {
 134                  "typography": {
 135                      "fontWeight": "500"
 136                  }
 137              },
 138              "core/pullquote": {
 139                  "typography": {
 140                      "fontFamily": "var:preset|font-family|roboto-slab",
 141                      "fontSize": "var:preset|font-size|xx-large",
 142                      "fontWeight": "200"
 143                  }
 144              },
 145              "core/search": {
 146                  "typography": {
 147                      "textTransform": "uppercase"
 148                  }
 149              },
 150              "core/site-tagline": {
 151                  "typography": {
 152                      "fontSize": "var:preset|font-size|large"
 153                  }
 154              },
 155              "core/site-title": {
 156                  "typography": {
 157                      "textTransform": "uppercase"
 158                  }
 159              }
 160          },
 161          "elements": {
 162              "button": {
 163                  "spacing": {
 164                      "padding": {
 165                          "bottom": "0.625rem",
 166                          "left": "1.375rem",
 167                          "right": "1.375rem",
 168                          "top": "0.625rem"
 169                      }
 170                  },
 171                  "typography": {
 172                      "fontWeight": "500",
 173                      "letterSpacing": "-0.36px",
 174                      "textTransform": "uppercase"
 175                  }
 176              },
 177              "heading": {
 178                  "typography": {
 179                      "fontFamily": "var:preset|font-family|roboto-slab",
 180                      "fontWeight": "300",
 181                      "letterSpacing": "-0.5px",
 182                      "lineHeight": "1.2"
 183                  }
 184              }
 185          },
 186          "variations": {
 187              "section-2": {
 188                  "color": {
 189                      "text": "var:preset|color|base"
 190                  },
 191                  "elements": {
 192                      "button": {
 193                          "color": {
 194                              "background": "var:preset|color|base",
 195                              "text": "var:preset|color|accent-2"
 196                          },
 197                          ":hover": {
 198                              "color": {
 199                                  "text": "var:preset|color|accent-2"
 200                              }
 201                          }
 202                      },
 203                      "link": {
 204                          "color": {
 205                              "text": "var:preset|color|base"
 206                          }
 207                      }
 208                  }
 209              }
 210          }
 211      }
 212  }


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