[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/styles/ -> onyx.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/theme.json",
   3      "version": 2,
   4      "title": "Onyx",
   5      "settings": {
   6          "color": {
   7              "duotone": [
   8                  {
   9                      "colors": [
  10                          "#272727",
  11                          "#f9f9f9"
  12                      ],
  13                      "slug": "duotone-1",
  14                      "name": "Dark gray and white"
  15                  },
  16                  {
  17                      "colors": [
  18                          "#272727",
  19                          "#5F584F"
  20                      ],
  21                      "slug": "duotone-2",
  22                      "name": "Dark gray and walnut"
  23                  },
  24                  {
  25                      "colors": [
  26                          "#272727",
  27                          "#973C20"
  28                      ],
  29                      "slug": "duotone-3",
  30                      "name": "Dark gray and cinnamon"
  31                  },
  32                  {
  33                      "colors": [
  34                          "#272727",
  35                          "#4D5B48"
  36                      ],
  37                      "slug": "duotone-4",
  38                      "name": "Dark gray and olive"
  39                  },
  40                  {
  41                      "colors": [
  42                          "#272727",
  43                          "#4F5959"
  44                      ],
  45                      "slug": "duotone-5",
  46                      "name": "Dark gray and steel"
  47                  }
  48              ],
  49              "gradients": [
  50                  {
  51                      "slug": "gradient-1",
  52                      "gradient": "linear-gradient(to bottom, #5F584F 0%, #272727 100%)",
  53                      "name": "Vertical soft driftwood to dark gray"
  54                  },
  55                  {
  56                      "slug": "gradient-2",
  57                      "gradient": "linear-gradient(to bottom, #6D533C 0%, #272727 100%)",
  58                      "name": "Vertical soft walnut to dark gray"
  59                  },
  60                  {
  61                      "slug": "gradient-3",
  62                      "gradient": "linear-gradient(to bottom, #973C20 0%, #272727 100%)",
  63                      "name": "Vertical soft cinnamon to dark gray"
  64                  },
  65                  {
  66                      "slug": "gradient-4",
  67                      "gradient": "linear-gradient(to bottom, #4D5B48 0%, #272727 100%)",
  68                      "name": "Vertical soft olive to dark gray"
  69                  },
  70                  {
  71                      "slug": "gradient-5",
  72                      "gradient": "linear-gradient(to bottom, #4F5959 0%, #272727 100%)",
  73                      "name": "Vertical soft steel to dark gray"
  74                  },
  75                  {
  76                      "slug": "gradient-6",
  77                      "gradient": "linear-gradient(to bottom, #909090 0%, #272727 100%)",
  78                      "name": "Vertical soft pewter to dark gray"
  79                  },
  80                  {
  81                      "slug": "gradient-7",
  82                      "gradient": "linear-gradient(to bottom, #5F584F 50%, #272727 50%)",
  83                      "name": "Vertical hard beige to dark gray"
  84                  },
  85                  {
  86                      "slug": "gradient-8",
  87                      "gradient": "linear-gradient(to bottom, #6D533C 50%, #272727 50%)",
  88                      "name": "Vertical hard walnut to dark gray"
  89                  },
  90                  {
  91                      "slug": "gradient-9",
  92                      "gradient": "linear-gradient(to bottom, #973C20 50%, #272727 50%)",
  93                      "name": "Vertical hard cinnamon to dark gray"
  94                  },
  95                  {
  96                      "slug": "gradient-10",
  97                      "gradient": "linear-gradient(to bottom, #4D5B48 50%, #272727 50%)",
  98                      "name": "Vertical hard olive to dark gray"
  99                  },
 100                  {
 101                      "slug": "gradient-11",
 102                      "gradient": "linear-gradient(to bottom, #4F5959 50%, #272727 50%)",
 103                      "name": "Vertical hard steel to dark gray"
 104                  },
 105                  {
 106                      "slug": "gradient-12",
 107                      "gradient": "linear-gradient(to bottom, #A4A4A4 50%, #272727 50%)",
 108                      "name": "Vertical hard pewter to dark gray"
 109                  }
 110              ],
 111              "palette": [
 112                  {
 113                      "color": "#272727",
 114                      "name": "Base",
 115                      "slug": "base"
 116                  },
 117                  {
 118                      "color": "#303030",
 119                      "name": "Base / Two",
 120                      "slug": "base-2"
 121                  },
 122                  {
 123                      "color": "#f9f9f9",
 124                      "name": "Contrast",
 125                      "slug": "contrast"
 126                  },
 127                  {
 128                      "color": "#B7B7B7",
 129                      "name": "Contrast / Two",
 130                      "slug": "contrast-2"
 131                  },
 132                  {
 133                      "color": "#909090",
 134                      "name": "Contrast / Three",
 135                      "slug": "contrast-3"
 136                  },
 137                  {
 138                      "color": "#5F584F",
 139                      "name": "Accent",
 140                      "slug": "accent"
 141                  },
 142                  {
 143                      "color": "#6D533C",
 144                      "name": "Accent / Two",
 145                      "slug": "accent-2"
 146                  },
 147                  {
 148                      "color": "#973C20",
 149                      "name": "Accent / Three",
 150                      "slug": "accent-3"
 151                  },
 152                  {
 153                      "color": "#4D5B48",
 154                      "name": "Accent / Four",
 155                      "slug": "accent-4"
 156                  },
 157                  {
 158                      "color": "#4F5959",
 159                      "name": "Accent / Five",
 160                      "slug": "accent-5"
 161                  }
 162              ]
 163          }
 164      }
 165  }


Generated : Mon May 13 08:20:01 2024 Cross-referenced by PHPXref