{
  "Global": {
    "Borders": {
      "Theme color": {
        "Top": {
          "value": {
            "x": "0",
            "y": "$borderWidths.Default",
            "blur": "0",
            "spread": "0",
            "color": "$Supplemental.Border-theme",
            "type": "innerShadow"
          },
          "type": "boxShadow"
        },
        "Right": {
          "value": {
            "x": "$borderWidths.Default * -1",
            "y": "0",
            "blur": "0",
            "spread": "0",
            "color": "$Supplemental.Border-theme",
            "type": "innerShadow"
          },
          "type": "boxShadow"
        },
        "Bottom": {
          "value": {
            "x": "0",
            "y": "$borderWidths.Default * -1",
            "blur": "0",
            "spread": "0",
            "color": "$Supplemental.Border-theme",
            "type": "innerShadow"
          },
          "type": "boxShadow"
        },
        "Left": {
          "value": {
            "x": "$borderWidths.Default",
            "y": "0",
            "blur": "0",
            "spread": "0",
            "color": "$Supplemental.Border-theme",
            "type": "innerShadow"
          },
          "type": "boxShadow"
        },
        "Dark": {
          "Top": {
            "value": {
              "x": "0",
              "y": "$borderWidths.Default",
              "blur": "0",
              "spread": "0",
              "color": "$Dark.Supplemental.Border-theme",
              "type": "innerShadow"
            },
            "type": "boxShadow"
          },
          "Right": {
            "value": {
              "x": "$borderWidths.Default * -1",
              "y": "0",
              "blur": "0",
              "spread": "0",
              "color": "$Dark.Supplemental.Border-theme",
              "type": "innerShadow"
            },
            "type": "boxShadow"
          },
          "Bottom": {
            "value": {
              "x": "0",
              "y": "$borderWidths.Default * -1",
              "blur": "0",
              "spread": "0",
              "color": "$Dark.Supplemental.Border-theme",
              "type": "innerShadow"
            },
            "type": "boxShadow"
          },
          "Left": {
            "value": {
              "x": "$borderWidths.Default",
              "y": "0",
              "blur": "0",
              "spread": "0",
              "color": "$Dark.Supplemental.Border-theme",
              "type": "innerShadow"
            },
            "type": "boxShadow"
          }
        }
      }
    }
  }
}
