{
  "broadcast": {
    "banner": {
      "background": {
        "color": {
          "blue": {
            "$value": "{color.theme-blue.700}",
            "$type": "color",
            "$description": "Used for the background for the blue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "dark": {
            "$value": "{color.neutral.500}",
            "$type": "color",
            "$description": "Used for the background for the dark banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "green": {
            "$value": "{color.theme-green.700}",
            "$type": "color",
            "$description": "Used for the background for the green banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "indigo": {
            "$value": "{color.theme-indigo.700}",
            "$type": "color",
            "$description": "Used for the background for the indigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "light": {
            "$value": "{color.neutral.50}",
            "$type": "color",
            "$description": "Used for the background for the light banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "lightblue": {
            "$value": "{color.theme-blue.500}",
            "$type": "color",
            "$description": "Used for the background for the lightblue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "lightgreen": {
            "$value": "{color.theme-green.500}",
            "$type": "color",
            "$description": "Used for the background for the lightgreen banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "lightindigo": {
            "$value": "{color.theme-indigo.500}",
            "$type": "color",
            "$description": "Used for the background for the lightindigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "lightred": {
            "$value": "{color.theme-red.500}",
            "$type": "color",
            "$description": "Used for the background for the lightred banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          },
          "red": {
            "$value": "{color.theme-red.700}",
            "$type": "color",
            "$description": "Used for the background for the red banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "FRAME_FILL",
                "SHAPE_FILL"
              ]
            }
          }
        }
      },
      "border": {
        "color": {
          "blue": {
            "$value": "{color.theme-blue.900}",
            "$type": "color",
            "$description": "Used for the border for the blue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "dark": {
            "$value": "{color.neutral.700}",
            "$type": "color",
            "$description": "Used for the border for the dark banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "green": {
            "$value": "{color.theme-green.900}",
            "$type": "color",
            "$description": "Used for the border for the green banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "indigo": {
            "$value": "{color.theme-indigo.900}",
            "$type": "color",
            "$description": "Used for the border for the indigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "light": {
            "$value": "{color.neutral.100}",
            "$type": "color",
            "$description": "Used for the border for the light banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "lightblue": {
            "$value": "{color.theme-blue.700}",
            "$type": "color",
            "$description": "Used for the border for the lightblue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "lightgreen": {
            "$value": "{color.theme-green.700}",
            "$type": "color",
            "$description": "Used for the border for the lightgreen banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "lightindigo": {
            "$value": "{color.theme-indigo.700}",
            "$type": "color",
            "$description": "Used for the border for the lightindigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "lightred": {
            "$value": "{color.theme-red.700}",
            "$type": "color",
            "$description": "Used for the border for the lightred banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          },
          "red": {
            "$value": "{color.theme-red.900}",
            "$type": "color",
            "$description": "Used for the border for the red banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "STROKE_COLOR"
              ]
            }
          }
        },
        "radius": {
          "$value": "{border.radius.default}",
          "$type": "dimension",
          "$description": "Used for broadcast banner border radius.",
          "$extensions": {
            "com.figma.scopes": [
              "CORNER_RADIUS"
            ]
          }
        }
      },
      "icon": {
        "color": {
          "blue": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the blue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "dark": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the dark banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "green": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the green banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "indigo": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the indigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "light": {
            "$value": "{color.neutral.900}",
            "$type": "color",
            "$description": "Used for the icon for the light banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "lightblue": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the lightblue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "lightgreen": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the lightgreen banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "lightindigo": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the lightindigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "lightred": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the lightred banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          },
          "red": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the icon for the red banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "SHAPE_FILL",
                "TEXT_FILL"
              ]
            }
          }
        }
      },
      "text": {
        "color": {
          "blue": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the blue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "dark": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the dark banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "green": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the green banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "indigo": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the indigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "light": {
            "$value": "{color.neutral.900}",
            "$type": "color",
            "$description": "Used for the text for the light banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "lightblue": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the lightblue banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "lightgreen": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the lightgreen banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "lightindigo": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the lightindigo banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "lightred": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the lightred banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          },
          "red": {
            "$value": "{color.neutral.0}",
            "$type": "color",
            "$description": "Used for the text for the red banner type.",
            "$extensions": {
              "com.figma.scopes": [
                "TEXT_FILL"
              ]
            }
          }
        }
      }
    }
  }
}
