[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/wp/6.5/theme.json", 3 "version": 2, 4 "title": "Aubergine", 5 "settings": { 6 "color": { 7 "gradients": [ 8 { 9 "gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--base) 100%)", 10 "name": "Secondary to Base", 11 "slug": "secondary-base" 12 }, 13 { 14 "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 clamp(10vh, 24rem, 14vh), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)", 15 "name": "Base to Secondary to Base", 16 "slug": "base-secondary-base" 17 }, 18 { 19 "gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%)", 20 "name": "Tertiary to Primary", 21 "slug": "tertiary-primary" 22 }, 23 { 24 "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%)", 25 "name": "Primary to Tertiary", 26 "slug": "primary-tertiary" 27 } 28 ], 29 "palette": [ 30 { 31 "color": "#1B1031", 32 "name": "Base", 33 "slug": "base" 34 }, 35 { 36 "color": "#FFFFFF", 37 "name": "Contrast", 38 "slug": "contrast" 39 }, 40 { 41 "color": "#FF746D", 42 "name": "Primary", 43 "slug": "primary" 44 }, 45 { 46 "color": "#551C5E", 47 "name": "Secondary", 48 "slug": "secondary" 49 }, 50 { 51 "color": "#FB326B", 52 "name": "Tertiary", 53 "slug": "tertiary" 54 } 55 ] 56 }, 57 "typography": { 58 "fontSizes": [ 59 { 60 "fluid": { 61 "min": "0.875rem", 62 "max": "1rem" 63 }, 64 "size": "1rem", 65 "slug": "small" 66 }, 67 { 68 "fluid": { 69 "min": "1rem", 70 "max": "1.125rem" 71 }, 72 "size": "1.125rem", 73 "slug": "medium" 74 }, 75 { 76 "size": "1.75rem", 77 "slug": "large", 78 "fluid": false 79 }, 80 { 81 "size": "3.25rem", 82 "slug": "x-large", 83 "fluid": false 84 }, 85 { 86 "size": "10rem", 87 "slug": "xx-large", 88 "fluid": { 89 "min": "10rem", 90 "max": "16.3rem" 91 } 92 } 93 ] 94 } 95 }, 96 "styles": { 97 "blocks": { 98 "core/comment-reply-link": { 99 "elements": { 100 "link": { 101 "color": { 102 "text": "var(--wp--preset--color--primary)" 103 }, 104 "typography": { 105 "fontStyle": "italic" 106 } 107 } 108 } 109 }, 110 "core/group": { 111 "border": { 112 "color": "var(--wp--preset--color--primary)" 113 } 114 }, 115 "core/navigation": { 116 "typography": { 117 "fontSize": "var(--wp--preset--font-size--medium)" 118 } 119 }, 120 "core/post-author": { 121 "color": { 122 "text": "var(--wp--preset--color--primary)" 123 }, 124 "typography": { 125 "fontStyle": "italic" 126 } 127 }, 128 "core/post-content": { 129 "elements": { 130 "link": { 131 "color": { 132 "text": "var(--wp--preset--color--primary)" 133 } 134 } 135 } 136 }, 137 "core/post-date": { 138 "elements": { 139 "link": { 140 "color": { 141 "text": "var(--wp--preset--color--contrast)" 142 }, 143 "typography": { 144 "letterSpacing": "0.09rem", 145 "textTransform": "uppercase" 146 } 147 } 148 } 149 }, 150 "core/post-terms": { 151 "elements": { 152 "link": { 153 "color": { 154 "text": "var(--wp--preset--color--primary)" 155 }, 156 "typography": { 157 "fontStyle": "italic" 158 } 159 } 160 } 161 }, 162 "core/post-title": { 163 "elements": { 164 "link": { 165 ":active": { 166 "color": { 167 "text": "var(--wp--preset--color--contrast)" 168 } 169 } 170 } 171 }, 172 "typography": { 173 "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)" 174 } 175 }, 176 "core/query": { 177 "elements": { 178 "h3": { 179 "color": { 180 "text": "var(--wp--preset--color--primary)" 181 }, 182 "typography": { 183 "fontSize": "var(--wp--preset--font-size--large)", 184 "fontWeight": "700" 185 } 186 }, 187 "link": { 188 "color": { 189 "text": "var(--wp--preset--color--primary)" 190 } 191 } 192 } 193 }, 194 "core/separator": { 195 "color": { 196 "text": "var(--wp--preset--color--primary)" 197 } 198 }, 199 "core/site-title": { 200 "border": { 201 "color": "var(--wp--preset--color--primary)", 202 "style": "solid", 203 "width": "0 0 2px 0" 204 }, 205 "elements": { 206 "link": { 207 ":active": { 208 "color": { 209 "text": "var(--wp--preset--color--primary)" 210 } 211 }, 212 ":focus": { 213 "color": { 214 "text": "var(--wp--preset--color--primary)" 215 }, 216 "typography": { 217 "textDecoration": "none" 218 } 219 }, 220 ":hover": { 221 "color": { 222 "text": "var(--wp--preset--color--primary)" 223 }, 224 "typography": { 225 "textDecoration": "none" 226 } 227 } 228 } 229 }, 230 "typography": { 231 "letterSpacing": "0.09rem", 232 "textTransform": "uppercase" 233 } 234 } 235 }, 236 "color": { 237 "gradient": "var(--wp--preset--gradient--base-secondary-base) no-repeat" 238 }, 239 "elements": { 240 "button": { 241 "border": { 242 "radius": "99999px" 243 }, 244 "color": { 245 "gradient": "var(--wp--preset--gradient--tertiary-primary)", 246 "text": "var(--wp--preset--color--base)" 247 }, 248 ":hover": { 249 "color": { 250 "background": "var(--wp--preset--color--primary)", 251 "gradient": "none", 252 "text": "var(--wp--preset--color--secondary)" 253 } 254 }, 255 ":focus": { 256 "color": { 257 "background": "var(--wp--preset--color--primary)", 258 "gradient": "none", 259 "text": "var(--wp--preset--color--secondary)" 260 } 261 }, 262 ":active": { 263 "color": { 264 "background": "var(--wp--preset--color--primary)", 265 "gradient": "none", 266 "text": "var(--wp--preset--color--secondary)" 267 } 268 }, 269 ":visited": { 270 "color": { 271 "text": "var(--wp--preset--color--base)" 272 } 273 } 274 }, 275 "heading": { 276 "typography": { 277 "letterSpacing": "-0.019rem" 278 } 279 }, 280 "link": { 281 ":active": { 282 "color": { 283 "text": "var(--wp--preset--color--primary)" 284 } 285 } 286 } 287 }, 288 "typography": { 289 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 290 } 291 } 292 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sat Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |