[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/colors/ -> 03-dusk.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "title": "Dusk",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#E2E2E2",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#3B3B3B",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#F5EDFF",
  20                      "name": "Accent 1",
  21                      "slug": "accent-1"
  22                  },
  23                  {
  24                      "color": "#650DD4",
  25                      "name": "Accent 2",
  26                      "slug": "accent-2"
  27                  },
  28                  {
  29                      "color": "#191919",
  30                      "name": "Accent 3",
  31                      "slug": "accent-3"
  32                  },
  33                  {
  34                      "color": "#5F5F5F",
  35                      "name": "Accent 4",
  36                      "slug": "accent-4"
  37                  },
  38                  {
  39                      "color": "#DBDBDB",
  40                      "name": "Accent 5",
  41                      "slug": "accent-5"
  42                  },
  43                  {
  44                      "color": "#3B3B3B33",
  45                      "name": "Accent 6",
  46                      "slug": "accent-6"
  47                  }
  48              ]
  49          },
  50          "custom": {
  51              "color": {
  52                  "accent-2-opacity-20": "#650DD433"
  53              }
  54          }
  55      },
  56      "styles": {
  57          "blocks": {
  58              "core/code": {
  59                  "color": {
  60                      "text": "var:preset|color|black",
  61                      "background": "var:preset|color|accent-5"
  62                  }
  63              },
  64              "core/paragraph": {
  65                  "elements": {
  66                      "link": {
  67                          "color": {
  68                              "text": "var:preset|color|accent-2"
  69                          }
  70                      }
  71                  }
  72              },
  73              "core/post-author-name": {
  74                  "color": {
  75                      "text": "var:preset|color|accent-2"
  76                  },
  77                  "elements": {
  78                      "link": {
  79                          "color": {
  80                              "text": "var:preset|color|accent-2"
  81                          }
  82                      }
  83                  }
  84              },
  85              "core/post-terms": {
  86                  "color": {
  87                      "text": "var:preset|color|accent-2"
  88                  },
  89                  "elements": {
  90                      "link": {
  91                          "color": {
  92                              "text": "var:preset|color|accent-2"
  93                          }
  94                      }
  95                  }
  96              },
  97              "core/post-title": {
  98                  "elements": {
  99                      "link": {
 100                          "color": {
 101                              "text": "var:preset|color|accent-3"
 102                          }
 103                      }
 104                  }
 105              },
 106              "core/pullquote": {
 107                  "color": {
 108                      "text": "var:preset|color|black"
 109                  },
 110                  "elements": {
 111                      "cite": {
 112                          "color": {
 113                              "text": "var:preset|color|contrast"
 114                          }
 115                      }
 116                  }
 117              },
 118              "core/quote": {
 119                  "color": {
 120                      "text": "var:preset|color|black"
 121                  }
 122              },
 123              "core/site-title": {
 124                  "color": {
 125                      "text": "var:preset|color|accent-3"
 126                  },
 127                  "elements": {
 128                      "link": {
 129                          "color": {
 130                              "text": "var:preset|color|accent-3"
 131                          }
 132                      }
 133                  }
 134              }
 135          },
 136          "elements": {
 137              "button": {
 138                  "color": {
 139                      "text": "var:preset|color|base",
 140                      "background": "var:preset|color|accent-2"
 141                  },
 142                  "border": {
 143                      "color": "transparent"
 144                  },
 145                  ":hover": {
 146                      "color": {
 147                          "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
 148                      }
 149                  }
 150              },
 151              "heading": {
 152                  "color": {
 153                      "text": "var:preset|color|accent-3"
 154                  }
 155              },
 156              "link": {
 157                  "color": {
 158                      "text": "var:preset|color|accent-3"
 159                  }
 160              }
 161          },
 162          "variations": {
 163              "post-terms-1": {
 164                  "elements": {
 165                      "link": {
 166                          "border": {
 167                              "color": "var:custom|color|accent-2-opacity-20"
 168                          }
 169                      }
 170                  }
 171              },
 172              "section-1":{
 173                  "elements": {
 174                      "link": {
 175                          "color": {
 176                              "text": "var:preset|color|accent-3"
 177                          }
 178                      }
 179                  }
 180              },
 181              "section-2": {
 182                  "color": {
 183                      "text": "var:preset|color|base"
 184                  },
 185                  "elements": {
 186                      "button": {
 187                          "color": {
 188                              "background": "var:preset|color|accent-3",
 189                              "text": "var:preset|color|base"
 190                          },
 191                          ":hover": {
 192                              "color": {
 193                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-3) 85%, transparent)"
 194                              }
 195                          }
 196                      },
 197                      "link": {
 198                          "color": {
 199                              "text": "var:preset|color|base"
 200                          }
 201                      },
 202                      "heading": {
 203                          "color": {
 204                              "text": "var:preset|color|base"
 205                          }
 206                      }
 207                  }
 208              },
 209              "section-3": {
 210                  "color": {
 211                      "text": "var:preset|color|accent-2"
 212                  },
 213                  "elements": {
 214                      "heading": {
 215                          "color": {
 216                              "text": "var:preset|color|accent-2"
 217                          }
 218                      }
 219                  }
 220              },
 221              "section-4": {
 222                  "color": {
 223                      "text": "var:preset|color|base"
 224                  },
 225                  "elements": {
 226                      "button": {
 227                          "color": {
 228                              "text": "var:preset|color|base"
 229                          },
 230                          ":hover": {
 231                              "color": {
 232                                  "text": "var:preset|color|base"
 233                              }
 234                          }
 235                      },
 236                      "link": {
 237                          "color": {
 238                              "text": "var:preset|color|base"
 239                          }
 240                      },
 241                      "heading": {
 242                          "color": {
 243                              "text": "var:preset|color|base"
 244                          }
 245                      }
 246                  }
 247              },
 248              "section-5": {
 249                  "elements": {
 250                      "button": {
 251                          "color": {
 252                              "background": "var:preset|color|accent-2",
 253                              "text": "var:preset|color|base"
 254                          },
 255                          ":hover": {
 256                              "color": {
 257                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)",
 258                                  "text": "var:preset|color|base"
 259                              }
 260                          }
 261                      },
 262                      "heading": {
 263                          "color": {
 264                              "text": "var:preset|color|base"
 265                          }
 266                      },
 267                      "link": {
 268                          "color": {
 269                              "text": "var:preset|color|base"
 270                          }
 271                      }
 272                  }
 273              }
 274          }
 275      }
 276  }


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