{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Hi-vis",
  "settings": {
    "color": {
      "defaultPalette": false,
      "palette": [
        {
          "name": "Safety Yellow",
          "slug": "safety-yellow",
          "color": "#ffff00"
        },
        {
          "name": "Black",
          "slug": "black",
          "color": "#000000"
        },
        {
          "name": "Fuchsia",
          "slug": "fuchsia",
          "color": "#ff00ff"
        },
        {
          "name": "Blue",
          "slug": "blue",
          "color": "#0000ff"
        }
      ]
    },
    "spacing": {
      "spacingScale": {
        "operator": "*",
        "increment": 1.5,
        "steps": 4,
        "mediumStep": 1.5,
        "unit": "rem"
      }
    },
    "custom": {
      "dirtbag": {
        "truckIconFilter": "none"
      }
    }
  },
  "styles": {
    "color": {
      "background": "#ffff00",
      "text": "#000000"
    },
    "elements": {
      "button": {
        "border": {
          "color": "#0000ff",
          "style": "solid",
          "width": "1px",
          "radius": "0"
        },
        "color": {
          "background": "#ffff00",
          "text": "#000000"
        },
        "spacing": {
          "padding": {
            "bottom": "0.5rem",
            "left": "0.75rem",
            "right": "0.75rem",
            "top": "0.5rem"
          }
        }
      },
      "caption": {
        "color": {
          "text": "#0000ff"
        },
        "typography": {
          "fontSize": "0.875rem"
        }
      },
      "link": {
        "color": {
          "text": "#0000ff"
        }
      }
    },
    "spacing": {
      "blockGap": "1rem",
      "padding": {
        "bottom": "2rem",
        "left": "1rem",
        "right": "1rem",
        "top": "2rem"
      }
    },
    "typography": {
      "fontFamily": "Arial, Helvetica, sans-serif"
    }
  }
}
