{
  "$schema": "https://designlang.app/schemas/gradients.json",
  "source": "https://planetscale.com",
  "generated": "2026-06-25T08:31:33.192Z",
  "count": 4,
  "gradients": [
    {
      "raw": "repeating-linear-gradient(0deg, rgb(65, 65, 65), rgb(65, 65, 65) 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 16px)",
      "type": "repeating-linear",
      "direction": "0deg",
      "stops": [
        {
          "color": "rgb(65, 65, 65)",
          "position": null
        },
        {
          "color": "rgb(65, 65, 65)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "16px"
        }
      ],
      "classification": "bold"
    },
    {
      "raw": "repeating-linear-gradient(90deg, rgb(65, 65, 65), rgb(65, 65, 65) 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 16px)",
      "type": "repeating-linear",
      "direction": "90deg",
      "stops": [
        {
          "color": "rgb(65, 65, 65)",
          "position": null
        },
        {
          "color": "rgb(65, 65, 65)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "16px"
        }
      ],
      "classification": "bold"
    },
    {
      "raw": "repeating-linear-gradient(rgb(65, 65, 65), rgb(65, 65, 65) 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 16px)",
      "type": "repeating-linear",
      "direction": null,
      "stops": [
        {
          "color": "rgb(65, 65, 65)",
          "position": null
        },
        {
          "color": "rgb(65, 65, 65)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "16px"
        }
      ],
      "classification": "bold"
    },
    {
      "raw": "repeating-linear-gradient(270deg, rgb(65, 65, 65), rgb(65, 65, 65) 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 16px)",
      "type": "repeating-linear",
      "direction": "270deg",
      "stops": [
        {
          "color": "rgb(65, 65, 65)",
          "position": null
        },
        {
          "color": "rgb(65, 65, 65)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "12px"
        },
        {
          "color": "rgba(0, 0, 0, 0)",
          "position": "16px"
        }
      ],
      "classification": "bold"
    }
  ]
}