{
  "status": {
    "color": {
      "info": {
        "$type": "color",
        "$value": "{color.blue.600}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{color.blue.600}"
            },
            "dark": {
              "$type": "color",
              "$value": "{color.blue.300}"
            }
          },
          "com.figma.scopes": ["ALL_FILLS"]
        }
      },
      "danger": {
        "$type": "color",
        "$value": "{color.red.600}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{color.red.600}"
            },
            "dark": {
              "$type": "color",
              "$value": "{color.red.400}"
            }
          },
          "com.figma.scopes": ["ALL_FILLS"]
        }
      },
      "success": {
        "$type": "color",
        "$value": "{color.green.600}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{color.green.600}"
            },
            "dark": {
              "$type": "color",
              "$value": "{color.green.400}"
            }
          },
          "com.figma.scopes": ["ALL_FILLS"]
        }
      },
      "warning": {
        "$type": "color",
        "$value": "{color.yellow.500}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{color.yellow.500}"
            },
            "dark": {
              "$type": "color",
              "$value": "{color.yellow.300}"
            }
          },
          "com.figma.scopes": ["ALL_FILLS"]
        }
      }
    }
  }
}
