{
  "breadcrumb": {
    "link": {
      "foreground": {
        "color": {
          "$type": "color",
          "$value": "{foreground.color.default}",
          "$extensions": {
            "appearance": {
              "light": {
                "$type": "color",
                "$value": "{foreground.color.default}"
              },
              "dark": {
                "$type": "color",
                "$value": "{foreground.color.default}"
              }
            },
            "com.figma.scopes": ["TEXT_FILL", "SHAPE_FILL"]
          }
        },
        "color-hover": {
          "$type": "color",
          "$value": "{foreground.color.default}",
          "$extensions": {
            "appearance": {
              "light": {
                "$type": "color",
                "$value": "{foreground.color.default}"
              },
              "dark": {
                "$type": "color",
                "$value": "{foreground.color.default}"
              }
            },
            "com.figma.scopes": ["TEXT_FILL", "SHAPE_FILL"]
          }
        }
      }
    }
  }
}
