[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/styles/colors/ -> 02-noon.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 3,
   4      "title": "Noon",
   5      "settings": {
   6          "color": {
   7              "palette": [
   8                  {
   9                      "color": "#F8F7F5",
  10                      "name": "Base",
  11                      "slug": "base"
  12                  },
  13                  {
  14                      "color": "#191919",
  15                      "name": "Contrast",
  16                      "slug": "contrast"
  17                  },
  18                  {
  19                      "color": "#FFFFFF",
  20                      "name": "Accent 1",
  21                      "slug": "accent-1"
  22                  },
  23                  {
  24                      "color": "#F5B684",
  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": "#F1EEE9",
  40                      "name": "Accent 5",
  41                      "slug": "accent-5"
  42                  },
  43                  {
  44                      "color": "#19191933",
  45                      "name": "Accent 6",
  46                      "slug": "accent-6"
  47                  }
  48              ]
  49          }
  50      },
  51      "styles": {
  52          "color": {
  53              "text": "var:preset|color|accent-4"
  54          },
  55          "blocks": {
  56              "core/button": {
  57                  "border": {
  58                      "color": "var:preset|color|contrast"
  59                  }
  60              },
  61              "core/post-title": {
  62                  "color": {
  63                      "text": "var:preset|color|accent-3"
  64                  },
  65                  "elements": {
  66                      "link": {
  67                          "color": {
  68                              "text": "currentColor"
  69                          }
  70                      }
  71                  }
  72              },
  73              "core/pullquote": {
  74                  "color": {
  75                      "text": "var:preset|color|accent-3"
  76                  },
  77                  "elements": {
  78                      "link": {
  79                          "color": {
  80                              "text": "currentColor"
  81                          }
  82                      }
  83                  }
  84              },
  85              "core/query-title": {
  86                  "color": {
  87                      "text": "var:preset|color|accent-3"
  88                  },
  89                  "elements": {
  90                      "link": {
  91                          "color": {
  92                              "text": "currentColor"
  93                          }
  94                      }
  95                  }
  96              }
  97          },
  98          "elements": {
  99              "button": {
 100                  "color": {
 101                      "background": "var:preset|color|contrast",
 102                      "text": "var:preset|color|base"
 103                  }
 104              },
 105              "heading": {
 106                  "color": {
 107                      "text": "var:preset|color|accent-3"
 108                  }
 109              },
 110              "link": {
 111                  "color": {
 112                      "text": "currentColor"
 113                  }
 114              }
 115          },
 116          "variations": {
 117              "section-4": {
 118                  "color": {
 119                      "text": "var:preset|color|accent-2"
 120                  },
 121                  "elements": {
 122                      "button": {
 123                          ":hover": {
 124                              "color": {
 125                                  "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
 126                              }
 127                          }
 128                      },
 129                      "heading": {
 130                          "color": {
 131                              "text": "currentColor"
 132                          }
 133                      },
 134                      "link": {
 135                          "color": {
 136                              "text": "currentColor"
 137                          }
 138                      }
 139                  }
 140              },
 141              "section-5": {
 142                  "color": {
 143                      "text": "var:preset|color|base"
 144                  },
 145                  "elements": {
 146                      "button": {
 147                          ":hover": {
 148                              "color": {
 149                                  "background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)"
 150                              }
 151                          }
 152                      },
 153                      "heading": {
 154                          "color": {
 155                              "text": "var:preset|color|base"
 156                          }
 157                      },
 158                      "link": {
 159                          "color": {
 160                              "text": "currentColor"
 161                          }
 162                      }
 163                  }
 164              }
 165          }
 166      }
 167  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref