{
  "jf": {
    "color": {
      "border": {
        "default": {
          "value": "{jf.color.neutral}",
          "type": "color"
        },
        "muted": {
          "value": "{jf.color.neutral}",
          "type": "color",
          "$extensions": {
            "studio.tokens": {
              "modify": {
                "type": "lighten",
                "value": "{jf.modifier.amount.3} ",
                "space": "lch"
              }
            }
          }
        },
        "inverted": {
          "value": "{jf.color.white}",
          "type": "color"
        },
        "primary": {
          "value": "{jf.color.primary}",
          "type": "color",
          "$extensions": {}
        },
        "secondary": {
          "value": "{jf.color.secondary}",
          "type": "color",
          "$extensions": {}
        },
        "success": {
          "value": "{jf.color.success}",
          "type": "color",
          "$extensions": {}
        },
        "critical": {
          "value": "{jf.color.critical}",
          "type": "color",
          "$extensions": {}
        },
        "warning": {
          "value": "{jf.color.warning}",
          "type": "color",
          "$extensions": {}
        }
      }
    }
  }
}