{
    "$schema": "https://www.designtokens.org/schemas/2025.10/resolver.json",
    "version": "2025.10",
    "name": "Splunk UI design tokens",
    "description": "Generated from @splunk/themes@1.7.0",
    "sets": {
        "base": {
            "description": "Base token values shared across all variants.",
            "$extensions": {
                "com.splunk.splunkui": {
                    "categories": {
                        "baseColors": {
                            "type": "color",
                            "tokens": [
                                "midnightBlue",
                                "ciscoBlue",
                                "mediumBlue",
                                "magenta",
                                "orange"
                            ]
                        },
                        "actionColors": {
                            "description": "Action colors are used **exclusively** for styling Buttons borders and backgrounds.\nThey define interaction states for primary, secondary, subtle, and destructive buttons.",
                            "type": "color",
                            "tokens": [
                                "actionColorBackgroundPrimary",
                                "actionColorBackgroundPrimaryActive",
                                "actionColorBackgroundPrimaryDisabled",
                                "actionColorBackgroundPrimaryHover",
                                "actionColorBackgroundSecondary",
                                "actionColorBackgroundSecondaryActive",
                                "actionColorBackgroundSecondaryDisabled",
                                "actionColorBackgroundSecondaryHover",
                                "actionColorBackgroundSubtle",
                                "actionColorBackgroundSubtleActive",
                                "actionColorBackgroundSubtleDisabled",
                                "actionColorBackgroundSubtleHover",
                                "actionColorBackgroundDestructive",
                                "actionColorBackgroundDestructiveActive",
                                "actionColorBackgroundDestructiveDisabled",
                                "actionColorBackgroundDestructiveHover",
                                "actionColorBackgroundDestructiveSecondary",
                                "actionColorBackgroundDestructiveSecondaryActive",
                                "actionColorBackgroundDestructiveSecondaryDisabled",
                                "actionColorBackgroundDestructiveSecondaryHover",
                                "actionColorBorderSecondary",
                                "actionColorBorderSecondaryActive",
                                "actionColorBorderSecondaryDisabled",
                                "actionColorBorderSecondaryHover",
                                "actionColorBorderDestructiveSecondary",
                                "actionColorBorderDestructiveSecondaryActive",
                                "actionColorBorderDestructiveSecondaryDisabled",
                                "actionColorBorderDestructiveSecondaryHover",
                                "actionColorContentPrimary",
                                "actionColorContentPrimaryDisabled",
                                "actionColorContentSecondary",
                                "actionColorContentSecondaryDisabled",
                                "actionColorContentSubtleActive",
                                "actionColorContentSubtleHover",
                                "actionColorContentStandalone",
                                "actionColorContentStandaloneActive",
                                "actionColorContentStandaloneDisabled",
                                "actionColorContentStandaloneHover",
                                "actionColorContentDestructive",
                                "actionColorContentDestructiveDisabled",
                                "actionColorContentDestructiveSecondary",
                                "actionColorContentDestructiveSecondaryDisabled"
                            ]
                        },
                        "interactiveColors": {
                            "description": "Interactive colors should be used **exclusively** for styling Data Entry components: Input, Select, etc.\n\n\"Overlay\" colors are intended to be placed over the default background color, such as `interactiveColorAccent`.\nIf the default background color is not transparent, the `blend` mixin can be used to create a new color that combines the two.",
                            "type": "color",
                            "tokens": [
                                "interactiveColorBorder",
                                "interactiveColorBorderActive",
                                "interactiveColorBorderHover",
                                "interactiveColorBorderDisabled",
                                "interactiveColorOverlaySelected",
                                "interactiveColorOverlayHover",
                                "interactiveColorOverlayActive",
                                "interactiveColorOverlayDrag",
                                "interactiveColorBackground",
                                "interactiveColorBackgroundDisabled",
                                "interactiveColorAccent",
                                "interactiveColorAccentError",
                                "interactiveColorAccentErrorStrong",
                                "interactiveColorAccentErrorWeak"
                            ]
                        },
                        "neutralColors": {
                            "description": "Neutral colors should be used sparingly. Prefer to use more semantic tokens for backgrounds and borders.\nThese colors must not be used for content as they will not pass the required contrast ratio (instead, use [Content colors](#Content Colors)).",
                            "type": "color",
                            "tokens": [
                                "black",
                                "neutral50",
                                "neutral100",
                                "neutral200",
                                "neutral300",
                                "neutral400",
                                "neutral500",
                                "white",
                                "transparent"
                            ]
                        },
                        "backgroundColors": {
                            "description": "Use background colors for page backgrounds and containers such as cards, modals, panels or popups.",
                            "type": "color",
                            "tokens": [
                                "backgroundColorNavigation",
                                "backgroundColorPage",
                                "backgroundColorSidebar",
                                "backgroundColorSection",
                                "backgroundColorDialog",
                                "backgroundColorPopup",
                                "backgroundColorFloating",
                                "backgroundColorScrim"
                            ]
                        },
                        "contentColors": {
                            "description": "Use content colors to create visual hierarchy, convey status or importance for plain text content.",
                            "type": "color",
                            "tokens": [
                                "contentColorLink",
                                "contentColorLinkVisited",
                                "contentColorLinkDisabled",
                                "contentColorLinkVisitedDisabled",
                                "contentColorAccent",
                                "contentColorAccentStrong",
                                "contentColorAccentWeak",
                                "contentColorActive",
                                "contentColorDefault",
                                "contentColorDisabled",
                                "contentColorInverted",
                                "contentColorMuted",
                                "contentColorNegative",
                                "contentColorNegativeWeak"
                            ]
                        },
                        "uiColors": {
                            "type": "color",
                            "tokens": [
                                "focusColor"
                            ]
                        },
                        "notificationColors": {
                            "description": "Use notifications colors to communicate messages and guidance directly to users.\nFor example in Message Bars to set tone and urgency in a conversational context.\n\nWeak variants do not meet graphical or text contrast and should only be used decoratively.",
                            "type": "color",
                            "tokens": [
                                "notificationColorInfoWeak",
                                "notificationColorInfo",
                                "notificationColorInfoStrong",
                                "notificationColorPositiveWeak",
                                "notificationColorPositive",
                                "notificationColorPositiveStrong",
                                "notificationColorCautionWeak",
                                "notificationColorCaution",
                                "notificationColorCautionStrong",
                                "notificationColorNegativeWeak",
                                "notificationColorNegative",
                                "notificationColorNegativeStrong"
                            ]
                        },
                        "severityColors": {
                            "description": "Use severity colors for icons, indicators, and visual signals to help users quickly scan for criticality, risk, or state without relying only on text.\nSeverity colors should be used to aid identifying the semantic meaning of an element; not used to communicate tone.",
                            "type": "color",
                            "tokens": [
                                "severityColorCustom",
                                "severityColorUnknown",
                                "severityColorInfo",
                                "severityColorNormal",
                                "severityColorNotice",
                                "severityColorWarning",
                                "severityColorAlert",
                                "severityColorCritical",
                                "severityColorEmergency"
                            ]
                        },
                        "syntaxColors": {
                            "description": "These colors should be used for syntax highlighting in programming languages.\nThe colors chosen for tokens depend on the language, its features, and aesthetics.\nPrefer to use the `Code` component rather than these tokens directly as it does this mapping automatically.\nSee [Content Colors](#Content Colors)",
                            "type": "color",
                            "tokens": [
                                "syntaxBlack",
                                "syntaxBlue",
                                "syntaxBrown",
                                "syntaxGray",
                                "syntaxGreen",
                                "syntaxOrange",
                                "syntaxPink",
                                "syntaxPurple",
                                "syntaxRed",
                                "syntaxTeal",
                                "syntaxWhite"
                            ]
                        },
                        "borderColors": {
                            "description": "Border color should be used to outline or divide content and UI elements.",
                            "type": "color",
                            "tokens": [
                                "borderColor",
                                "borderColorWeak",
                                "borderColorStrong"
                            ]
                        },
                        "staticA": {
                            "type": "color",
                            "tokens": [
                                "staticA1",
                                "staticA2",
                                "staticA3",
                                "staticA4",
                                "staticA5",
                                "staticA6",
                                "staticA7",
                                "staticA8",
                                "staticA9",
                                "staticA10",
                                "staticA11",
                                "staticA12",
                                "staticA13",
                                "staticA14",
                                "staticA15",
                                "staticA16",
                                "staticA17",
                                "staticA18",
                                "staticA19",
                                "staticA20"
                            ]
                        },
                        "staticB": {
                            "type": "color",
                            "tokens": [
                                "staticB1",
                                "staticB2",
                                "staticB3",
                                "staticB4",
                                "staticB5",
                                "staticB6",
                                "staticB7",
                                "staticB8",
                                "staticB9",
                                "staticB10",
                                "staticB11",
                                "staticB12",
                                "staticB13",
                                "staticB14",
                                "staticB15",
                                "staticB16",
                                "staticB17",
                                "staticB18",
                                "staticB19",
                                "staticB20"
                            ]
                        },
                        "categoricalA": {
                            "type": "color",
                            "tokens": [
                                "categoricalA1",
                                "categoricalA2",
                                "categoricalA3",
                                "categoricalA4",
                                "categoricalA5",
                                "categoricalA6",
                                "categoricalA7"
                            ]
                        },
                        "categoricalAStrong": {
                            "type": "color",
                            "tokens": [
                                "categoricalA1Strong",
                                "categoricalA2Strong",
                                "categoricalA3Strong",
                                "categoricalA4Strong",
                                "categoricalA5Strong",
                                "categoricalA6Strong",
                                "categoricalA7Strong"
                            ]
                        },
                        "categoricalB": {
                            "type": "color",
                            "tokens": [
                                "categoricalB1",
                                "categoricalB2",
                                "categoricalB3",
                                "categoricalB4",
                                "categoricalB5",
                                "categoricalB6",
                                "categoricalB7"
                            ]
                        },
                        "categoricalBStrong": {
                            "type": "color",
                            "tokens": [
                                "categoricalB1Strong",
                                "categoricalB2Strong",
                                "categoricalB3Strong",
                                "categoricalB4Strong",
                                "categoricalB5Strong",
                                "categoricalB6Strong",
                                "categoricalB7Strong"
                            ]
                        },
                        "divergentA": {
                            "type": "color",
                            "tokens": [
                                "divergentA1",
                                "divergentA2",
                                "divergentA3",
                                "divergentA4",
                                "divergentA5",
                                "divergentA6",
                                "divergentA7"
                            ]
                        },
                        "divergentAStrong": {
                            "type": "color",
                            "tokens": [
                                "divergentA1Strong",
                                "divergentA2Strong",
                                "divergentA3Strong",
                                "divergentA4Strong",
                                "divergentA5Strong",
                                "divergentA6Strong",
                                "divergentA7Strong"
                            ]
                        },
                        "divergentB": {
                            "type": "color",
                            "tokens": [
                                "divergentB1",
                                "divergentB2",
                                "divergentB3",
                                "divergentB4",
                                "divergentB5",
                                "divergentB6",
                                "divergentB7"
                            ]
                        },
                        "divergentBStrong": {
                            "type": "color",
                            "tokens": [
                                "divergentB1Strong",
                                "divergentB2Strong",
                                "divergentB3Strong",
                                "divergentB4Strong",
                                "divergentB5Strong",
                                "divergentB6Strong",
                                "divergentB7Strong"
                            ]
                        },
                        "divergentC": {
                            "type": "color",
                            "tokens": [
                                "divergentC1",
                                "divergentC2",
                                "divergentC3",
                                "divergentC4",
                                "divergentC5",
                                "divergentC6",
                                "divergentC7"
                            ]
                        },
                        "divergentCStrong": {
                            "type": "color",
                            "tokens": [
                                "divergentC1Strong",
                                "divergentC2Strong",
                                "divergentC3Strong",
                                "divergentC4Strong",
                                "divergentC5Strong",
                                "divergentC6Strong",
                                "divergentC7Strong"
                            ]
                        },
                        "divergentD": {
                            "type": "color",
                            "tokens": [
                                "divergentD1",
                                "divergentD2",
                                "divergentD3",
                                "divergentD4",
                                "divergentD5",
                                "divergentD6",
                                "divergentD7"
                            ]
                        },
                        "divergentDStrong": {
                            "type": "color",
                            "tokens": [
                                "divergentD1Strong",
                                "divergentD2Strong",
                                "divergentD3Strong",
                                "divergentD4Strong",
                                "divergentD5Strong",
                                "divergentD6Strong",
                                "divergentD7Strong"
                            ]
                        },
                        "sequentialA": {
                            "type": "color",
                            "tokens": [
                                "sequentialA1",
                                "sequentialA2",
                                "sequentialA3",
                                "sequentialA4",
                                "sequentialA5",
                                "sequentialA6",
                                "sequentialA7"
                            ]
                        },
                        "sequentialAStrong": {
                            "type": "color",
                            "tokens": [
                                "sequentialA1Strong",
                                "sequentialA2Strong",
                                "sequentialA3Strong",
                                "sequentialA4Strong",
                                "sequentialA5Strong",
                                "sequentialA6Strong",
                                "sequentialA7Strong"
                            ]
                        },
                        "sequentialB": {
                            "type": "color",
                            "tokens": [
                                "sequentialB1",
                                "sequentialB2",
                                "sequentialB3",
                                "sequentialB4",
                                "sequentialB5",
                                "sequentialB6",
                                "sequentialB7"
                            ]
                        },
                        "sequentialBStrong": {
                            "type": "color",
                            "tokens": [
                                "sequentialB1Strong",
                                "sequentialB2Strong",
                                "sequentialB3Strong",
                                "sequentialB4Strong",
                                "sequentialB5Strong",
                                "sequentialB6Strong",
                                "sequentialB7Strong"
                            ]
                        },
                        "sequentialC": {
                            "type": "color",
                            "tokens": [
                                "sequentialC1",
                                "sequentialC2",
                                "sequentialC3",
                                "sequentialC4",
                                "sequentialC5",
                                "sequentialC6",
                                "sequentialC7"
                            ]
                        },
                        "sequentialCStrong": {
                            "type": "color",
                            "tokens": [
                                "sequentialC1Strong",
                                "sequentialC2Strong",
                                "sequentialC3Strong",
                                "sequentialC4Strong",
                                "sequentialC5Strong",
                                "sequentialC6Strong",
                                "sequentialC7Strong"
                            ]
                        },
                        "sequentialD": {
                            "type": "color",
                            "tokens": [
                                "sequentialD1",
                                "sequentialD2",
                                "sequentialD3",
                                "sequentialD4",
                                "sequentialD5",
                                "sequentialD6",
                                "sequentialD7"
                            ]
                        },
                        "sequentialDStrong": {
                            "type": "color",
                            "tokens": [
                                "sequentialD1Strong",
                                "sequentialD2Strong",
                                "sequentialD3Strong",
                                "sequentialD4Strong",
                                "sequentialD5Strong",
                                "sequentialD6Strong",
                                "sequentialD7Strong"
                            ]
                        },
                        "sequentialE": {
                            "type": "color",
                            "tokens": [
                                "sequentialE1",
                                "sequentialE2",
                                "sequentialE3",
                                "sequentialE4",
                                "sequentialE5",
                                "sequentialE6",
                                "sequentialE7"
                            ]
                        },
                        "sequentialEStrong": {
                            "type": "color",
                            "tokens": [
                                "sequentialE1Strong",
                                "sequentialE2Strong",
                                "sequentialE3Strong",
                                "sequentialE4Strong",
                                "sequentialE5Strong",
                                "sequentialE6Strong",
                                "sequentialE7Strong"
                            ]
                        },
                        "sequentialF": {
                            "type": "color",
                            "tokens": [
                                "sequentialF1",
                                "sequentialF2",
                                "sequentialF3",
                                "sequentialF4",
                                "sequentialF5",
                                "sequentialF6",
                                "sequentialF7"
                            ]
                        },
                        "sequentialFStrong": {
                            "type": "color",
                            "tokens": [
                                "sequentialF1Strong",
                                "sequentialF2Strong",
                                "sequentialF3Strong",
                                "sequentialF4Strong",
                                "sequentialF5Strong",
                                "sequentialF6Strong",
                                "sequentialF7Strong"
                            ]
                        },
                        "deprecated": {
                            "type": "color",
                            "tokens": [
                                "contentColorInfo",
                                "contentColorWarning",
                                "contentColorPositive",
                                "contentColorNegativeStrong",
                                "interactiveColorPrimary",
                                "accentColorPositive",
                                "accentColorWarning",
                                "accentColorAlert",
                                "accentColorNegative",
                                "textColor",
                                "textGray",
                                "linkColor",
                                "linkColorHover",
                                "borderLightColor",
                                "textDisabledColor",
                                "spacingQuarter",
                                "spacingHalf",
                                "spacing",
                                "backgroundColor",
                                "border",
                                "borderDark",
                                "borderLight",
                                "borderActiveColor",
                                "backgroundColorHover",
                                "hoverShadow",
                                "statusColorInfo",
                                "statusColorInfoWeak",
                                "statusColorInfoStrong",
                                "statusColorNormal",
                                "statusColorNormalWeak",
                                "statusColorNormalStrong",
                                "statusColorLow",
                                "statusColorLowWeak",
                                "statusColorLowStrong",
                                "statusColorMedium",
                                "statusColorMediumWeak",
                                "statusColorMediumStrong",
                                "statusColorHigh",
                                "statusColorHighWeak",
                                "statusColorHighStrong",
                                "statusColorCritical",
                                "statusColorCriticalWeak",
                                "statusColorCriticalStrong",
                                "brandColorL50",
                                "brandColorL40",
                                "brandColorL30",
                                "brandColorL20",
                                "brandColorL10",
                                "brandColor",
                                "brandColorD10",
                                "brandColorD20",
                                "brandColorD30",
                                "brandColorD40",
                                "brandColorD50",
                                "gray98",
                                "gray96",
                                "gray92",
                                "gray80",
                                "gray60",
                                "gray45",
                                "gray30",
                                "gray25",
                                "gray22",
                                "gray20",
                                "accentColorL50",
                                "accentColorL40",
                                "accentColorL30",
                                "accentColorL20",
                                "accentColorL10",
                                "accentColor",
                                "accentColorD10",
                                "accentColorD20",
                                "accentColorD30",
                                "accentColorD40",
                                "accentColorD50",
                                "errorColorL50",
                                "errorColorL40",
                                "errorColorL30",
                                "errorColorL20",
                                "errorColorL10",
                                "errorColor",
                                "errorColorD10",
                                "errorColorD20",
                                "errorColorD30",
                                "errorColorD40",
                                "errorColorD50",
                                "alertColorL50",
                                "alertColorL40",
                                "alertColorL30",
                                "alertColorL20",
                                "alertColorL10",
                                "alertColor",
                                "alertColorD10",
                                "alertColorD20",
                                "alertColorD30",
                                "alertColorD40",
                                "alertColorD50",
                                "warningColorL50",
                                "warningColorL40",
                                "warningColorL30",
                                "warningColorL20",
                                "warningColorL10",
                                "warningColor",
                                "warningColorD10",
                                "warningColorD20",
                                "warningColorD30",
                                "warningColorD40",
                                "warningColorD50",
                                "successColorL50",
                                "successColorL40",
                                "successColorL30",
                                "successColorL20",
                                "successColorL10",
                                "successColor",
                                "successColorD10",
                                "successColorD20",
                                "successColorD30",
                                "successColorD40",
                                "successColorD50",
                                "infoColorL50",
                                "infoColorL40",
                                "infoColorL30",
                                "infoColorL20",
                                "infoColorL10",
                                "infoColor",
                                "infoColorD10",
                                "infoColorD20",
                                "infoColorD30",
                                "infoColorD40",
                                "infoColorD50",
                                "diverging1ColorA",
                                "diverging1ColorB",
                                "diverging2ColorA",
                                "diverging2ColorB",
                                "diverging3ColorA",
                                "diverging3ColorB",
                                "diverging4ColorA",
                                "diverging4ColorB",
                                "diverging5ColorA",
                                "diverging5ColorB",
                                "cat1Color",
                                "cat1ColorL",
                                "cat2Color",
                                "cat2ColorL",
                                "cat3Color",
                                "cat3ColorL",
                                "cat4Color",
                                "cat4ColorL",
                                "cat5Color",
                                "cat5ColorL",
                                "cat6Color",
                                "cat6ColorL",
                                "cat7Color",
                                "cat7ColorL",
                                "cat8Color",
                                "cat8ColorL",
                                "cat9Color",
                                "cat9ColorL",
                                "cat10Color",
                                "cat10ColorL",
                                "cat11Color",
                                "cat11ColorL",
                                "cat12Color",
                                "cat12ColorL",
                                "cat13Color",
                                "cat13ColorL",
                                "cat14Color",
                                "cat14ColorL",
                                "cat15Color",
                                "cat15ColorL",
                                "cat16Color",
                                "cat16ColorL",
                                "cat17Color",
                                "cat17ColorL",
                                "cat18Color",
                                "cat18ColorL",
                                "cat19Color",
                                "cat19ColorL",
                                "cat20Color",
                                "cat20ColorL",
                                "cat21Color",
                                "cat21ColorL",
                                "cat22Color",
                                "cat22ColorL",
                                "cat23Color",
                                "cat23ColorL",
                                "cat24Color",
                                "cat24ColorL",
                                "cat25Color",
                                "cat25ColorL",
                                "cat26Color",
                                "cat26ColorL",
                                "cat27Color",
                                "cat27ColorL",
                                "cat28Color",
                                "cat28ColorL",
                                "cat29Color",
                                "cat29ColorL",
                                "cat30Color",
                                "cat30ColorL",
                                "syntaxBlueLight",
                                "syntaxGreenLight",
                                "syntaxPurpleLight",
                                "syntaxRedLight",
                                "draggableBackground",
                                "static1",
                                "static2",
                                "static3",
                                "static4",
                                "static5",
                                "static6",
                                "static7",
                                "static8",
                                "static9",
                                "static10",
                                "static11",
                                "static12",
                                "static13",
                                "static14",
                                "static15",
                                "static16",
                                "static17",
                                "static18",
                                "static19",
                                "static20",
                                "categorical1D1",
                                "categorical1D2",
                                "categorical1D3",
                                "categorical1D4",
                                "categorical1D5",
                                "categorical1D6",
                                "categorical1D7",
                                "categorical1L1",
                                "categorical1L2",
                                "categorical1L3",
                                "categorical1L4",
                                "categorical1L5",
                                "categorical1L6",
                                "categorical1L7",
                                "categorical2D1",
                                "categorical2D2",
                                "categorical2D3",
                                "categorical2D4",
                                "categorical2D5",
                                "categorical2D6",
                                "categorical2D7",
                                "categorical2L1",
                                "categorical2L2",
                                "categorical2L3",
                                "categorical2L4",
                                "categorical2L5",
                                "categorical2L6",
                                "categorical2L7",
                                "divergent1D1",
                                "divergent1D2",
                                "divergent1D3",
                                "divergent1D4",
                                "divergent1D5",
                                "divergent1D6",
                                "divergent1D7",
                                "divergent1L1",
                                "divergent1L2",
                                "divergent1L3",
                                "divergent1L4",
                                "divergent1L5",
                                "divergent1L6",
                                "divergent1L7",
                                "divergent2D1",
                                "divergent2D2",
                                "divergent2D3",
                                "divergent2D4",
                                "divergent2D5",
                                "divergent2D6",
                                "divergent2D7",
                                "divergent2L1",
                                "divergent2L2",
                                "divergent2L3",
                                "divergent2L4",
                                "divergent2L5",
                                "divergent2L6",
                                "divergent2L7",
                                "divergent3D1",
                                "divergent3D2",
                                "divergent3D3",
                                "divergent3D4",
                                "divergent3D5",
                                "divergent3D6",
                                "divergent3D7",
                                "divergent3L1",
                                "divergent3L2",
                                "divergent3L3",
                                "divergent3L4",
                                "divergent3L5",
                                "divergent3L6",
                                "divergent3L7",
                                "divergent4D1",
                                "divergent4D2",
                                "divergent4D3",
                                "divergent4D4",
                                "divergent4D5",
                                "divergent4D6",
                                "divergent4D7",
                                "divergent4L1",
                                "divergent4L2",
                                "divergent4L3",
                                "divergent4L4",
                                "divergent4L5",
                                "divergent4L6",
                                "divergent4L7",
                                "sequential1D1",
                                "sequential1D2",
                                "sequential1D3",
                                "sequential1D4",
                                "sequential1D5",
                                "sequential1D6",
                                "sequential1D7",
                                "sequential1L1",
                                "sequential1L2",
                                "sequential1L3",
                                "sequential1L4",
                                "sequential1L5",
                                "sequential1L6",
                                "sequential1L7",
                                "sequential2D1",
                                "sequential2D2",
                                "sequential2D3",
                                "sequential2D4",
                                "sequential2D5",
                                "sequential2D6",
                                "sequential2D7",
                                "sequential2L1",
                                "sequential2L2",
                                "sequential2L3",
                                "sequential2L4",
                                "sequential2L5",
                                "sequential2L6",
                                "sequential2L7",
                                "sequential3D1",
                                "sequential3D2",
                                "sequential3D3",
                                "sequential3D4",
                                "sequential3D5",
                                "sequential3D6",
                                "sequential3D7",
                                "sequential3L1",
                                "sequential3L2",
                                "sequential3L3",
                                "sequential3L4",
                                "sequential3L5",
                                "sequential3L6",
                                "sequential3L7",
                                "sequential4D1",
                                "sequential4D2",
                                "sequential4D3",
                                "sequential4D4",
                                "sequential4D5",
                                "sequential4D6",
                                "sequential4D7",
                                "sequential4L1",
                                "sequential4L2",
                                "sequential4L3",
                                "sequential4L4",
                                "sequential4L5",
                                "sequential4L6",
                                "sequential4L7",
                                "sequential5D1",
                                "sequential5D2",
                                "sequential5D3",
                                "sequential5D4",
                                "sequential5D5",
                                "sequential5D6",
                                "sequential5D7",
                                "sequential5L1",
                                "sequential5L2",
                                "sequential5L3",
                                "sequential5L4",
                                "sequential5L5",
                                "sequential5L6",
                                "sequential5L7",
                                "sequential6D1",
                                "sequential6D2",
                                "sequential6D3",
                                "sequential6D4",
                                "sequential6D5",
                                "sequential6D6",
                                "sequential6D7",
                                "sequential6L1",
                                "sequential6L2",
                                "sequential6L3",
                                "sequential6L4",
                                "sequential6L5",
                                "sequential6L6",
                                "sequential6L7",
                                "highLow1DHigh",
                                "highLow1DLow",
                                "highLow1LHigh",
                                "highLow1LLow",
                                "highLow2DHigh",
                                "highLow2DLow",
                                "highLow2LHigh",
                                "highLow2LLow",
                                "highLow3DHigh",
                                "highLow3DLow",
                                "highLow3LHigh",
                                "highLow3LLow",
                                "highLow4DHigh",
                                "highLow4DLow",
                                "highLow4LHigh",
                                "highLow4LLow"
                            ]
                        },
                        "spacingQuarter": {
                            "type": "dimension",
                            "tokens": []
                        },
                        "spacingHalf": {
                            "type": "dimension",
                            "tokens": []
                        },
                        "spacing": {
                            "description": "Use these tokens for adding margin between elements or padding within containers.\n\nJust because a spacing token is equal to a pixel value you may need, it does not mean it's appropriate to\nuse the spacing variables.",
                            "type": "dimension",
                            "tokens": [
                                "spacingXSmall",
                                "spacingSmall",
                                "spacingMedium",
                                "spacingLarge",
                                "spacingXLarge",
                                "spacingXXLarge",
                                "spacingXXXLarge"
                            ]
                        },
                        "border": {
                            "type": "border",
                            "tokens": []
                        },
                        "borderDark": {
                            "type": "border",
                            "tokens": []
                        },
                        "borderLight": {
                            "type": "border",
                            "tokens": []
                        },
                        "hoverShadow": {
                            "type": "shadow",
                            "tokens": []
                        },
                        "draggableBackground": {
                            "type": "gradient",
                            "tokens": []
                        },
                        "zIndexes": {
                            "description": "Used to position elements in the z-axis.\nIf a variable does not suit your purpose, set a value relatively, such as `zindexModal +1`.",
                            "type": "number",
                            "tokens": [
                                "zindexLayer",
                                "zindexFixedNavbar",
                                "zindexModalBackdrop",
                                "zindexModal",
                                "zindexPopover",
                                "zindexToastMessages"
                            ]
                        },
                        "elevationShadows": {
                            "type": "shadow",
                            "tokens": [
                                "embossShadow",
                                "overlayShadow",
                                "dragShadow",
                                "modalShadow",
                                "focusShadow",
                                "focusShadowInset"
                            ]
                        },
                        "measures": {
                            "type": "dimension",
                            "tokens": [
                                "borderRadius",
                                "inputBorderWidth",
                                "inputHeight"
                            ]
                        },
                        "fontFamily": {
                            "type": "fontFamily",
                            "tokens": [
                                "fontFamily",
                                "fontFamilyTitle",
                                "sansFontFamily",
                                "serifFontFamily",
                                "monoFontFamily"
                            ]
                        },
                        "fontWeight": {
                            "type": "fontWeight",
                            "tokens": [
                                "fontWeightLight",
                                "fontWeightNormal",
                                "fontWeightSemiBold",
                                "fontWeightBold",
                                "fontWeightHeavy",
                                "fontWeightExtraBold"
                            ]
                        },
                        "fontSize": {
                            "type": "dimension",
                            "tokens": [
                                "fontSizeSmall",
                                "fontSize",
                                "fontSizeLarge",
                                "fontSizeXLarge",
                                "fontSizeXXLarge"
                            ]
                        },
                        "fontMeasures": {
                            "type": "number",
                            "tokens": [
                                "lineLength",
                                "lineLengthMinimum",
                                "lineHeight",
                                "lineHeightSingle",
                                "lineHeightTight",
                                "lineHeightSnug",
                                "lineHeightComfortable",
                                "lineHeightRelaxed",
                                "lineHeightSpacious",
                                "lineHeightNormal"
                            ]
                        },
                        "lineLength": {
                            "description": "Use to improve readability and [accessibility](https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation.html)\nin blocks of text by preventing overly long lines.",
                            "type": "dimension",
                            "tokens": []
                        },
                        "lineLengthMinimum": {
                            "description": "Minimum line length for optimal readability.",
                            "type": "dimension",
                            "tokens": []
                        }
                    }
                }
            },
            "sources": [
                {
                    "accentColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.47843137254901963,
                                0.7411764705882353
                            ],
                            "hex": "#007abd"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.43137254901960786,
                                0.6666666666666666
                            ],
                            "hex": "#006eaa"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.3843137254901961,
                                0.592156862745098
                            ],
                            "hex": "#006297"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.33725490196078434,
                                0.5176470588235295
                            ],
                            "hex": "#005684"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.2901960784313726,
                                0.44313725490196076
                            ],
                            "hex": "#004a71"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.23921568627450981,
                                0.3686274509803922
                            ],
                            "hex": "#003d5e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.6431372549019608,
                                0.9921568627450981
                            ],
                            "hex": "#00a4fd"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.24313725490196078,
                                0.7372549019607844,
                                1
                            ],
                            "hex": "#3ebcff"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.49411764705882355,
                                0.8235294117647058,
                                1
                            ],
                            "hex": "#7ed2ff"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7490196078431373,
                                0.9137254901960784,
                                1
                            ],
                            "hex": "#bfe9ff"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "accentColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9254901960784314,
                                0.9725490196078431,
                                1
                            ],
                            "hex": "#ecf8ff"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "actionColorBackgroundDestructiveSecondary": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Default background for Destructive Secondary Buttons.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "actionColorBackgroundDestructiveSecondaryDisabled": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Disabled background for Destructive Secondary Buttons.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "actionColorBackgroundSecondary": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Default background for Secondary Buttons.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "actionColorBackgroundSecondaryDisabled": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Disabled background for Secondary Buttons.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "actionColorBackgroundSubtle": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Default background for Subtle Buttons.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "actionColorBackgroundSubtleDisabled": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Disabled background for Subtle Buttons.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "alertColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9450980392156862,
                                0.5058823529411764,
                                0.24705882352941178
                            ],
                            "hex": "#f1813f"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8549019607843137,
                                0.4549019607843137,
                                0.1803921568627451
                            ],
                            "hex": "#da742e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7607843137254902,
                                0.403921568627451,
                                0.16470588235294117
                            ],
                            "hex": "#c2672a"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6666666666666666,
                                0.35294117647058826,
                                0.1450980392156863
                            ],
                            "hex": "#aa5a25"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5686274509803921,
                                0.30196078431372547,
                                0.12156862745098039
                            ],
                            "hex": "#914d1f"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4745098039215686,
                                0.25098039215686274,
                                0.10196078431372549
                            ],
                            "hex": "#79401a"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9568627450980393,
                                0.6078431372549019,
                                0.4
                            ],
                            "hex": "#f49b66"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9686274509803922,
                                0.7058823529411765,
                                0.5490196078431373
                            ],
                            "hex": "#f7b48c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9803921568627451,
                                0.803921568627451,
                                0.7019607843137254
                            ],
                            "hex": "#facdb3"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9921568627450981,
                                0.9019607843137255,
                                0.8509803921568627
                            ],
                            "hex": "#fde6d9"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "alertColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.996078431372549,
                                0.9529411764705882,
                                0.9254901960784314
                            ],
                            "hex": "#fef3ec"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "black": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0,
                                0
                            ],
                            "hex": "#000000"
                        },
                        "$type": "color",
                        "$description": "Alternate background color in dark color schemes and inverted background in light color schemes.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "color",
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "TEXT_FILL",
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "borderDark": {
                        "$value": "1px solid #000000",
                        "$type": "border",
                        "$deprecated": "Set border using CSS and [borderColorStrong](#borderColorStrong)."
                    },
                    "borderLight": {
                        "$value": "1px solid #818d99",
                        "$type": "border",
                        "$deprecated": "Set border using CSS and [borderColorWeak](#borderColorWeak)."
                    },
                    "borderRadius": {
                        "$value": {
                            "value": 4,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "border-radius"
                                ],
                                "figmaVariableScopes": [
                                    "CORNER_RADIUS"
                                ]
                            }
                        }
                    },
                    "brandColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3607843137254902,
                                0.7529411764705882,
                                0.3607843137254902
                            ],
                            "hex": "#5cc05c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.28627450980392155,
                                0.7215686274509804,
                                0.28627450980392155
                            ],
                            "hex": "#49b849"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.25098039215686274,
                                0.6470588235294118,
                                0.25098039215686274
                            ],
                            "hex": "#40a540"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2196078431372549,
                                0.5647058823529412,
                                0.2196078431372549
                            ],
                            "hex": "#389038"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.18823529411764706,
                                0.4823529411764706,
                                0.18823529411764706
                            ],
                            "hex": "#307b30"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1568627450980392,
                                0.403921568627451,
                                0.1568627450980392
                            ],
                            "hex": "#286728"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.49411764705882355,
                                0.803921568627451,
                                0.49411764705882355
                            ],
                            "hex": "#7ecd7e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6196078431372549,
                                0.8509803921568627,
                                0.6196078431372549
                            ],
                            "hex": "#9ed99e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7450980392156863,
                                0.9019607843137255,
                                0.7450980392156863
                            ],
                            "hex": "#bee6be"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8745098039215686,
                                0.9490196078431372,
                                0.8745098039215686
                            ],
                            "hex": "#dff2df"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "brandColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9607843137254902,
                                0.984313725490196,
                                0.9607843137254902
                            ],
                            "hex": "#f5fbf5"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat10Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7568627450980392,
                                0.6,
                                0.4588235294117647
                            ],
                            "hex": "#c19975"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat10ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8431372549019608,
                                0.7490196078431373,
                                0.6705882352941176
                            ],
                            "hex": "#d7bfab"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat11Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.35294117647058826,
                                0.27058823529411763,
                                0.4588235294117647
                            ],
                            "hex": "#5a4575"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat11ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7176470588235294,
                                0.6745098039215687,
                                0.792156862745098
                            ],
                            "hex": "#b7acca"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat12Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.49411764705882355,
                                0.6549019607843137,
                                0.4823529411764706
                            ],
                            "hex": "#7ea77b"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat12ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6980392156862745,
                                0.792156862745098,
                                0.6901960784313725
                            ],
                            "hex": "#b2cab0"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat13Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3411764705882353,
                                0.42745098039215684,
                                0.5137254901960784
                            ],
                            "hex": "#576d83"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat13ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6470588235294118,
                                0.6980392156862745,
                                0.7490196078431373
                            ],
                            "hex": "#a5b2bf"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat14Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8431372549019608,
                                0.7764705882352941,
                                0.7176470588235294
                            ],
                            "hex": "#d7c6b7"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat14ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9137254901960784,
                                0.8666666666666667,
                                0.8313725490196079
                            ],
                            "hex": "#e9ddd4"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat15Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.6078431372549019,
                                0.6980392156862745
                            ],
                            "hex": "#339bb2"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat15ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.7647058823529411,
                                0.8156862745098039
                            ],
                            "hex": "#66c3d0"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat16Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.13725490196078433,
                                0.42745098039215684,
                                0.6078431372549019
                            ],
                            "hex": "#236d9b"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat16ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.6549019607843137,
                                0.7607843137254902
                            ],
                            "hex": "#66a7c2"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat17Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8980392156862745,
                                0.8627450980392157,
                                0.5019607843137255
                            ],
                            "hex": "#e5dc80"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat17ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9450980392156862,
                                0.9176470588235294,
                                0.7176470588235294
                            ],
                            "hex": "#f1eab7"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat18Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5882352941176471,
                                0.5647058823529412,
                                0.4980392156862745
                            ],
                            "hex": "#96907f"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat18ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7568627450980392,
                                0.7372549019607844,
                                0.7019607843137254
                            ],
                            "hex": "#c1bcb3"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat19Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5294117647058824,
                                0.7372549019607844,
                                0.396078431372549
                            ],
                            "hex": "#87bc65"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat19ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7137254901960784,
                                0.8431372549019608,
                                0.6392156862745098
                            ],
                            "hex": "#b6d7a3"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat1Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1607843137254902,
                                0.4823529411764706,
                                0.6470588235294118
                            ],
                            "hex": "#297ba5"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat1ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.47058823529411764,
                                0.7254901960784313,
                                0.8392156862745098
                            ],
                            "hex": "#78b9d6"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat20Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8117647058823529,
                                0.49411764705882355,
                                0.3764705882352941
                            ],
                            "hex": "#cf7e60"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat20ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8823529411764706,
                                0.6980392156862745,
                                0.6313725490196078
                            ],
                            "hex": "#e1b2a1"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat21Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4823529411764706,
                                0.3333333333333333,
                                0.2784313725490196
                            ],
                            "hex": "#7b5547"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat21ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8705882352941177,
                                0.7686274509803922,
                                0.7294117647058823
                            ],
                            "hex": "#dec4ba"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat22Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4666666666666667,
                                0.8392156862745098,
                                0.8470588235294118
                            ],
                            "hex": "#77d6d8"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat22ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6705882352941176,
                                0.9019607843137255,
                                0.9098039215686274
                            ],
                            "hex": "#abe6e8"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat23Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2901960784313726,
                                0.4980392156862745,
                                0.17254901960784313
                            ],
                            "hex": "#4a7f2c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat23ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5686274509803921,
                                0.6980392156862745,
                                0.5098039215686274
                            ],
                            "hex": "#91b282"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat24Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9607843137254902,
                                0.5372549019607843,
                                0.6784313725490196
                            ],
                            "hex": "#f589ad"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat24ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9725490196078431,
                                0.7176470588235294,
                                0.807843137254902
                            ],
                            "hex": "#f8b7ce"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat25Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.41568627450980394,
                                0.17254901960784313,
                                0.36470588235294116
                            ],
                            "hex": "#6a2c5d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat25ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.796078431372549,
                                0.6392156862745098,
                                0.7607843137254902
                            ],
                            "hex": "#cba3c2"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat26Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6666666666666666,
                                0.6705882352941176,
                                0.6823529411764706
                            ],
                            "hex": "#aaabae"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat26ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8,
                                0.803921568627451,
                                0.807843137254902
                            ],
                            "hex": "#cccdce"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat27Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6039215686274509,
                                0.4549019607843137,
                                0.2196078431372549
                            ],
                            "hex": "#9a7438"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat27ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7647058823529411,
                                0.6705882352941176,
                                0.5372549019607843
                            ],
                            "hex": "#c3ab89"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat28Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6431372549019608,
                                0.8352941176470589,
                                0.38823529411764707
                            ],
                            "hex": "#a4d563"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat28ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7803921568627451,
                                0.9019607843137255,
                                0.6392156862745098
                            ],
                            "hex": "#c7e6a3"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat29Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4627450980392157,
                                0.4470588235294118,
                                0.6431372549019608
                            ],
                            "hex": "#7672a4"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat29ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6784313725490196,
                                0.6627450980392157,
                                0.7843137254901961
                            ],
                            "hex": "#ada9c8"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat2Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.30980392156862746,
                                0.6431372549019608,
                                0.5176470588235295
                            ],
                            "hex": "#4fa484"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat2ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4549019607843137,
                                0.8352941176470589,
                                0.7607843137254902
                            ],
                            "hex": "#74d5c2"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat30Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.09411764705882353,
                                0.29411764705882354,
                                0.5058823529411764
                            ],
                            "hex": "#184b81"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat30ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6431372549019608,
                                0.7333333333333333,
                                0.8784313725490196
                            ],
                            "hex": "#a4bbe0"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat3Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7137254901960784,
                                0.7803921568627451,
                                0.35294117647058826
                            ],
                            "hex": "#b6c75a"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat3ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8627450980392157,
                                0.9019607843137255,
                                0.6470588235294118
                            ],
                            "hex": "#dce6a5"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat4Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.23529411764705882,
                                0.3803921568627451,
                                0.5333333333333333
                            ],
                            "hex": "#3c6188"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat4ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6274509803921569,
                                0.6980392156862745,
                                0.792156862745098
                            ],
                            "hex": "#a0b2ca"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat5Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9254901960784314,
                                0.6,
                                0.3764705882352941
                            ],
                            "hex": "#ec9960"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat5ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9803921568627451,
                                0.788235294117647,
                                0.6549019607843137
                            ],
                            "hex": "#fac9a7"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat6Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6509803921568628,
                                0.3607843137254902,
                                0.49019607843137253
                            ],
                            "hex": "#a65c7d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat6ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8274509803921568,
                                0.6549019607843137,
                                0.7294117647058823
                            ],
                            "hex": "#d3a7ba"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat7Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4392156862745098,
                                0.5294117647058824,
                                0.5803921568627451
                            ],
                            "hex": "#708794"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat7ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6980392156862745,
                                0.7529411764705882,
                                0.7843137254901961
                            ],
                            "hex": "#b2c0c8"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat8Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2196078431372549,
                                0.7215686274509804,
                                0.7490196078431373
                            ],
                            "hex": "#38b8bf"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat8ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5725490196078431,
                                0.8666666666666667,
                                0.8862745098039215
                            ],
                            "hex": "#92dde2"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat9Color": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.8705882352941177,
                                0.38823529411764707
                            ],
                            "hex": "#ffde63"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "cat9ColorL": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.9333333333333333,
                                0.6823529411764706
                            ],
                            "hex": "#ffeeae"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "categorical1D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3607843137254902,
                                0.2,
                                1
                            ],
                            "hex": "#5C33FF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA1Strong`"
                    },
                    "categorical1D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.12549019607843137,
                                0.47058823529411764,
                                0.396078431372549
                            ],
                            "hex": "#207865"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA2Strong`"
                    },
                    "categorical1D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6784313725490196,
                                0.24705882352941178,
                                0.12549019607843137
                            ],
                            "hex": "#AD3F20"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA3Strong`"
                    },
                    "categorical1D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.24313725490196078,
                                0.5019607843137255
                            ],
                            "hex": "#003E80"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA4Strong`"
                    },
                    "categorical1D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.47058823529411764,
                                0.023529411764705882,
                                0.16470588235294117
                            ],
                            "hex": "#78062A"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA5Strong`"
                    },
                    "categorical1D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1843137254901961,
                                0.5333333333333333,
                                0.06666666666666667
                            ],
                            "hex": "#2F8811"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA6Strong`"
                    },
                    "categorical1D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3333333333333333,
                                0.3333333333333333,
                                0.3333333333333333
                            ],
                            "hex": "#555555"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA7Strong`"
                    },
                    "categorical1L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6,
                                0.5019607843137255,
                                1
                            ],
                            "hex": "#9980FF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA1`"
                    },
                    "categorical1L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.27058823529411763,
                                0.8313725490196079,
                                0.7294117647058823
                            ],
                            "hex": "#45D4BA"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA2`"
                    },
                    "categorical1L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.984313725490196,
                                0.5254901960784314,
                                0.3607843137254902
                            ],
                            "hex": "#FB865C"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA3`"
                    },
                    "categorical1L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.6666666666666666,
                                0.9764705882352941
                            ],
                            "hex": "#66AAF9"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA4`"
                    },
                    "categorical1L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9098039215686274,
                                0.3568627450980392,
                                0.4745098039215686
                            ],
                            "hex": "#E85B79"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA5`"
                    },
                    "categorical1L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5333333333333333,
                                0.9333333333333333,
                                0.4
                            ],
                            "hex": "#88EE66"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA6`"
                    },
                    "categorical1L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9411764705882353,
                                0.6901960784313725,
                                0
                            ],
                            "hex": "#F0B000"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalA7`"
                    },
                    "categorical2D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.12156862745098039,
                                0.30196078431372547,
                                0.3568627450980392
                            ],
                            "hex": "#1F4D5B"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB1Strong`"
                    },
                    "categorical2D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8,
                                0.0392156862745098,
                                0.8392156862745098
                            ],
                            "hex": "#CC0AD6"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB2Strong`"
                    },
                    "categorical2D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.00392156862745098,
                                0.4980392156862745,
                                0.6352941176470588
                            ],
                            "hex": "#017FA2"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB3Strong`"
                    },
                    "categorical2D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8470588235294118,
                                0.11764705882352941,
                                0.3568627450980392
                            ],
                            "hex": "#D81E5B"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB4Strong`"
                    },
                    "categorical2D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3843137254901961,
                                0.12156862745098039,
                                1
                            ],
                            "hex": "#621FFF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB5Strong`"
                    },
                    "categorical2D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.20392156862745098,
                                0.5137254901960784,
                                0.3137254901960784
                            ],
                            "hex": "#348350"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB6Strong`"
                    },
                    "categorical2D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3333333333333333,
                                0.3333333333333333,
                                0.3333333333333333
                            ],
                            "hex": "#555555"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB7Strong`"
                    },
                    "categorical2L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3333333333333333,
                                0.6,
                                0.7450980392156863
                            ],
                            "hex": "#5599BE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB1`"
                    },
                    "categorical2L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.984313725490196,
                                0.615686274509804,
                                0.984313725490196
                            ],
                            "hex": "#FB9DFB"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB2`"
                    },
                    "categorical2L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.7333333333333333,
                                0.9333333333333333
                            ],
                            "hex": "#00BBEE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB3`"
                    },
                    "categorical2L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.2,
                                0.6
                            ],
                            "hex": "#EE3399"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB4`"
                    },
                    "categorical2L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6,
                                0.5019607843137255,
                                1
                            ],
                            "hex": "#9980FF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB5`"
                    },
                    "categorical2L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.37254901960784315,
                                0.7490196078431373,
                                0.4980392156862745
                            ],
                            "hex": "#5FBF7F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB6`"
                    },
                    "categorical2L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9607843137254902,
                                0.5450980392156862,
                                0
                            ],
                            "hex": "#F58B00"
                        },
                        "$type": "color",
                        "$deprecated": "Use `categoricalB7`"
                    },
                    "ciscoBlue": {
                        "$value": {
                            "colorSpace": "oklch",
                            "components": [
                                0.7763,
                                0.1491,
                                226.63
                            ],
                            "alpha": 1
                        },
                        "$type": "color"
                    },
                    "divergent1D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.06666666666666667,
                                0.5333333333333333,
                                0.19607843137254902
                            ],
                            "hex": "#118832"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA1Strong`"
                    },
                    "divergent1D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.10980392156862745,
                                0.4196078431372549,
                                0.17647058823529413
                            ],
                            "hex": "#1C6B2D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA2Strong`"
                    },
                    "divergent1D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1568627450980392,
                                0.30196078431372547,
                                0.15294117647058825
                            ],
                            "hex": "#284D27"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA3Strong`"
                    },
                    "divergent1D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA4Strong`"
                    },
                    "divergent1D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4117647058823529,
                                0.16470588235294117,
                                0.12941176470588237
                            ],
                            "hex": "#692A21"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA5Strong`"
                    },
                    "divergent1D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6196078431372549,
                                0.1450980392156863,
                                0.12549019607843137
                            ],
                            "hex": "#9E2520"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA6Strong`"
                    },
                    "divergent1D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8313725490196079,
                                0.12156862745098039,
                                0.12156862745098039
                            ],
                            "hex": "#D41F1F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA7Strong`"
                    },
                    "divergent1L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.03137254901960784,
                                0.6823529411764706,
                                0.21568627450980393
                            ],
                            "hex": "#08AE37"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA1`"
                    },
                    "divergent1L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3333333333333333,
                                0.7568627450980392,
                                0.4117647058823529
                            ],
                            "hex": "#55C169"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA2`"
                    },
                    "divergent1L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6313725490196078,
                                0.8352941176470589,
                                0.611764705882353
                            ],
                            "hex": "#A1D59C"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA3`"
                    },
                    "divergent1L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA4`"
                    },
                    "divergent1L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9568627450980393,
                                0.7294117647058823,
                                0.6627450980392157
                            ],
                            "hex": "#F4BAA9"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA5`"
                    },
                    "divergent1L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9764705882352941,
                                0.5490196078431373,
                                0.5137254901960784
                            ],
                            "hex": "#F98C83"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA6`"
                    },
                    "divergent1L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.3686274509803922,
                                0.3686274509803922
                            ],
                            "hex": "#FF5E5E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA7`"
                    },
                    "divergent2D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.4392156862745098,
                                0.9529411764705882
                            ],
                            "hex": "#0070F3"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB1Strong`"
                    },
                    "divergent2D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.06666666666666667,
                                0.3568627450980392,
                                0.6784313725490196
                            ],
                            "hex": "#115BAD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB2Strong`"
                    },
                    "divergent2D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.13333333333333333,
                                0.26666666666666666,
                                0.40784313725490196
                            ],
                            "hex": "#224468"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB3Strong`"
                    },
                    "divergent2D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB4Strong`"
                    },
                    "divergent2D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4117647058823529,
                                0.16470588235294117,
                                0.12941176470588237
                            ],
                            "hex": "#692A21"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB5Strong`"
                    },
                    "divergent2D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6196078431372549,
                                0.1450980392156863,
                                0.12549019607843137
                            ],
                            "hex": "#9E2520"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB6Strong`"
                    },
                    "divergent2D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8313725490196079,
                                0.12156862745098039,
                                0.12156862745098039
                            ],
                            "hex": "#D41F1F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB7Strong`"
                    },
                    "divergent2L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.16470588235294117,
                                0.6,
                                1
                            ],
                            "hex": "#2A99FF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB1`"
                    },
                    "divergent2L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4196078431372549,
                                0.7019607843137254,
                                0.9333333333333333
                            ],
                            "hex": "#6BB3EE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB2`"
                    },
                    "divergent2L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6784313725490196,
                                0.8,
                                0.8666666666666667
                            ],
                            "hex": "#ADCCDD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB3`"
                    },
                    "divergent2L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB4`"
                    },
                    "divergent2L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9568627450980393,
                                0.7294117647058823,
                                0.6627450980392157
                            ],
                            "hex": "#F4BAA9"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB5`"
                    },
                    "divergent2L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9764705882352941,
                                0.5490196078431373,
                                0.5137254901960784
                            ],
                            "hex": "#F98C83"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB6`"
                    },
                    "divergent2L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.3686274509803922,
                                0.3686274509803922
                            ],
                            "hex": "#FF5E5E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB7`"
                    },
                    "divergent3D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1607843137254902,
                                0.6,
                                0.5254901960784314
                            ],
                            "hex": "#299986"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC1Strong`"
                    },
                    "divergent3D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.15294117647058825,
                                0.48627450980392156,
                                0.3215686274509804
                            ],
                            "hex": "#277C52"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC2Strong`"
                    },
                    "divergent3D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1411764705882353,
                                0.3333333333333333,
                                0.12156862745098039
                            ],
                            "hex": "#24551F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC3Strong`"
                    },
                    "divergent3D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC4Strong`"
                    },
                    "divergent3D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.25882352941176473,
                                0.1568627450980392,
                                0.4745098039215686
                            ],
                            "hex": "#422879"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC5Strong`"
                    },
                    "divergent3D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3764705882352941,
                                0.17254901960784313,
                                0.6313725490196078
                            ],
                            "hex": "#602CA1"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC6Strong`"
                    },
                    "divergent3D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5294117647058824,
                                0.2784313725490196,
                                0.8549019607843137
                            ],
                            "hex": "#8747DA"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC7Strong`"
                    },
                    "divergent3L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.0784313725490196,
                                0.5176470588235295,
                                0.4235294117647059
                            ],
                            "hex": "#14846C"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC1`"
                    },
                    "divergent3L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.27058823529411763,
                                0.8313725490196079,
                                0.7294117647058823
                            ],
                            "hex": "#45D4BA"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC2`"
                    },
                    "divergent3L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6039215686274509,
                                0.8705882352941177,
                                0.7686274509803922
                            ],
                            "hex": "#9ADEC4"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC3`"
                    },
                    "divergent3L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC4`"
                    },
                    "divergent3L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8431372549019608,
                                0.7450980392156863,
                                0.8941176470588236
                            ],
                            "hex": "#D7BEE4"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC5`"
                    },
                    "divergent3L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7529411764705882,
                                0.5764705882352941,
                                0.9764705882352941
                            ],
                            "hex": "#C093F9"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC6`"
                    },
                    "divergent3L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5686274509803921,
                                0.33725490196078434,
                                0.8666666666666667
                            ],
                            "hex": "#9156DD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC7`"
                    },
                    "divergent4D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.050980392156862744,
                                0.5137254901960784,
                                0.5294117647058824
                            ],
                            "hex": "#0D8387"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD1Strong`"
                    },
                    "divergent4D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.10196078431372549,
                                0.403921568627451,
                                0.396078431372549
                            ],
                            "hex": "#1A6765"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD2Strong`"
                    },
                    "divergent4D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.14901960784313725,
                                0.2980392156862745,
                                0.26666666666666666
                            ],
                            "hex": "#264C44"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD3Strong`"
                    },
                    "divergent4D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD4Strong`"
                    },
                    "divergent4D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4117647058823529,
                                0.21176470588235294,
                                0.13725490196078433
                            ],
                            "hex": "#693623"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD5Strong`"
                    },
                    "divergent4D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6235294117647059,
                                0.23137254901960785,
                                0.13725490196078433
                            ],
                            "hex": "#9F3B23"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD6Strong`"
                    },
                    "divergent4D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8352941176470589,
                                0.2549019607843137,
                                0.1411764705882353
                            ],
                            "hex": "#D54124"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD7Strong`"
                    },
                    "divergent4L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.5098039215686274,
                                0.5294117647058824
                            ],
                            "hex": "#008287"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD1`"
                    },
                    "divergent4L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1803921568627451,
                                0.6392156862745098,
                                0.6078431372549019
                            ],
                            "hex": "#2EA39B"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD2`"
                    },
                    "divergent4L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3607843137254902,
                                0.7647058823529411,
                                0.6862745098039216
                            ],
                            "hex": "#5CC3AF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD3`"
                    },
                    "divergent4L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD4`"
                    },
                    "divergent4L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9254901960784314,
                                0.6313725490196078,
                                0.3058823529411765
                            ],
                            "hex": "#ECA14E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD5`"
                    },
                    "divergent4L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8901960784313725,
                                0.4470588235294118,
                                0.22745098039215686
                            ],
                            "hex": "#E3723A"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD6`"
                    },
                    "divergent4L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8549019607843137,
                                0.2627450980392157,
                                0.1450980392156863
                            ],
                            "hex": "#DA4325"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD7`"
                    },
                    "diverging1ColorA": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.42745098039215684,
                                0.611764705882353
                            ],
                            "hex": "#006d9c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging1ColorB": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9254901960784314,
                                0.6,
                                0.3764705882352941
                            ],
                            "hex": "#ec9960"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging2ColorA": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6862745098039216,
                                0.3411764705882353,
                                0.35294117647058826
                            ],
                            "hex": "#af575a"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging2ColorB": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3843137254901961,
                                0.7019607843137254,
                                0.6980392156862745
                            ],
                            "hex": "#62b3b2"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging3ColorA": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.30980392156862746,
                                0.6431372549019608,
                                0.5176470588235295
                            ],
                            "hex": "#4fa484"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging3ColorB": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9725490196078431,
                                0.7450980392156863,
                                0.20392156862745098
                            ],
                            "hex": "#f8be34"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging4ColorA": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.35294117647058826,
                                0.27058823529411763,
                                0.4588235294117647
                            ],
                            "hex": "#5a4575"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging4ColorB": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4392156862745098,
                                0.5294117647058824,
                                0.5803921568627451
                            ],
                            "hex": "#708794"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging5ColorA": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1607843137254902,
                                0.3058823529411765,
                                0.4392156862745098
                            ],
                            "hex": "#294e70"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "diverging5ColorB": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7137254901960784,
                                0.7803921568627451,
                                0.35294117647058826
                            ],
                            "hex": "#b6c75a"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8627450980392157,
                                0.3058823529411765,
                                0.2549019607843137
                            ],
                            "hex": "#dc4e41"
                        },
                        "$type": "color",
                        "$deprecated": "Use `notificationColorNegative` or `severityColorAlert`"
                    },
                    "errorColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7843137254901961,
                                0.27058823529411763,
                                0.20784313725490197
                            ],
                            "hex": "#c84535"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6980392156862745,
                                0.23921568627450981,
                                0.18823529411764706
                            ],
                            "hex": "#b23d30"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.611764705882353,
                                0.20784313725490197,
                                0.1607843137254902
                            ],
                            "hex": "#9c3529"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5215686274509804,
                                0.17647058823529413,
                                0.1411764705882353
                            ],
                            "hex": "#852d24"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.43529411764705883,
                                0.14901960784313725,
                                0.11372549019607843
                            ],
                            "hex": "#6f261d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8901960784313725,
                                0.4470588235294118,
                                0.403921568627451
                            ],
                            "hex": "#e37267"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9176470588235294,
                                0.5843137254901961,
                                0.5529411764705883
                            ],
                            "hex": "#ea958d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9450980392156862,
                                0.7254901960784313,
                                0.7019607843137254
                            ],
                            "hex": "#f1b9b3"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9725490196078431,
                                0.8627450980392157,
                                0.8509803921568627
                            ],
                            "hex": "#f8dcd9"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "errorColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9882352941176471,
                                0.9294117647058824,
                                0.9254901960784314
                            ],
                            "hex": "#fcedec"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "fontSize": {
                        "$value": {
                            "value": 0.875,
                            "unit": "rem"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-size"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_SIZE"
                                ]
                            }
                        }
                    },
                    "fontSizeLarge": {
                        "$value": {
                            "value": 1,
                            "unit": "rem"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-size"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_SIZE"
                                ]
                            }
                        }
                    },
                    "fontSizeSmall": {
                        "$value": {
                            "value": 0.75,
                            "unit": "rem"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-size"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_SIZE"
                                ]
                            }
                        }
                    },
                    "fontSizeXLarge": {
                        "$value": {
                            "value": 1.25,
                            "unit": "rem"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-size"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_SIZE"
                                ]
                            }
                        }
                    },
                    "fontSizeXXLarge": {
                        "$value": {
                            "value": 1.5,
                            "unit": "rem"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-size"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_SIZE"
                                ]
                            }
                        }
                    },
                    "fontWeightBold": {
                        "$value": 700,
                        "$type": "fontWeight",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-weight"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_WEIGHT"
                                ]
                            }
                        }
                    },
                    "fontWeightExtraBold": {
                        "$value": 900,
                        "$type": "fontWeight",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-weight"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_WEIGHT"
                                ]
                            }
                        }
                    },
                    "fontWeightHeavy": {
                        "$value": 800,
                        "$type": "fontWeight",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-weight"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_WEIGHT"
                                ]
                            }
                        }
                    },
                    "fontWeightLight": {
                        "$value": 300,
                        "$type": "fontWeight",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-weight"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_WEIGHT"
                                ]
                            }
                        }
                    },
                    "fontWeightNormal": {
                        "$value": 400,
                        "$type": "fontWeight",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-weight"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_WEIGHT"
                                ]
                            }
                        }
                    },
                    "fontWeightSemiBold": {
                        "$value": 500,
                        "$type": "fontWeight",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-weight"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_WEIGHT"
                                ]
                            }
                        }
                    },
                    "gray20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.09019607843137255,
                                0.11372549019607843,
                                0.12941176470588237
                            ],
                            "hex": "#171d21"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray22": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.16862745098039217,
                                0.18823529411764706,
                                0.2
                            ],
                            "hex": "#2b3033"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray25": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.19215686274509805,
                                0.21568627450980393,
                                0.24313725490196078
                            ],
                            "hex": "#31373e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.23529411764705882,
                                0.26666666666666666,
                                0.30196078431372547
                            ],
                            "hex": "#3c444d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray45": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3607843137254902,
                                0.403921568627451,
                                0.45098039215686275
                            ],
                            "hex": "#5c6773"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray60": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5058823529411764,
                                0.5529411764705883,
                                0.6
                            ],
                            "hex": "#818d99"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray80": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7647058823529411,
                                0.796078431372549,
                                0.8313725490196079
                            ],
                            "hex": "#c3cbd4"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray92": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8823529411764706,
                                0.9019607843137255,
                                0.9215686274509803
                            ],
                            "hex": "#e1e6eb"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray96": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9490196078431372,
                                0.9568627450980393,
                                0.9607843137254902
                            ],
                            "hex": "#f2f4f5"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "gray98": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9686274509803922,
                                0.9725490196078431,
                                0.9803921568627451
                            ],
                            "hex": "#f7f8fa"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "highLow1DHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.10980392156862745,
                                0.4196078431372549,
                                0.17647058823529413
                            ],
                            "hex": "#1C6B2D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA1Strong`"
                    },
                    "highLow1DLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6196078431372549,
                                0.1450980392156863,
                                0.12549019607843137
                            ],
                            "hex": "#9E2520"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA7Strong`"
                    },
                    "highLow1LHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3333333333333333,
                                0.7568627450980392,
                                0.4117647058823529
                            ],
                            "hex": "#55C169"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA1`"
                    },
                    "highLow1LLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9764705882352941,
                                0.5490196078431373,
                                0.5137254901960784
                            ],
                            "hex": "#F98C83"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentA7`"
                    },
                    "highLow2DHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.06666666666666667,
                                0.3568627450980392,
                                0.6784313725490196
                            ],
                            "hex": "#115BAD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB1Strong`"
                    },
                    "highLow2DLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6196078431372549,
                                0.1450980392156863,
                                0.12549019607843137
                            ],
                            "hex": "#9E2520"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB7Strong`"
                    },
                    "highLow2LHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4196078431372549,
                                0.7019607843137254,
                                0.9333333333333333
                            ],
                            "hex": "#6BB3EE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB1`"
                    },
                    "highLow2LLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9764705882352941,
                                0.5490196078431373,
                                0.5137254901960784
                            ],
                            "hex": "#F98C83"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentB7`"
                    },
                    "highLow3DHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.15294117647058825,
                                0.48627450980392156,
                                0.3215686274509804
                            ],
                            "hex": "#277C52"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC1Strong`"
                    },
                    "highLow3DLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3764705882352941,
                                0.17254901960784313,
                                0.6313725490196078
                            ],
                            "hex": "#602CA1"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC7Strong`"
                    },
                    "highLow3LHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.27058823529411763,
                                0.8313725490196079,
                                0.7294117647058823
                            ],
                            "hex": "#45D4BA"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC1`"
                    },
                    "highLow3LLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7529411764705882,
                                0.5764705882352941,
                                0.9764705882352941
                            ],
                            "hex": "#C093F9"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentC7`"
                    },
                    "highLow4DHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.10196078431372549,
                                0.403921568627451,
                                0.396078431372549
                            ],
                            "hex": "#1A6765"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD1Strong`"
                    },
                    "highLow4DLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6235294117647059,
                                0.23137254901960785,
                                0.13725490196078433
                            ],
                            "hex": "#9F3B23"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD7Strong`"
                    },
                    "highLow4LHigh": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1803921568627451,
                                0.6392156862745098,
                                0.6078431372549019
                            ],
                            "hex": "#2EA39B"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD1`"
                    },
                    "highLow4LLow": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8901960784313725,
                                0.4470588235294118,
                                0.22745098039215686
                            ],
                            "hex": "#E3723A"
                        },
                        "$type": "color",
                        "$deprecated": "Use `divergentD7`"
                    },
                    "infoColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.42745098039215684,
                                0.611764705882353
                            ],
                            "hex": "#006d9c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.3411764705882353,
                                0.48627450980392156
                            ],
                            "hex": "#00577c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.2980392156862745,
                                0.4235294117647059
                            ],
                            "hex": "#004c6c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.2549019607843137,
                                0.36470588235294116
                            ],
                            "hex": "#00415d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.21176470588235294,
                                0.30196078431372547
                            ],
                            "hex": "#00364d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.16862745098039217,
                                0.24313725490196078
                            ],
                            "hex": "#002b3e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.5411764705882353,
                                0.6901960784313725
                            ],
                            "hex": "#338ab0"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.6549019607843137,
                                0.7686274509803922
                            ],
                            "hex": "#66a7c4"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6,
                                0.7725490196078432,
                                0.8431372549019608
                            ],
                            "hex": "#99c5d7"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8,
                                0.8862745098039215,
                                0.9215686274509803
                            ],
                            "hex": "#cce2eb"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "infoColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8980392156862745,
                                0.9411764705882353,
                                0.9607843137254902
                            ],
                            "hex": "#e5f0f5"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "inputBorderWidth": {
                        "$value": {
                            "value": 1,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "border-width"
                                ],
                                "figmaVariableScopes": [
                                    "STROKE_FLOAT"
                                ]
                            }
                        }
                    },
                    "interactiveColorBackground": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Default background color for Data entry components.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "interactiveColorBackgroundDisabled": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Background color for disabled Data entry components.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "lineHeight": {
                        "$value": 1.5,
                        "$type": "number",
                        "$description": "Default line height.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightComfortable": {
                        "$value": 1.333,
                        "$type": "number",
                        "$description": "Balanced spacing for smaller text",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightNormal": {
                        "$value": 1.5,
                        "$type": "number",
                        "$description": "Default for body text; comfortable, standard line height same as `lineHeight`",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightRelaxed": {
                        "$value": 1.375,
                        "$type": "number",
                        "$description": "Slightly looser for better readability",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightSingle": {
                        "$value": 1,
                        "$type": "number",
                        "$description": "Very tight. Use where space is extremely limited and text is not expected to wrap.\nIdeal for buttons, badges, input fields, and compact labels.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightSnug": {
                        "$value": 1.25,
                        "$type": "number",
                        "$description": "Compact but a bit more readable",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightSpacious": {
                        "$value": 1.429,
                        "$type": "number",
                        "$description": "Ideal for larger text like headings",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineHeightTight": {
                        "$value": 1.2,
                        "$type": "number",
                        "$description": "Slightly more space than single, still compact",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "line-height"
                                ],
                                "figmaVariableScopes": [
                                    "LINE_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineLength": {
                        "$value": {
                            "value": 0,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$description": "Use to improve readability and [accessibility](https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation.html)\nin blocks of text by preventing overly long lines.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "max-width",
                                    "width"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT"
                                ]
                            }
                        }
                    },
                    "lineLengthMinimum": {
                        "$value": {
                            "value": 0,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$description": "Minimum line length for optimal readability.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "min-width"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT"
                                ]
                            }
                        }
                    },
                    "magenta": {
                        "$value": {
                            "colorSpace": "oklch",
                            "components": [
                                0.6451,
                                0.2601,
                                2.78
                            ],
                            "alpha": 1
                        },
                        "$type": "color"
                    },
                    "mediumBlue": {
                        "$value": {
                            "colorSpace": "oklch",
                            "components": [
                                0.5533,
                                0.246856,
                                261.9937
                            ],
                            "alpha": 1
                        },
                        "$type": "color"
                    },
                    "midnightBlue": {
                        "$value": {
                            "colorSpace": "oklch",
                            "components": [
                                0.2074,
                                0.0479,
                                254.7
                            ],
                            "alpha": 1
                        },
                        "$type": "color"
                    },
                    "orange": {
                        "$value": {
                            "colorSpace": "oklch",
                            "components": [
                                0.757,
                                0.1772,
                                60.16
                            ],
                            "alpha": 1
                        },
                        "$type": "color"
                    },
                    "sequential1D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.06666666666666667,
                                0.5333333333333333,
                                0.19607843137254902
                            ],
                            "hex": "#118832"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA1Strong`"
                    },
                    "sequential1D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.6,
                                0.13333333333333333
                            ],
                            "hex": "#669922"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA2Strong`"
                    },
                    "sequential1D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.615686274509804,
                                0.6235294117647059,
                                0.050980392156862744
                            ],
                            "hex": "#9D9F0D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA3Strong`"
                    },
                    "sequential1D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.796078431372549,
                                0.6549019607843137,
                                0
                            ],
                            "hex": "#CBA700"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA4Strong`"
                    },
                    "sequential1D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8509803921568627,
                                0.47843137254901963,
                                0.050980392156862744
                            ],
                            "hex": "#D97A0D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA5Strong`"
                    },
                    "sequential1D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8509803921568627,
                                0.3058823529411765,
                                0.09019607843137255
                            ],
                            "hex": "#D94E17"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA6Strong`"
                    },
                    "sequential1D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8313725490196079,
                                0.12156862745098039,
                                0.12156862745098039
                            ],
                            "hex": "#D41F1F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA7Strong`"
                    },
                    "sequential1L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.03137254901960784,
                                0.5607843137254902,
                                0.26666666666666666
                            ],
                            "hex": "#088F44"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA1`"
                    },
                    "sequential1L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1803921568627451,
                                0.7215686274509804,
                                0.1803921568627451
                            ],
                            "hex": "#2EB82E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA2`"
                    },
                    "sequential1L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7647058823529411,
                                0.8,
                                0.2
                            ],
                            "hex": "#C3CC33"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA3`"
                    },
                    "sequential1L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.8313725490196079,
                                0.25882352941176473
                            ],
                            "hex": "#FFD442"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA4`"
                    },
                    "sequential1L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.6588235294117647,
                                0.3411764705882353
                            ],
                            "hex": "#FFA857"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA5`"
                    },
                    "sequential1L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.44313725490196076,
                                0.28627450980392155
                            ],
                            "hex": "#FF7149"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA6`"
                    },
                    "sequential1L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.996078431372549,
                                0.22745098039215686,
                                0.22745098039215686
                            ],
                            "hex": "#FE3A3A"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialA7`"
                    },
                    "sequential2D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB1Strong`"
                    },
                    "sequential2D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.23921568627450981,
                                0.1568627450980392,
                                0.18823529411764706
                            ],
                            "hex": "#3D2830"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB2Strong`"
                    },
                    "sequential2D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.33725490196078434,
                                0.1803921568627451,
                                0.2980392156862745
                            ],
                            "hex": "#562E4C"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB3Strong`"
                    },
                    "sequential2D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.43529411764705883,
                                0.20392156862745098,
                                0.40784313725490196
                            ],
                            "hex": "#6F3468"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB4Strong`"
                    },
                    "sequential2D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5294117647058824,
                                0.22745098039215686,
                                0.5137254901960784
                            ],
                            "hex": "#873A83"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB5Strong`"
                    },
                    "sequential2D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6274509803921569,
                                0.25098039215686274,
                                0.6235294117647059
                            ],
                            "hex": "#A0409F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB6Strong`"
                    },
                    "sequential2D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7215686274509804,
                                0.27450980392156865,
                                0.7333333333333333
                            ],
                            "hex": "#B846BB"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB7Strong`"
                    },
                    "sequential2L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB1`"
                    },
                    "sequential2L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9098039215686274,
                                0.7803921568627451,
                                0.807843137254902
                            ],
                            "hex": "#E8C7CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB2`"
                    },
                    "sequential2L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8823529411764706,
                                0.6509803921568628,
                                0.803921568627451
                            ],
                            "hex": "#E1A6CD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB3`"
                    },
                    "sequential2L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8588235294117647,
                                0.5254901960784314,
                                0.803921568627451
                            ],
                            "hex": "#DB86CD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB4`"
                    },
                    "sequential2L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8313725490196079,
                                0.396078431372549,
                                0.803921568627451
                            ],
                            "hex": "#D465CD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB5`"
                    },
                    "sequential2L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.807843137254902,
                                0.26666666666666666,
                                0.8
                            ],
                            "hex": "#CE44CC"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB6`"
                    },
                    "sequential2L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7803921568627451,
                                0.13725490196078433,
                                0.8
                            ],
                            "hex": "#C723CC"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialB7`"
                    },
                    "sequential3D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC1Strong`"
                    },
                    "sequential3D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1450980392156863,
                                0.19607843137254902,
                                0.13725490196078433
                            ],
                            "hex": "#253223"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC2Strong`"
                    },
                    "sequential3D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1411764705882353,
                                0.2627450980392157,
                                0.2
                            ],
                            "hex": "#244333"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC3Strong`"
                    },
                    "sequential3D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1411764705882353,
                                0.32941176470588235,
                                0.25882352941176473
                            ],
                            "hex": "#245442"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC4Strong`"
                    },
                    "sequential3D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1411764705882353,
                                0.39215686274509803,
                                0.3176470588235294
                            ],
                            "hex": "#246451"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC5Strong`"
                    },
                    "sequential3D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.13725490196078433,
                                0.4588235294117647,
                                0.3803921568627451
                            ],
                            "hex": "#237561"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC6Strong`"
                    },
                    "sequential3D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.13725490196078433,
                                0.5215686274509804,
                                0.4392156862745098
                            ],
                            "hex": "#238570"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC7Strong`"
                    },
                    "sequential3L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC1`"
                    },
                    "sequential3L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7137254901960784,
                                0.9254901960784314,
                                0.8313725490196079
                            ],
                            "hex": "#B6ECD4"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC2`"
                    },
                    "sequential3L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.49411764705882355,
                                0.9372549019607843,
                                0.8549019607843137
                            ],
                            "hex": "#7EEFDA"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC3`"
                    },
                    "sequential3L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.27058823529411763,
                                0.8313725490196079,
                                0.7294117647058823
                            ],
                            "hex": "#45D4BA"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC4`"
                    },
                    "sequential3L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.20784313725490197,
                                0.7254901960784313,
                                0.6274509803921569
                            ],
                            "hex": "#35B9A0"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC5`"
                    },
                    "sequential3L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1411764705882353,
                                0.6235294117647059,
                                0.5254901960784314
                            ],
                            "hex": "#249F86"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC6`"
                    },
                    "sequential3L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.0784313725490196,
                                0.5176470588235295,
                                0.4235294117647059
                            ],
                            "hex": "#14846C"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialC7`"
                    },
                    "sequential4D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2,
                                0.18823529411764706,
                                0.13333333333333333
                            ],
                            "hex": "#333022"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD1Strong`"
                    },
                    "sequential4D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.26666666666666666,
                                0.1450980392156863,
                                0.09803921568627451
                            ],
                            "hex": "#442519"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD2Strong`"
                    },
                    "sequential4D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.39215686274509803,
                                0.15294117647058825,
                                0.12156862745098039
                            ],
                            "hex": "#64271F"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD3Strong`"
                    },
                    "sequential4D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5137254901960784,
                                0.16470588235294117,
                                0.1411764705882353
                            ],
                            "hex": "#832A24"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD4Strong`"
                    },
                    "sequential4D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6274509803921569,
                                0.19215686274509805,
                                0.1803921568627451
                            ],
                            "hex": "#A0312E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD5Strong`"
                    },
                    "sequential4D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7411764705882353,
                                0.21568627450980393,
                                0.21568627450980393
                            ],
                            "hex": "#BD3737"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD6Strong`"
                    },
                    "sequential4D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8549019607843137,
                                0.23137254901960785,
                                0.18823529411764706
                            ],
                            "hex": "#DA3B30"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD7Strong`"
                    },
                    "sequential4L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD1`"
                    },
                    "sequential4L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9607843137254902,
                                0.807843137254902,
                                0.7490196078431373
                            ],
                            "hex": "#F5CEBF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD2`"
                    },
                    "sequential4L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9882352941176471,
                                0.7058823529411765,
                                0.6901960784313725
                            ],
                            "hex": "#FCB4B0"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD3`"
                    },
                    "sequential4L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9764705882352941,
                                0.611764705882353,
                                0.5882352941176471
                            ],
                            "hex": "#F99C96"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD4`"
                    },
                    "sequential4L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9647058823529412,
                                0.5176470588235295,
                                0.48627450980392156
                            ],
                            "hex": "#F6847C"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD5`"
                    },
                    "sequential4L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8745098039215686,
                                0.33725490196078434,
                                0.30196078431372547
                            ],
                            "hex": "#DF564D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD6`"
                    },
                    "sequential4L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8666666666666667,
                                0.1803921568627451,
                                0.1803921568627451
                            ],
                            "hex": "#DD2E2E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialD7`"
                    },
                    "sequential5D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1803921568627451,
                                0.1803921568627451,
                                0.3333333333333333
                            ],
                            "hex": "#2E2E55"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE1Strong`"
                    },
                    "sequential5D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.29411764705882354,
                                0.09019607843137255,
                                0.45098039215686275
                            ],
                            "hex": "#4B1773"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE2Strong`"
                    },
                    "sequential5D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4666666666666667,
                                0.07450980392156863,
                                0.41568627450980394
                            ],
                            "hex": "#77136A"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE3Strong`"
                    },
                    "sequential5D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6588235294117647,
                                0.10196078431372549,
                                0.27058823529411763
                            ],
                            "hex": "#A81A45"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE4Strong`"
                    },
                    "sequential5D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8235294117647058,
                                0.27450980392156865,
                                0.12549019607843137
                            ],
                            "hex": "#D24620"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE5Strong`"
                    },
                    "sequential5D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8509803921568627,
                                0.47843137254901963,
                                0.050980392156862744
                            ],
                            "hex": "#D97A0D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE6Strong`"
                    },
                    "sequential5D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.796078431372549,
                                0.6549019607843137,
                                0
                            ],
                            "hex": "#CBA700"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE7Strong`"
                    },
                    "sequential5L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE1`"
                    },
                    "sequential5L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9490196078431372,
                                0.8666666666666667,
                                0.5333333333333333
                            ],
                            "hex": "#F2DD88"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE2`"
                    },
                    "sequential5L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.7647058823529411,
                                0.3333333333333333
                            ],
                            "hex": "#FFC355"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE3`"
                    },
                    "sequential5L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.615686274509804,
                                0.4
                            ],
                            "hex": "#FF9D66"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE4`"
                    },
                    "sequential5L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.4666666666666667,
                                0.4666666666666667
                            ],
                            "hex": "#FF7777"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE5`"
                    },
                    "sequential5L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.26666666666666666,
                                0.4666666666666667
                            ],
                            "hex": "#EE4477"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE6`"
                    },
                    "sequential5L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8666666666666667,
                                0.13333333333333333,
                                0.7333333333333333
                            ],
                            "hex": "#DD22BB"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialE7`"
                    },
                    "sequential6D1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.10980392156862745,
                                0.2,
                                0.3333333333333333
                            ],
                            "hex": "#1C3355"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF1Strong`"
                    },
                    "sequential6D2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.3333333333333333,
                                0.5019607843137255
                            ],
                            "hex": "#005580"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF2Strong`"
                    },
                    "sequential6D3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.4588235294117647,
                                0.4588235294117647
                            ],
                            "hex": "#007575"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF3Strong`"
                    },
                    "sequential6D4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.06666666666666667,
                                0.5333333333333333,
                                0.19607843137254902
                            ],
                            "hex": "#118832"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF4Strong`"
                    },
                    "sequential6D5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.6,
                                0.13333333333333333
                            ],
                            "hex": "#669922"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF5Strong`"
                    },
                    "sequential6D6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.615686274509804,
                                0.6235294117647059,
                                0.050980392156862744
                            ],
                            "hex": "#9D9F0D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF6Strong`"
                    },
                    "sequential6D7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.796078431372549,
                                0.6549019607843137,
                                0
                            ],
                            "hex": "#CBA700"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF7Strong`"
                    },
                    "sequential6L1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9098039215686274,
                                0.807843137254902
                            ],
                            "hex": "#EEE8CE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF1`"
                    },
                    "sequential6L2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9058823529411765,
                                0.9058823529411765,
                                0.3333333333333333
                            ],
                            "hex": "#E7E755"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF2`"
                    },
                    "sequential6L3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6392156862745098,
                                0.8784313725490196,
                                0.3215686274509804
                            ],
                            "hex": "#A3E052"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF3`"
                    },
                    "sequential6L4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.0392156862745098,
                                0.8392156862745098,
                                0.2784313725490196
                            ],
                            "hex": "#0AD647"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF4`"
                    },
                    "sequential6L5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.7333333333333333,
                                0.7333333333333333
                            ],
                            "hex": "#00BBBB"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF5`"
                    },
                    "sequential6L6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.06666666666666667,
                                0.5098039215686274,
                                0.9529411764705882
                            ],
                            "hex": "#1182F3"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF6`"
                    },
                    "sequential6L7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4,
                                0.4,
                                0.8666666666666667
                            ],
                            "hex": "#6666DD"
                        },
                        "$type": "color",
                        "$deprecated": "Use `sequentialF7`"
                    },
                    "serifFontFamily": {
                        "$value": "Georgia, 'Times New Roman', Times, serif",
                        "$type": "fontFamily",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "font-family"
                                ],
                                "figmaVariableScopes": [
                                    "FONT_FAMILY"
                                ]
                            }
                        }
                    },
                    "spacing": {
                        "$value": {
                            "value": 20,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$deprecated": "Use `spacingLarge`"
                    },
                    "spacingHalf": {
                        "$value": {
                            "value": 10,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$deprecated": "Use `spacingSmall`"
                    },
                    "spacingLarge": {
                        "$value": {
                            "value": 16,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "spacingMedium": {
                        "$value": {
                            "value": 12,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "spacingQuarter": {
                        "$value": {
                            "value": 5,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$deprecated": "Use `spacingXSmall`"
                    },
                    "spacingSmall": {
                        "$value": {
                            "value": 8,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "spacingXLarge": {
                        "$value": {
                            "value": 24,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "spacingXSmall": {
                        "$value": {
                            "value": 4,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "spacingXXLarge": {
                        "$value": {
                            "value": 32,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "spacingXXXLarge": {
                        "$value": {
                            "value": 40,
                            "unit": "px"
                        },
                        "$type": "dimension",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "padding",
                                    "margin",
                                    "gap",
                                    "width",
                                    "height"
                                ],
                                "figmaVariableScopes": [
                                    "WIDTH_HEIGHT",
                                    "GAP"
                                ]
                            }
                        }
                    },
                    "static1": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4823529411764706,
                                0.33725490196078434,
                                0.8588235294117647
                            ],
                            "hex": "#7B56DB"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA1`"
                    },
                    "static10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6,
                                0.6941176470588235,
                                0
                            ],
                            "hex": "#99B100"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA10`"
                    },
                    "static11": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.6431372549019608,
                                0.4627450980392157
                            ],
                            "hex": "#FFA476"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA11`"
                    },
                    "static12": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.41568627450980394,
                                0.807843137254902
                            ],
                            "hex": "#FF6ACE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA12`"
                    },
                    "static13": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6823529411764706,
                                0.5490196078431373,
                                1
                            ],
                            "hex": "#AE8CFF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA13`"
                    },
                    "static14": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.40784313725490196,
                                0.615686274509804
                            ],
                            "hex": "#00689D"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA14`"
                    },
                    "static15": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.28627450980392155,
                                0.0392156862745098
                            ],
                            "hex": "#00490A"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA15`"
                    },
                    "static16": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.27450980392156865,
                                0.36470588235294116,
                                0
                            ],
                            "hex": "#465D00"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA16`"
                    },
                    "static17": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.615686274509804,
                                0.38823529411764707,
                                0
                            ],
                            "hex": "#9D6300"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA17`"
                    },
                    "static18": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9647058823529412,
                                0.32941176470588235,
                                0.043137254901960784
                            ],
                            "hex": "#F6540B"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA18`"
                    },
                    "static19": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.5882352941176471,
                                0.6196078431372549
                            ],
                            "hex": "#FF969E"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA19`"
                    },
                    "static2": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.611764705882353,
                                0.9215686274509803
                            ],
                            "hex": "#009CEB"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA2`"
                    },
                    "static20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8941176470588236,
                                0.4823529411764706,
                                0.996078431372549
                            ],
                            "hex": "#E47BFE"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA20`"
                    },
                    "static3": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.803921568627451,
                                0.6862745098039216
                            ],
                            "hex": "#00CDAF"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA3`"
                    },
                    "static4": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8666666666666667,
                                0.6,
                                0
                            ],
                            "hex": "#DD9900"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA4`"
                    },
                    "static5": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.403921568627451,
                                0.4823529411764706
                            ],
                            "hex": "#FF677B"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA5`"
                    },
                    "static6": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.796078431372549,
                                0.12941176470588237,
                                0.5882352941176471
                            ],
                            "hex": "#CB2196"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA6`"
                    },
                    "static7": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5058823529411764,
                                0.19215686274509805,
                                0.5764705882352941
                            ],
                            "hex": "#813193"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA7`"
                    },
                    "static8": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.3176470588235294,
                                0.7098039215686275
                            ],
                            "hex": "#0051B5"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA8`"
                    },
                    "static9": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.5490196078431373,
                                0.5019607843137255
                            ],
                            "hex": "#008C80"
                        },
                        "$type": "color",
                        "$deprecated": "Use `staticA9`"
                    },
                    "successColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3254901960784314,
                                0.6274509803921569,
                                0.3176470588235294
                            ],
                            "hex": "#53a051"
                        },
                        "$type": "color",
                        "$deprecated": "Use `notificationColorPositive` or `severityColorNormal`"
                    },
                    "successColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2784313725490196,
                                0.5686274509803921,
                                0.26666666666666666
                            ],
                            "hex": "#479144"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.25098039215686274,
                                0.5058823529411764,
                                0.23921568627450981
                            ],
                            "hex": "#40813d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.2196078431372549,
                                0.44313725490196076,
                                0.20784313725490197
                            ],
                            "hex": "#387135"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.1843137254901961,
                                0.3803921568627451,
                                0.1803921568627451
                            ],
                            "hex": "#2f612e"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.15294117647058825,
                                0.3176470588235294,
                                0.14901960784313725
                            ],
                            "hex": "#275126"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.4627450980392157,
                                0.7019607843137254,
                                0.4549019607843137
                            ],
                            "hex": "#76b374"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.596078431372549,
                                0.7764705882352941,
                                0.592156862745098
                            ],
                            "hex": "#98c697"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7333333333333333,
                                0.8509803921568627,
                                0.7294117647058823
                            ],
                            "hex": "#bbd9ba"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8666666666666667,
                                0.9254901960784314,
                                0.8666666666666667
                            ],
                            "hex": "#ddecdd"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "successColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9333333333333333,
                                0.9647058823529412,
                                0.9333333333333333
                            ],
                            "hex": "#eef6ee"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "syntaxBlack": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0,
                                0
                            ],
                            "hex": "#000000"
                        },
                        "$type": "color",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "color"
                                ],
                                "figmaVariableScopes": [
                                    "TEXT_FILL"
                                ]
                            }
                        }
                    },
                    "syntaxBlueLight": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0,
                                0.42745098039215684,
                                0.611764705882353
                            ],
                            "hex": "#006d9c"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "syntaxGreenLight": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.3568627450980392,
                                0.6392156862745098,
                                0.5137254901960784
                            ],
                            "hex": "#5ba383"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "syntaxPurpleLight": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6941176470588235,
                                0.611764705882353,
                                0.8509803921568627
                            ],
                            "hex": "#b19cd9"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "syntaxRedLight": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6862745098039216,
                                0.3411764705882353,
                                0.35294117647058826
                            ],
                            "hex": "#af575a"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "syntaxWhite": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                1,
                                1
                            ],
                            "hex": "#ffffff"
                        },
                        "$type": "color",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "color"
                                ],
                                "figmaVariableScopes": [
                                    "TEXT_FILL"
                                ]
                            }
                        }
                    },
                    "transparent": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                "none",
                                "none",
                                "none"
                            ],
                            "alpha": 0
                        },
                        "$type": "color",
                        "$description": "Transparent background color.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "background-color",
                                    "border-color"
                                ],
                                "figmaVariableScopes": [
                                    "FRAME_FILL",
                                    "SHAPE_FILL",
                                    "STROKE_COLOR"
                                ]
                            }
                        }
                    },
                    "warningColor": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9725490196078431,
                                0.7450980392156863,
                                0.20392156862745098
                            ],
                            "hex": "#f8be34"
                        },
                        "$type": "color",
                        "$deprecated": "Use `notificationColorCaution` or `severityColorNotice`"
                    },
                    "warningColorD10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.8784313725490196,
                                0.6745098039215687,
                                0.08627450980392157
                            ],
                            "hex": "#e0ac16"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorD20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.7803921568627451,
                                0.6,
                                0.08235294117647059
                            ],
                            "hex": "#c79915"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorD30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.6823529411764706,
                                0.5254901960784314,
                                0.07450980392156863
                            ],
                            "hex": "#ae8613"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorD40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.5843137254901961,
                                0.45098039215686275,
                                0.07058823529411765
                            ],
                            "hex": "#957312"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorD50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.49019607843137253,
                                0.3764705882352941,
                                0.058823529411764705
                            ],
                            "hex": "#7d600f"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorL10": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9803921568627451,
                                0.796078431372549,
                                0.36470588235294116
                            ],
                            "hex": "#facb5d"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorL20": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.984313725490196,
                                0.8470588235294118,
                                0.5254901960784314
                            ],
                            "hex": "#fbd886"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorL30": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.9921568627450981,
                                0.8980392156862745,
                                0.6823529411764706
                            ],
                            "hex": "#fde5ae"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorL40": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                0.996078431372549,
                                0.9490196078431372,
                                0.8431372549019608
                            ],
                            "hex": "#fef2d7"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "warningColorL50": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                0.9764705882352941,
                                0.9215686274509803
                            ],
                            "hex": "#fff9eb"
                        },
                        "$type": "color",
                        "$deprecated": true
                    },
                    "white": {
                        "$value": {
                            "colorSpace": "srgb",
                            "components": [
                                1,
                                1,
                                1
                            ],
                            "hex": "#ffffff"
                        },
                        "$type": "color",
                        "$description": "Alternate background color in light color schemes and inverted background in dark color schemes.",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "color",
                                    "background-color"
                                ],
                                "figmaVariableScopes": [
                                    "TEXT_FILL",
                                    "FRAME_FILL",
                                    "SHAPE_FILL"
                                ]
                            }
                        }
                    },
                    "zindexFixedNavbar": {
                        "$value": 1030,
                        "$type": "number",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "z-index"
                                ]
                            }
                        }
                    },
                    "zindexLayer": {
                        "$value": 1000,
                        "$type": "number",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "z-index"
                                ]
                            }
                        }
                    },
                    "zindexModal": {
                        "$value": 1050,
                        "$type": "number",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "z-index"
                                ]
                            }
                        }
                    },
                    "zindexModalBackdrop": {
                        "$value": 1040,
                        "$type": "number",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "z-index"
                                ]
                            }
                        }
                    },
                    "zindexPopover": {
                        "$value": 1060,
                        "$type": "number",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "z-index"
                                ]
                            }
                        }
                    },
                    "zindexToastMessages": {
                        "$value": 2000,
                        "$type": "number",
                        "$extensions": {
                            "com.splunk.splunkui": {
                                "cssProperties": [
                                    "z-index"
                                ]
                            }
                        }
                    }
                }
            ]
        }
    },
    "modifiers": {
        "density": {
            "description": "Density overrides grouped by density.",
            "contexts": {
                "comfortable": [
                    {
                        "inputHeight": {
                            "$value": {
                                "value": 32,
                                "unit": "px"
                            },
                            "$type": "dimension",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "height",
                                        "min-height",
                                        "width",
                                        "min-width"
                                    ],
                                    "figmaVariableScopes": [
                                        "WIDTH_HEIGHT"
                                    ]
                                }
                            }
                        }
                    }
                ],
                "compact": [
                    {
                        "inputHeight": {
                            "$value": {
                                "value": 28,
                                "unit": "px"
                            },
                            "$type": "dimension",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "height",
                                        "min-height",
                                        "width",
                                        "min-width"
                                    ],
                                    "figmaVariableScopes": [
                                        "WIDTH_HEIGHT"
                                    ]
                                }
                            }
                        }
                    }
                ]
            }
        },
        "family-colorScheme": {
            "description": "Family and color scheme overrides grouped by family-colorScheme combinations.",
            "contexts": {
                "enterprise-dark": [
                    {
                        "accentColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9450980392156862,
                                    0.5058823529411764,
                                    0.24705882352941178
                                ],
                                "hex": "#f1813f"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "accentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8627450980392157,
                                    0.3058823529411765,
                                    0.2549019607843137
                                ],
                                "hex": "#dc4e41"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegative`"
                        },
                        "accentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.6274509803921569,
                                    0.3176470588235294
                                ],
                                "hex": "#53a051"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositive`"
                        },
                        "accentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.7450980392156863,
                                    0.20392156862745098
                                ],
                                "hex": "#f8be34"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "actionColorBackgroundDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8627450980392157,
                                    0.3058823529411765,
                                    0.2549019607843137
                                ],
                                "hex": "#dc4e41"
                            },
                            "$type": "color",
                            "$description": "Default background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4666666666666667,
                                    0.4196078431372549
                                ],
                                "hex": "#ff776b"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23137254901960785,
                                    0.10196078431372549,
                                    0.08627450980392157
                                ],
                                "hex": "#3b1a16"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4666666666666667,
                                    0.4196078431372549
                                ],
                                "hex": "#ff776b"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.13333333333333333,
                                    0.12156862745098039
                                ],
                                "hex": "#47221f"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Secondary Buttons",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.13333333333333333,
                                    0.12156862745098039
                                ],
                                "hex": "#47221f"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.5372549019607843,
                                    0.1607843137254902
                                ],
                                "hex": "#1a8929"
                            },
                            "$type": "color",
                            "$description": "Default background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.43137254901960786,
                                    0.7294117647058823,
                                    0.47058823529411764
                                ],
                                "hex": "#6eba78"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08627450980392157,
                                    0.23137254901960785,
                                    0.10588235294117647
                                ],
                                "hex": "#163b1b"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.43137254901960786,
                                    0.7294117647058823,
                                    0.47058823529411764
                                ],
                                "hex": "#6eba78"
                            },
                            "$type": "color",
                            "$description": "Hover background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.05
                            },
                            "$type": "color",
                            "$description": "Hover background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.27058823529411763,
                                    0.14901960784313725
                                ],
                                "hex": "#214526"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.27058823529411763,
                                    0.14901960784313725
                                ],
                                "hex": "#214526"
                            },
                            "$type": "color",
                            "$description": "Hover background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4666666666666667,
                                    0.4196078431372549
                                ],
                                "hex": "#ff776b"
                            },
                            "$type": "color",
                            "$description": "Default border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5411764705882353,
                                    0.5019607843137255
                                ],
                                "hex": "#ff8a80"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.16470588235294117,
                                    0.1450980392156863
                                ],
                                "hex": "#562a25"
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5411764705882353,
                                    0.5019607843137255
                                ],
                                "hex": "#ff8a80"
                            },
                            "$type": "color",
                            "$description": "Hover border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$description": "Default border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.7
                            },
                            "$type": "color",
                            "$description": "Hover border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8901960784313725,
                                    0.4470588235294118,
                                    0.403921568627451
                                ],
                                "hex": "#e37267"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.16470588235294117,
                                    0.1450980392156863
                                ],
                                "hex": "#562a25"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Default text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandalone": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12549019607843137,
                                    0.6745098039215687,
                                    0.2
                                ],
                                "hex": "#20ac33"
                            },
                            "$type": "color",
                            "$description": "Default text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6431372549019608,
                                    0.9137254901960784,
                                    0.6823529411764706
                                ],
                                "hex": "#a4e9ae"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.043137254901960784,
                                    0.27450980392156865,
                                    0.07450980392156863
                                ],
                                "hex": "#0b4613"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6431372549019608,
                                    0.9137254901960784,
                                    0.6823529411764706
                                ],
                                "hex": "#a4e9ae"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6431372549019608,
                                    0.9137254901960784,
                                    0.6823529411764706
                                ],
                                "hex": "#a4e9ae"
                            },
                            "$type": "color",
                            "$description": "Active text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6431372549019608,
                                    0.9137254901960784,
                                    0.6823529411764706
                                ],
                                "hex": "#a4e9ae"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09019607843137255,
                                    0.11372549019607843,
                                    0.12941176470588237
                                ],
                                "hex": "#171d21"
                            },
                            "$type": "color",
                            "$deprecated": "Use `backgroundColorPage`"
                        },
                        "backgroundColorDialog": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09019607843137255,
                                    0.11372549019607843,
                                    0.12941176470588237
                                ],
                                "hex": "#171d21"
                            },
                            "$type": "color",
                            "$description": "Default background color for modals.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorFloating": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Background color for inverted color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorOverlayHover` for Data Entry components or `actionColorBackgroundSecondaryHover` for Buttons."
                        },
                        "backgroundColorNavigation": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Default background color for the navigation headers.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPage": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09019607843137255,
                                    0.11372549019607843,
                                    0.12941176470588237
                                ],
                                "hex": "#171d21"
                            },
                            "$type": "color",
                            "$description": "Primary background color for pages.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPopup": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.16862745098039217,
                                    0.18823529411764706,
                                    0.2
                                ],
                                "hex": "#2b3033"
                            },
                            "$type": "color",
                            "$description": "Default background color for popovers and tooltips.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorScrim": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.8
                            },
                            "$type": "color",
                            "$description": "Used for page overlays under modals or when masking UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSection": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11764705882352941,
                                    0.1411764705882353,
                                    0.15294117647058825
                                ],
                                "hex": "#1E2427"
                            },
                            "$type": "color",
                            "$description": "Used for cards or to create visual separation in the UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSidebar": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Background color for side panels and navigation panels.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "border": {
                            "$value": "1px solid #2b3033",
                            "$type": "border",
                            "$deprecated": "Set border using CSS and [borderColor](#borderColor)."
                        },
                        "borderActiveColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorBorderActive` for Data Entry components or `actionColorBorderSecondaryActive` for Buttons."
                        },
                        "borderColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4588235294117647,
                                    0.4745098039215686,
                                    0.47843137254901963
                                ],
                                "hex": "#75797a"
                            },
                            "$type": "color",
                            "$description": "Default border color for elements that meets 3:1 graphical contrast (e.g., menu dividers).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6235294117647059,
                                    0.6274509803921569
                                ],
                                "hex": "#9c9fa0"
                            },
                            "$type": "color",
                            "$description": "Border color with stronger visual emphasis that meets 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.25098039215686274,
                                    0.27058823529411763,
                                    0.2784313725490196
                                ],
                                "hex": "#404547"
                            },
                            "$type": "color",
                            "$description": "Decorative-only border color that does not meet 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderLightColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$deprecated": "Use `borderColorWeak`"
                        },
                        "categoricalA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "categoricalA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "categoricalA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "categoricalA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "categoricalA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "categoricalA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8509803921568627,
                                    0.596078431372549,
                                    0.047058823529411764
                                ],
                                "hex": "#d9980c"
                            },
                            "$type": "color"
                        },
                        "categoricalA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.403921568627451,
                                    0.615686274509804
                                ],
                                "hex": "#60679d"
                            },
                            "$type": "color"
                        },
                        "categoricalA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6313725490196078,
                                    0.8117647058823529
                                ],
                                "hex": "#9ca1cf"
                            },
                            "$type": "color"
                        },
                        "categoricalA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "categoricalA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "categoricalB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.2901960784313726,
                                    0.7333333333333333
                                ],
                                "hex": "#3e4abb"
                            },
                            "$type": "color"
                        },
                        "categoricalB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "categoricalB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "categoricalB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "categoricalB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "categoricalB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8588235294117647,
                                    0.7647058823529411,
                                    1
                                ],
                                "hex": "#dbc3ff"
                            },
                            "$type": "color"
                        },
                        "categoricalB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "categoricalB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.6941176470588235,
                                    0.11372549019607843
                                ],
                                "hex": "#8cb11d"
                            },
                            "$type": "color"
                        },
                        "categoricalB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.1843137254901961,
                                    0.4392156862745098
                                ],
                                "hex": "#c22f70"
                            },
                            "$type": "color"
                        },
                        "categoricalB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.47843137254901963,
                                    0.615686274509804
                                ],
                                "hex": "#fd7a9d"
                            },
                            "$type": "color"
                        },
                        "contentColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12549019607843137,
                                    0.6745098039215687,
                                    0.2
                                ],
                                "hex": "#20ac33"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6431372549019608,
                                    0.9137254901960784,
                                    0.6823529411764706
                                ],
                                "hex": "#a4e9ae"
                            },
                            "$type": "color",
                            "$description": "Brighter brand accent text color for emphasis.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.043137254901960784,
                                    0.27450980392156865,
                                    0.07450980392156863
                                ],
                                "hex": "#0b4613"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color that does not pass 4.5:1 contrast ratio.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Text color for headings, titles, and prominent text content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDefault": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.9019607843137255,
                                    0.9215686274509803
                                ],
                                "hex": "#e1e6eb"
                            },
                            "$type": "color",
                            "$description": "Text color for paragraphs and standard content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled content that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4,
                                    0.6549019607843137,
                                    0.7686274509803922
                                ],
                                "hex": "#66a7c4"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorInverted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Text color used on top of inverted backgrounds.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.6431372549019608,
                                    0.9921568627450981
                                ],
                                "hex": "#00a4fd"
                            },
                            "$type": "color",
                            "$description": "Text color for links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.33725490196078434,
                                    0.5176470588235295
                                ],
                                "hex": "#005684"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisited": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6627450980392157,
                                    0.4549019607843137,
                                    0.9686274509803922
                                ],
                                "hex": "#a974f7"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisitedDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.403921568627451,
                                    0.19607843137254902,
                                    0.7215686274509804
                                ],
                                "hex": "#6732b8"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links in a disabled state.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorMuted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$description": "Subdued text color for less prominent content (use sparingly).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8901960784313725,
                                    0.4470588235294118,
                                    0.403921568627451
                                ],
                                "hex": "#e37267"
                            },
                            "$type": "color",
                            "$description": "Text color for error or negative status messaging.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6509803921568628,
                                    0.6196078431372549
                                ],
                                "hex": "#ffa69e"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.16470588235294117,
                                    0.1450980392156863
                                ],
                                "hex": "#562a25"
                            },
                            "$type": "color",
                            "$description": "Disabled negative text color that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.49411764705882355,
                                    0.803921568627451,
                                    0.49411764705882355
                                ],
                                "hex": "#7ecd7e"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.7450980392156863,
                                    0.20392156862745098
                                ],
                                "hex": "#f8be34"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "divergentA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1843137254901961,
                                    0.4823529411764706,
                                    0.050980392156862744
                                ],
                                "hex": "#2f7b0d"
                            },
                            "$type": "color"
                        },
                        "divergentA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.6196078431372549,
                                    0.1411764705882353
                                ],
                                "hex": "#4c9e24"
                            },
                            "$type": "color"
                        },
                        "divergentA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.13333333333333333,
                                    0.39215686274509803,
                                    0.0196078431372549
                                ],
                                "hex": "#226405"
                            },
                            "$type": "color"
                        },
                        "divergentA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "divergentA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "divergentA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "divergentA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "divergentB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.023529411764705882,
                                    0.5764705882352941,
                                    0.8588235294117647
                                ],
                                "hex": "#0693db"
                            },
                            "$type": "color"
                        },
                        "divergentB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.3607843137254902,
                                    0.5529411764705883
                                ],
                                "hex": "#025c8d"
                            },
                            "$type": "color"
                        },
                        "divergentB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "divergentB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.23921568627450981,
                                    0.3764705882352941
                                ],
                                "hex": "#003d60"
                            },
                            "$type": "color"
                        },
                        "divergentB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.796078431372549,
                                    0.984313725490196
                                ],
                                "hex": "#60cbfb"
                            },
                            "$type": "color"
                        },
                        "divergentB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "divergentC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.19607843137254902,
                                    0.7294117647058823,
                                    0.4392156862745098
                                ],
                                "hex": "#32ba70"
                            },
                            "$type": "color"
                        },
                        "divergentC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.3058823529411765,
                                    0.00784313725490196
                                ],
                                "hex": "#194e02"
                            },
                            "$type": "color"
                        },
                        "divergentC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "divergentC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "divergentC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "divergentC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "divergentC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "divergentC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "divergentD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "divergentD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "divergentD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.2549019607843137,
                                    0.2784313725490196
                                ],
                                "hex": "#014147"
                            },
                            "$type": "color"
                        },
                        "divergentD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "divergentD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.41568627450980394,
                                    0.13333333333333333,
                                    0
                                ],
                                "hex": "#6a2200"
                            },
                            "$type": "color"
                        },
                        "divergentD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "divergentD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "divergentD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "divergentD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "divergentD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "draggableBackground": {
                            "$value": "url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA1SURBVHgB7dKhEQAgDAPAhHmwSKZHYtmHVtZVVNTkXS53UeG57yPYazLmrB8o6h8QgPqBOAOboRAPJUGIOAAAAABJRU5ErkJggg==') 0 0 / 8px 8px repeat",
                            "$type": "gradient",
                            "$deprecated": true
                        },
                        "dragShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.64
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.32
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.3
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "embossShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.35
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.35
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.43137254901960786,
                                    0.6666666666666666
                                ],
                                "hex": "#006eaa"
                            },
                            "$type": "color",
                            "$description": "Visual focus ring color used for focus box-shadow. Should not be directly applied to UI elements.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow",
                                        "outline"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.09019607843137255,
                                            0.11372549019607843,
                                            0.12941176470588237
                                        ],
                                        "hex": "#171d21"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0.43137254901960786,
                                            0.6666666666666666
                                        ],
                                        "hex": "#006eaa"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadowInset": {
                            "$value": [
                                {
                                    "inset": true,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0.43137254901960786,
                                            0.6666666666666666
                                        ],
                                        "hex": "#006eaa"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "fontFamily": {
                            "$value": "'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "fontFamilyTitle": {
                            "$value": "'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$description": "Used for Headings and Typography title variants",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "hoverShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.06666666666666667,
                                            0.07058823529411765,
                                            0.08235294117647059
                                        ],
                                        "hex": "#111215"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            1,
                                            1,
                                            1
                                        ],
                                        "alpha": 0.05
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$deprecated": "Don't use hover shadows - see notes on backgroundColorHover for hover affordances."
                        },
                        "interactiveColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.5372549019607843,
                                    0.1607843137254902
                                ],
                                "hex": "#1A8929"
                            },
                            "$type": "color",
                            "$description": "Brand accent color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentError": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8901960784313725,
                                    0.4470588235294118,
                                    0.403921568627451
                                ],
                                "hex": "#e37267"
                            },
                            "$type": "color",
                            "$description": "Error color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color",
                                        "background-color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9450980392156862,
                                    0.7254901960784313,
                                    0.7019607843137254
                                ],
                                "hex": "#f1b9b3"
                            },
                            "$type": "color",
                            "$description": "Stronger error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.43529411764705883,
                                    0.14901960784313725,
                                    0.11372549019607843
                                ],
                                "hex": "#6f261d"
                            },
                            "$type": "color",
                            "$description": "Weaker error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorder": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$description": "Default border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.7
                            },
                            "$type": "color",
                            "$description": "Hover border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Background overlay color for active (pressed) in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayDrag": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Background overlay color for drag in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.05
                            },
                            "$type": "color",
                            "$description": "Background overlay color for hover in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlaySelected": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.1
                            },
                            "$type": "color",
                            "$description": "Background overlay color for selected in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.7529411764705882,
                                    0.3607843137254902
                                ],
                                "hex": "#5cc05c"
                            },
                            "$type": "color",
                            "$deprecated": "Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor)."
                        },
                        "linkColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.6431372549019608,
                                    0.9921568627450981
                                ],
                                "hex": "#00a4fd"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorLink`"
                        },
                        "linkColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.7372549019607844,
                                    1
                                ],
                                "hex": "#3ebcff"
                            },
                            "$type": "color",
                            "$deprecated": "`Link` hover interaction should use `text-decoration: underline`, color should not change"
                        },
                        "modalShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 50,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 200,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "hex": "#000000"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 29,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 66,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.41
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 14,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 47,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.17
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 10,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.15
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "monoFontFamily": {
                            "$value": "'Splunk Platform Mono', Inconsolata, Consolas, 'Droid Sans Mono', Monaco, 'Courier New', Courier, monospace",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "neutral100": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.19215686274509805,
                                    0.21568627450980393,
                                    0.24313725490196078
                                ],
                                "hex": "#31373e"
                            },
                            "$type": "color",
                            "$description": "Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral200": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral300": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "neutral400": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral50": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12549019607843137,
                                    0.14901960784313725,
                                    0.16470588235294117
                                ],
                                "hex": "#20262a"
                            },
                            "$type": "color",
                            "$description": "Least visually emphasized. Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral500": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7647058823529411,
                                    0.796078431372549,
                                    0.8313725490196079
                                ],
                                "hex": "#c3cbd4"
                            },
                            "$type": "color",
                            "$description": "Most visually emphasized, not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCaution": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6862745098039216,
                                    0.058823529411764705
                                ],
                                "hex": "#FFAF0F"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.8627450980392157,
                                    0.6078431372549019
                                ],
                                "hex": "#FDDC9B"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2,
                                    0.11764705882352941,
                                    0
                                ],
                                "hex": "#331E00"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6745098039215687,
                                    0.4588235294117647,
                                    1
                                ],
                                "hex": "#AC75FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.6980392156862745,
                                    1
                                ],
                                "hex": "#D1B2FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1803921568627451,
                                    0.10588235294117647,
                                    0.29411764705882354
                                ],
                                "hex": "#2E1B4B"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.3215686274509804,
                                    0.3215686274509804
                                ],
                                "hex": "#FF5252"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6,
                                    0.6
                                ],
                                "hex": "#FF9999"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.07450980392156863,
                                    0.07450980392156863
                                ],
                                "hex": "#391313"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.6980392156862745,
                                    1
                                ],
                                "hex": "#1AB2FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.8666666666666667,
                                    1
                                ],
                                "hex": "#99DDFF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.03529411764705882,
                                    0.14901960784313725,
                                    0.20784313725490197
                                ],
                                "hex": "#092635"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "overlayShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.64
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.32
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.3
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "sansFontFamily": {
                            "$value": "'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "sequentialA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10980392156862745,
                                    0.6274509803921569,
                                    0.35294117647058826
                                ],
                                "hex": "#1ca05a"
                            },
                            "$type": "color"
                        },
                        "sequentialA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1568627450980392,
                                    0.43529411764705883,
                                    0.03529411764705882
                                ],
                                "hex": "#286f09"
                            },
                            "$type": "color"
                        },
                        "sequentialA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "sequentialA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "sequentialA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.8,
                                    0.2627450980392157
                                ],
                                "hex": "#aacc43"
                            },
                            "$type": "color"
                        },
                        "sequentialA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "sequentialA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.592156862745098,
                                    0.3333333333333333
                                ],
                                "hex": "#ff9755"
                            },
                            "$type": "color"
                        },
                        "sequentialA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.13725490196078433,
                                    0.17254901960784313
                                ],
                                "hex": "#bb232c"
                            },
                            "$type": "color"
                        },
                        "sequentialA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "sequentialA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.16862745098039217,
                                    0.18823529411764706,
                                    0.21176470588235294
                                ],
                                "hex": "#2b3036"
                            },
                            "$type": "color"
                        },
                        "sequentialB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.28627450980392155,
                                    0.11372549019607843,
                                    0.5529411764705883
                                ],
                                "hex": "#491d8d"
                            },
                            "$type": "color"
                        },
                        "sequentialB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9058823529411765,
                                    0.8392156862745098,
                                    1
                                ],
                                "hex": "#e7d6ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "sequentialB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3803921568627451,
                                    0.1607843137254902,
                                    0.7098039215686275
                                ],
                                "hex": "#6129b5"
                            },
                            "$type": "color"
                        },
                        "sequentialB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.6235294117647059,
                                    1
                                ],
                                "hex": "#c69fff"
                            },
                            "$type": "color"
                        },
                        "sequentialB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "sequentialB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "sequentialB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47058823529411764,
                                    0.22745098039215686,
                                    0.8392156862745098
                                ],
                                "hex": "#783ad6"
                            },
                            "$type": "color"
                        },
                        "sequentialB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6941176470588235,
                                    0.49019607843137253,
                                    0.996078431372549
                                ],
                                "hex": "#b17dfe"
                            },
                            "$type": "color"
                        },
                        "sequentialB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "sequentialB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "sequentialC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.1568627450980392,
                                    0
                                ],
                                "hex": "#1d2800"
                            },
                            "$type": "color"
                        },
                        "sequentialC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.15294117647058825,
                                    0.20392156862745098,
                                    0
                                ],
                                "hex": "#273400"
                            },
                            "$type": "color"
                        },
                        "sequentialC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.9215686274509803,
                                    0.9215686274509803
                                ],
                                "hex": "#9cebeb"
                            },
                            "$type": "color"
                        },
                        "sequentialC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "sequentialC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "sequentialC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3058823529411765,
                                    0.17254901960784313
                                ],
                                "hex": "#044e2c"
                            },
                            "$type": "color"
                        },
                        "sequentialC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.18823529411764706,
                                    0.8274509803921568,
                                    0.8431372549019608
                                ],
                                "hex": "#30d3d7"
                            },
                            "$type": "color"
                        },
                        "sequentialC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.33725490196078434,
                                    0.3686274509803922
                                ],
                                "hex": "#02565e"
                            },
                            "$type": "color"
                        },
                        "sequentialC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "sequentialC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "sequentialC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "sequentialC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "sequentialD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "sequentialD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.34509803921568627,
                                    0.10980392156862745,
                                    0
                                ],
                                "hex": "#581c00"
                            },
                            "$type": "color"
                        },
                        "sequentialD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8352941176470589,
                                    0.7215686274509804
                                ],
                                "hex": "#ffd5b8"
                            },
                            "$type": "color"
                        },
                        "sequentialD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "sequentialD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "sequentialD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5372549019607843,
                                    0.058823529411764705,
                                    0.09019607843137255
                                ],
                                "hex": "#890f17"
                            },
                            "$type": "color"
                        },
                        "sequentialD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "sequentialD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5725490196078431,
                                    0.592156862745098
                                ],
                                "hex": "#ff9297"
                            },
                            "$type": "color"
                        },
                        "sequentialD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "sequentialD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "sequentialD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialE1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.09803921568627451,
                                    0.4
                                ],
                                "hex": "#111966"
                            },
                            "$type": "color"
                        },
                        "sequentialE1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialE2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.08627450980392157,
                                    0.4666666666666667
                                ],
                                "hex": "#3d1677"
                            },
                            "$type": "color"
                        },
                        "sequentialE2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9529411764705882,
                                    0.8666666666666667,
                                    0.4823529411764706
                                ],
                                "hex": "#f3dd7b"
                            },
                            "$type": "color"
                        },
                        "sequentialE3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.047058823529411764,
                                    0.3333333333333333
                                ],
                                "hex": "#6d0c55"
                            },
                            "$type": "color"
                        },
                        "sequentialE3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialE4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4980392156862745,
                                    0.10196078431372549,
                                    0.2823529411764706
                                ],
                                "hex": "#7f1a48"
                            },
                            "$type": "color"
                        },
                        "sequentialE4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6745098039215687,
                                    0.4627450980392157
                                ],
                                "hex": "#ffac76"
                            },
                            "$type": "color"
                        },
                        "sequentialE5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialE5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialE6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "sequentialE6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.38823529411764707,
                                    0.5529411764705883
                                ],
                                "hex": "#fa638d"
                            },
                            "$type": "color"
                        },
                        "sequentialE7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialE7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8705882352941177,
                                    0.34509803921568627,
                                    0.7333333333333333
                                ],
                                "hex": "#de58bb"
                            },
                            "$type": "color"
                        },
                        "sequentialF1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.14901960784313725,
                                    0
                                ],
                                "hex": "#4c2600"
                            },
                            "$type": "color"
                        },
                        "sequentialF1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialF2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.21568627450980393,
                                    0.2901960784313726,
                                    0
                                ],
                                "hex": "#374a00"
                            },
                            "$type": "color"
                        },
                        "sequentialF2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.9019607843137255,
                                    0.5686274509803921
                                ],
                                "hex": "#d1e691"
                            },
                            "$type": "color"
                        },
                        "sequentialF3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.34901960784313724,
                                    0.011764705882352941
                                ],
                                "hex": "#1d5903"
                            },
                            "$type": "color"
                        },
                        "sequentialF3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.8705882352941177,
                                    0.5098039215686274
                                ],
                                "hex": "#a2de82"
                            },
                            "$type": "color"
                        },
                        "sequentialF4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialF4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.8235294117647058,
                                    0.611764705882353
                                ],
                                "hex": "#71d29c"
                            },
                            "$type": "color"
                        },
                        "sequentialF5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.4196078431372549,
                                    0.4549019607843137
                                ],
                                "hex": "#056b74"
                            },
                            "$type": "color"
                        },
                        "sequentialF5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialF6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "sequentialF6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.596078431372549,
                                    0.9725490196078431
                                ],
                                "hex": "#5398f8"
                            },
                            "$type": "color"
                        },
                        "sequentialF7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3137254901960784,
                                    0.3686274509803922,
                                    0.8509803921568627
                                ],
                                "hex": "#505ed9"
                            },
                            "$type": "color"
                        },
                        "sequentialF7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "severityColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.3411764705882353,
                                    0.3843137254901961
                                ],
                                "hex": "#FA5762"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.38823529411764707,
                                    0.5490196078431373
                                ],
                                "hex": "#F2638C"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCustom": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5254901960784314,
                                    0.5568627450980392,
                                    0.7607843137254902
                                ],
                                "hex": "#868EC2"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorEmergency": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9098039215686274,
                                    0.37254901960784315,
                                    0.7764705882352941
                                ],
                                "hex": "#E85FC6"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6627450980392157,
                                    0.4549019607843137,
                                    0.9686274509803922
                                ],
                                "hex": "#A974F7"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.6431372549019608,
                                    0.6901960784313725
                                ],
                                "hex": "#04A4B0"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNotice": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8392156862745098,
                                    0.5647058823529412,
                                    0.050980392156862744
                                ],
                                "hex": "#D6900D"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorUnknown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.5647058823529412,
                                    0.6
                                ],
                                "hex": "#889099"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.403921568627451,
                                    0.13333333333333333
                                ],
                                "hex": "#F26722"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "staticA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticA10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6039215686274509,
                                    0.7450980392156863,
                                    0.17647058823529413
                                ],
                                "hex": "#9abe2d"
                            },
                            "$type": "color"
                        },
                        "staticA11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4549019607843137,
                                    0.9529411764705882
                                ],
                                "hex": "#6574f3"
                            },
                            "$type": "color"
                        },
                        "staticA12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5725490196078431,
                                    0.592156862745098
                                ],
                                "hex": "#ff9297"
                            },
                            "$type": "color"
                        },
                        "staticA13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.29411764705882354,
                                    0.6862745098039216
                                ],
                                "hex": "#d14baf"
                            },
                            "$type": "color"
                        },
                        "staticA14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "staticA15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.43137254901960786,
                                    0.01568627450980392
                                ],
                                "hex": "#bb6e04"
                            },
                            "$type": "color"
                        },
                        "staticA16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.43137254901960786,
                                    0.7764705882352941,
                                    0.2549019607843137
                                ],
                                "hex": "#6ec641"
                            },
                            "$type": "color"
                        },
                        "staticA17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticA18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.592156862745098,
                                    0.3333333333333333
                                ],
                                "hex": "#ff9755"
                            },
                            "$type": "color"
                        },
                        "staticA19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.7411764705882353,
                                    0.9803921568627451
                                ],
                                "hex": "#3abdfa"
                            },
                            "$type": "color"
                        },
                        "staticA20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.6235294117647059,
                                    1
                                ],
                                "hex": "#c69fff"
                            },
                            "$type": "color"
                        },
                        "staticA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8862745098039215,
                                    0.6588235294117647,
                                    0.06666666666666667
                                ],
                                "hex": "#e2a811"
                            },
                            "$type": "color"
                        },
                        "staticA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.25882352941176473,
                                    0.45098039215686275
                                ],
                                "hex": "#e44273"
                            },
                            "$type": "color"
                        },
                        "staticA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6627450980392157,
                                    0.6862745098039216,
                                    0.8549019607843137
                                ],
                                "hex": "#a9afda"
                            },
                            "$type": "color"
                        },
                        "staticA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.34509803921568627,
                                    0.058823529411764705
                                ],
                                "hex": "#d8580f"
                            },
                            "$type": "color"
                        },
                        "staticA8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.5529411764705883,
                                    0.8627450980392157
                                ],
                                "hex": "#f88ddc"
                            },
                            "$type": "color"
                        },
                        "staticA9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.5764705882352941,
                                    0.3215686274509804
                                ],
                                "hex": "#159352"
                            },
                            "$type": "color"
                        },
                        "staticB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4549019607843137,
                                    0.9529411764705882
                                ],
                                "hex": "#6574f3"
                            },
                            "$type": "color"
                        },
                        "staticB10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticB11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "staticB12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.5764705882352941,
                                    0.3215686274509804
                                ],
                                "hex": "#159352"
                            },
                            "$type": "color"
                        },
                        "staticB13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5725490196078431,
                                    0.611764705882353,
                                    0.996078431372549
                                ],
                                "hex": "#929cfe"
                            },
                            "$type": "color"
                        },
                        "staticB14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.20392156862745098,
                                    0.5019607843137255,
                                    0.8941176470588236
                                ],
                                "hex": "#3480e4"
                            },
                            "$type": "color"
                        },
                        "staticB15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.4745098039215686,
                                    0.8235294117647058
                                ],
                                "hex": "#f279d2"
                            },
                            "$type": "color"
                        },
                        "staticB16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticB17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.8235294117647058,
                                    0.611764705882353
                                ],
                                "hex": "#71d29c"
                            },
                            "$type": "color"
                        },
                        "staticB18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.43137254901960786,
                                    0.01568627450980392
                                ],
                                "hex": "#bb6e04"
                            },
                            "$type": "color"
                        },
                        "staticB19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6313725490196078,
                                    0.8117647058823529
                                ],
                                "hex": "#9ca1cf"
                            },
                            "$type": "color"
                        },
                        "staticB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "staticB20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.5294117647058824,
                                    0.796078431372549
                                ],
                                "hex": "#0587cb"
                            },
                            "$type": "color"
                        },
                        "staticB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8588235294117647,
                                    0.7647058823529411,
                                    1
                                ],
                                "hex": "#dbc3ff"
                            },
                            "$type": "color"
                        },
                        "staticB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.25882352941176473,
                                    0.45098039215686275
                                ],
                                "hex": "#e44273"
                            },
                            "$type": "color"
                        },
                        "staticB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.6941176470588235,
                                    0.11372549019607843
                                ],
                                "hex": "#8cb11d"
                            },
                            "$type": "color"
                        },
                        "staticB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.47843137254901963,
                                    0.615686274509804
                                ],
                                "hex": "#fd7a9d"
                            },
                            "$type": "color"
                        },
                        "staticB8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticB9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8470588235294118,
                                    0.9921568627450981
                                ],
                                "hex": "#88d8fd"
                            },
                            "$type": "color"
                        },
                        "statusColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$deprecated": "Default color for critical alerts or urgent messages."
                        },
                        "statusColorCriticalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8627450980392157,
                                    0.3058823529411765,
                                    0.2549019607843137
                                ],
                                "hex": "#dc4e41"
                            },
                            "$type": "color",
                            "$deprecated": "Brighter, more prominent critical color."
                        },
                        "statusColorCriticalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6980392156862745,
                                    0.23921568627450981,
                                    0.18823529411764706
                                ],
                                "hex": "#b23d30"
                            },
                            "$type": "color",
                            "$deprecated": "Weaker, less prominent critical color, does not pass 3:1 graphical or 4.5:1 text contrast."
                        },
                        "statusColorHigh": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8627450980392157,
                                    0.3058823529411765,
                                    0.2549019607843137
                                ],
                                "hex": "#dc4e41"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegative` or `severityColorAlert`"
                        },
                        "statusColorHighStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8901960784313725,
                                    0.4470588235294118,
                                    0.403921568627451
                                ],
                                "hex": "#e37267"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeStrong`"
                        },
                        "statusColorHighWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeWeak`"
                        },
                        "statusColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.42745098039215684,
                                    0.611764705882353
                                ],
                                "hex": "#006d9c"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfo` or `severityColorInfo`"
                        },
                        "statusColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2,
                                    0.5411764705882353,
                                    0.6901960784313725
                                ],
                                "hex": "#338ab0"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoStrong`"
                        },
                        "statusColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.3411764705882353,
                                    0.48627450980392156
                                ],
                                "hex": "#00577c"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoWeak`"
                        },
                        "statusColorLow": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.7450980392156863,
                                    0.20392156862745098
                                ],
                                "hex": "#f8be34"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution` or `severityColorNotice`"
                        },
                        "statusColorLowStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.796078431372549,
                                    0.36470588235294116
                                ],
                                "hex": "#facb5d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionStrong`"
                        },
                        "statusColorLowWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0.6745098039215687,
                                    0.08627450980392157
                                ],
                                "hex": "#e0ac16"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionWeak`"
                        },
                        "statusColorMedium": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9450980392156862,
                                    0.5058823529411764,
                                    0.24705882352941178
                                ],
                                "hex": "#f1813f"
                            },
                            "$type": "color",
                            "$deprecated": "Use `severityColorWarning`"
                        },
                        "statusColorMediumStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.6078431372549019,
                                    0.4
                                ],
                                "hex": "#f49b66"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorMediumWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8549019607843137,
                                    0.4549019607843137,
                                    0.1803921568627451
                                ],
                                "hex": "#da742e"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.6274509803921569,
                                    0.3176470588235294
                                ],
                                "hex": "#53a051"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositive` or `severityColorNormal`"
                        },
                        "statusColorNormalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4627450980392157,
                                    0.7019607843137254,
                                    0.4549019607843137
                                ],
                                "hex": "#76b374"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveStrong`"
                        },
                        "statusColorNormalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.5686274509803921,
                                    0.26666666666666666
                                ],
                                "hex": "#479144"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveWeak`"
                        },
                        "syntaxBlue": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4235294117647059,
                                    0.8156862745098039,
                                    0.9411764705882353
                                ],
                                "hex": "#6cd0f0"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxBrown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9882352941176471,
                                    0.8117647058823529,
                                    0.5294117647058824
                                ],
                                "hex": "#fccf87"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7098039215686275,
                                    0.7098039215686275,
                                    0.7098039215686275
                                ],
                                "hex": "#b5b5b5"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxGreen": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.807843137254902,
                                    0.9411764705882353,
                                    0.4235294117647059
                                ],
                                "hex": "#cef06c"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxOrange": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9686274509803922,
                                    0.6,
                                    0.2901960784313726
                                ],
                                "hex": "#f7994a"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.5803921568627451,
                                    0.8980392156862745
                                ],
                                "hex": "#f494e5"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPurple": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.788235294117647,
                                    0.6196078431372549,
                                    1
                                ],
                                "hex": "#c99eff"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxRed": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.5803921568627451,
                                    0.6666666666666666
                                ],
                                "hex": "#fa94aa"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxTeal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.27058823529411763,
                                    0.8313725490196079,
                                    0.7294117647058823
                                ],
                                "hex": "#45d4ba"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "textColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDefault`"
                        },
                        "textDisabledColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDisabled`"
                        },
                        "textGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.9019607843137255,
                                    0.9215686274509803
                                ],
                                "hex": "#e1e6eb"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorMuted`"
                        }
                    }
                ],
                "enterprise-light": [
                    {
                        "accentColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9450980392156862,
                                    0.5058823529411764,
                                    0.24705882352941178
                                ],
                                "hex": "#f1813f"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "actionColorBackgroundDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$description": "Default background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6313725490196078,
                                    0.2196078431372549,
                                    0.16862745098039217
                                ],
                                "hex": "#a1382b"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9607843137254902,
                                    0.6745098039215687,
                                    0.6392156862745098
                                ],
                                "hex": "#f5aca3"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6313725490196078,
                                    0.2196078431372549,
                                    0.16862745098039217
                                ],
                                "hex": "#a1382b"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.8392156862745098,
                                    0.8196078431372549
                                ],
                                "hex": "#fad6d1"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Secondary Buttons",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.8392156862745098,
                                    0.8196078431372549
                                ],
                                "hex": "#fad6d1"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.3686274509803922,
                                    0.10980392156862745
                                ],
                                "hex": "#125e1c"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.596078431372549,
                                    0.8431372549019608,
                                    0.596078431372549
                                ],
                                "hex": "#98d798"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.3686274509803922,
                                    0.10980392156862745
                                ],
                                "hex": "#125e1c"
                            },
                            "$type": "color",
                            "$description": "Hover background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.12
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.03
                            },
                            "$type": "color",
                            "$description": "Hover background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.9529411764705882,
                                    0.8627450980392157
                                ],
                                "hex": "#d8f3dc"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.9529411764705882,
                                    0.8627450980392157
                                ],
                                "hex": "#d8f3dc"
                            },
                            "$type": "color",
                            "$description": "Hover background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$description": "Default border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6313725490196078,
                                    0.2196078431372549,
                                    0.16862745098039217
                                ],
                                "hex": "#a1382b"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9607843137254902,
                                    0.6745098039215687,
                                    0.6392156862745098
                                ],
                                "hex": "#f5aca3"
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6313725490196078,
                                    0.2196078431372549,
                                    0.16862745098039217
                                ],
                                "hex": "#a1382b"
                            },
                            "$type": "color",
                            "$description": "Hover border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.6
                            },
                            "$type": "color",
                            "$description": "Hover border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9607843137254902,
                                    0.6745098039215687,
                                    0.6392156862745098
                                ],
                                "hex": "#f5aca3"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$description": "Default text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7647058823529411,
                                    0.796078431372549,
                                    0.8313725490196079
                                ],
                                "hex": "#c3cbd4"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandalone": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.5372549019607843,
                                    0.1607843137254902
                                ],
                                "hex": "#1a8929"
                            },
                            "$type": "color",
                            "$description": "Default text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.27058823529411763,
                                    0.08235294117647059
                                ],
                                "hex": "#0d4515"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7098039215686275,
                                    0.8901960784313725,
                                    0.7098039215686275
                                ],
                                "hex": "#b5e3b5"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.27058823529411763,
                                    0.08235294117647059
                                ],
                                "hex": "#0d4515"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.27058823529411763,
                                    0.08235294117647059
                                ],
                                "hex": "#0d4515"
                            },
                            "$type": "color",
                            "$description": "Active text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.27058823529411763,
                                    0.08235294117647059
                                ],
                                "hex": "#0d4515"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$deprecated": "Use `backgroundColorPage`"
                        },
                        "backgroundColorDialog": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default background color for modals.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorFloating": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Background color for inverted color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.9568627450980393,
                                    0.9607843137254902
                                ],
                                "hex": "#f2f4f5"
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorOverlayHover` for Data Entry components or `actionColorBackgroundSecondaryHover` for Buttons."
                        },
                        "backgroundColorNavigation": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.9098039215686274,
                                    0.9254901960784314
                                ],
                                "hex": "#e4e8ec"
                            },
                            "$type": "color",
                            "$description": "Default background color for the navigation headers.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPage": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.9568627450980393,
                                    0.9607843137254902
                                ],
                                "hex": "#f2f4f5"
                            },
                            "$type": "color",
                            "$description": "Primary background color for pages.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPopup": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default background color for popovers and tooltips.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorScrim": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.75
                            },
                            "$type": "color",
                            "$description": "Used for page overlays under modals or when masking UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSection": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Used for cards or to create visual separation in the UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSidebar": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9176470588235294,
                                    0.9294117647058824,
                                    0.9450980392156862
                                ],
                                "hex": "#eaedf1"
                            },
                            "$type": "color",
                            "$description": "Background color for side panels and navigation panels.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "border": {
                            "$value": "1px solid #8c8c8c",
                            "$type": "border",
                            "$deprecated": "Set border using CSS and [borderColor](#borderColor)."
                        },
                        "borderActiveColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorBorderActive` for Data Entry components or `actionColorBorderSecondaryActive` for Buttons."
                        },
                        "borderColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.5490196078431373,
                                    0.5490196078431373
                                ],
                                "hex": "#8c8c8c"
                            },
                            "$type": "color",
                            "$description": "Default border color for elements that meets 3:1 graphical contrast (e.g., menu dividers).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4,
                                    0.4,
                                    0.4
                                ],
                                "hex": "#666666"
                            },
                            "$type": "color",
                            "$description": "Border color with stronger visual emphasis that meets 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8392156862745098,
                                    0.8392156862745098,
                                    0.8392156862745098
                                ],
                                "hex": "#d6d6d6"
                            },
                            "$type": "color",
                            "$description": "Decorative-only border color that does not meet 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderLightColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.9019607843137255,
                                    0.9215686274509803
                                ],
                                "hex": "#e1e6eb"
                            },
                            "$type": "color",
                            "$deprecated": "Use `borderColorWeak`"
                        },
                        "categoricalA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "categoricalA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "categoricalA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "categoricalA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "categoricalA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8509803921568627,
                                    0.596078431372549,
                                    0.047058823529411764
                                ],
                                "hex": "#d9980c"
                            },
                            "$type": "color"
                        },
                        "categoricalA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "categoricalA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6313725490196078,
                                    0.8117647058823529
                                ],
                                "hex": "#9ca1cf"
                            },
                            "$type": "color"
                        },
                        "categoricalA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.403921568627451,
                                    0.615686274509804
                                ],
                                "hex": "#60679d"
                            },
                            "$type": "color"
                        },
                        "categoricalA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "categoricalA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "categoricalB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "categoricalB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.2901960784313726,
                                    0.7333333333333333
                                ],
                                "hex": "#3e4abb"
                            },
                            "$type": "color"
                        },
                        "categoricalB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "categoricalB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "categoricalB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8588235294117647,
                                    0.7647058823529411,
                                    1
                                ],
                                "hex": "#dbc3ff"
                            },
                            "$type": "color"
                        },
                        "categoricalB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "categoricalB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.6941176470588235,
                                    0.11372549019607843
                                ],
                                "hex": "#8cb11d"
                            },
                            "$type": "color"
                        },
                        "categoricalB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "categoricalB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.47843137254901963,
                                    0.615686274509804
                                ],
                                "hex": "#fd7a9d"
                            },
                            "$type": "color"
                        },
                        "categoricalB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.1843137254901961,
                                    0.4392156862745098
                                ],
                                "hex": "#c22f70"
                            },
                            "$type": "color"
                        },
                        "contentColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.5372549019607843,
                                    0.1607843137254902
                                ],
                                "hex": "#1a8929"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.27058823529411763,
                                    0.08235294117647059
                                ],
                                "hex": "#0d4515"
                            },
                            "$type": "color",
                            "$description": "Brighter brand accent text color for emphasis.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7098039215686275,
                                    0.8901960784313725,
                                    0.7098039215686275
                                ],
                                "hex": "#b5e3b5"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color that does not pass 4.5:1 contrast ratio.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$description": "Text color for headings, titles, and prominent text content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDefault": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$description": "Text color for paragraphs and standard content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7647058823529411,
                                    0.796078431372549,
                                    0.8313725490196079
                                ],
                                "hex": "#c3cbd4"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled content that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.42745098039215684,
                                    0.611764705882353
                                ],
                                "hex": "#006d9c"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorInverted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Text color used on top of inverted backgrounds.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.3843137254901961,
                                    0.592156862745098
                                ],
                                "hex": "#006297"
                            },
                            "$type": "color",
                            "$description": "Text color for links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.49411764705882355,
                                    0.8235294117647058,
                                    1
                                ],
                                "hex": "#7ed2ff"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisited": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5254901960784314,
                                    0.2901960784313726,
                                    0.8784313725490196
                                ],
                                "hex": "#864ae0"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisitedDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0.8,
                                    1
                                ],
                                "hex": "#e0ccff"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links in a disabled state.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$description": "Text color for error or negative status messaging.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.17647058823529413,
                                    0.13333333333333333
                                ],
                                "hex": "#812d22"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9607843137254902,
                                    0.6745098039215687,
                                    0.6392156862745098
                                ],
                                "hex": "#f5aca3"
                            },
                            "$type": "color",
                            "$description": "Disabled negative text color that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.18823529411764706,
                                    0.4823529411764706,
                                    0.18823529411764706
                                ],
                                "hex": "#307b30"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.49019607843137253,
                                    0.3764705882352941,
                                    0.058823529411764705
                                ],
                                "hex": "#7d600f"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "divergentA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.6196078431372549,
                                    0.1411764705882353
                                ],
                                "hex": "#4c9e24"
                            },
                            "$type": "color"
                        },
                        "divergentA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1843137254901961,
                                    0.4823529411764706,
                                    0.050980392156862744
                                ],
                                "hex": "#2f7b0d"
                            },
                            "$type": "color"
                        },
                        "divergentA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "divergentA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.13333333333333333,
                                    0.39215686274509803,
                                    0.0196078431372549
                                ],
                                "hex": "#226405"
                            },
                            "$type": "color"
                        },
                        "divergentA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "divergentA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "divergentA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.023529411764705882,
                                    0.5764705882352941,
                                    0.8588235294117647
                                ],
                                "hex": "#0693db"
                            },
                            "$type": "color"
                        },
                        "divergentB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "divergentB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "divergentB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.3607843137254902,
                                    0.5529411764705883
                                ],
                                "hex": "#025c8d"
                            },
                            "$type": "color"
                        },
                        "divergentB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.796078431372549,
                                    0.984313725490196
                                ],
                                "hex": "#60cbfb"
                            },
                            "$type": "color"
                        },
                        "divergentB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.23921568627450981,
                                    0.3764705882352941
                                ],
                                "hex": "#003d60"
                            },
                            "$type": "color"
                        },
                        "divergentB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.19607843137254902,
                                    0.7294117647058823,
                                    0.4392156862745098
                                ],
                                "hex": "#32ba70"
                            },
                            "$type": "color"
                        },
                        "divergentC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "divergentC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.3058823529411765,
                                    0.00784313725490196
                                ],
                                "hex": "#194e02"
                            },
                            "$type": "color"
                        },
                        "divergentC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "divergentC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "divergentC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "divergentC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "divergentC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "divergentC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "divergentD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "divergentD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "divergentD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "divergentD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.2549019607843137,
                                    0.2784313725490196
                                ],
                                "hex": "#014147"
                            },
                            "$type": "color"
                        },
                        "divergentD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "divergentD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.41568627450980394,
                                    0.13333333333333333,
                                    0
                                ],
                                "hex": "#6a2200"
                            },
                            "$type": "color"
                        },
                        "divergentD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "divergentD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "divergentD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "divergentD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "draggableBackground": {
                            "$value": "url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA2SURBVHgB7dKhEQAgDAPAhDnxDMAcDIBnT1pZV1FRk3e53EWFc+2P4N3DmLN+oKh/QADqB+IMUKEQD/CeueAAAAAASUVORK5CYII=') 0 0 / 8px 8px repeat",
                            "$type": "gradient",
                            "$deprecated": true
                        },
                        "dragShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.13
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "embossShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.07
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.07
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.9490196078431372,
                                            0.9568627450980393,
                                            0.9607843137254902
                                        ],
                                        "hex": "#f2f4f5"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0.43137254901960786,
                                            0.6666666666666666
                                        ],
                                        "hex": "#006eaa"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "fontFamily": {
                            "$value": "'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "fontFamilyTitle": {
                            "$value": "'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$description": "Used for Headings and Typography title variants",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "hoverShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.9764705882352941,
                                            0.9764705882352941,
                                            0.9764705882352941
                                        ],
                                        "hex": "#f9f9f9"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.03
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$deprecated": "Don't use hover shadows - see notes on backgroundColorHover for hover affordances."
                        },
                        "interactiveColorAccentError": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6980392156862745,
                                    0.23921568627450981,
                                    0.18823529411764706
                                ],
                                "hex": "#b23d30"
                            },
                            "$type": "color",
                            "$description": "Error color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color",
                                        "background-color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5215686274509804,
                                    0.17647058823529413,
                                    0.1411764705882353
                                ],
                                "hex": "#852d24"
                            },
                            "$type": "color",
                            "$description": "Stronger error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9176470588235294,
                                    0.5843137254901961,
                                    0.5529411764705883
                                ],
                                "hex": "#ea958d"
                            },
                            "$type": "color",
                            "$description": "Weaker error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.6
                            },
                            "$type": "color",
                            "$description": "Hover border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.12
                            },
                            "$type": "color",
                            "$description": "Background overlay color for active (pressed) in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayDrag": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Background overlay color for drag in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.03
                            },
                            "$type": "color",
                            "$description": "Background overlay color for hover in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlaySelected": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.04
                            },
                            "$type": "color",
                            "$description": "Background overlay color for selected in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "linkColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.43137254901960786,
                                    0.6666666666666666
                                ],
                                "hex": "#006eaa"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorLink`"
                        },
                        "linkColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.47843137254901963,
                                    0.7411764705882353
                                ],
                                "hex": "#007abd"
                            },
                            "$type": "color",
                            "$deprecated": "`Link` hover interaction should use `text-decoration: underline`, color should not change"
                        },
                        "modalShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 50,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 200,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.3
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 29,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 66,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.08
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 29,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 47,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.08
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 10,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.03
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "monoFontFamily": {
                            "$value": "'Splunk Platform Mono', Inconsolata, Consolas, 'Droid Sans Mono', Monaco, 'Courier New', Courier, monospace",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "neutral100": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8980392156862745,
                                    0.9176470588235294
                                ],
                                "hex": "#e1e5ea"
                            },
                            "$type": "color",
                            "$description": "Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral200": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8549019607843137,
                                    0.8784313725490196,
                                    0.9058823529411765
                                ],
                                "hex": "#dae0e7"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral300": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8352941176470589,
                                    0.8588235294117647,
                                    0.8862745098039215
                                ],
                                "hex": "#d5dbe2"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "neutral400": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.788235294117647,
                                    0.8196078431372549,
                                    0.8549019607843137
                                ],
                                "hex": "#c9d1da"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral50": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9098039215686274,
                                    0.9215686274509803,
                                    0.9333333333333333
                                ],
                                "hex": "#e8ebee"
                            },
                            "$type": "color",
                            "$description": "Least visually emphasized. Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral500": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.7686274509803922,
                                    0.807843137254902
                                ],
                                "hex": "#bbc4ce"
                            },
                            "$type": "color",
                            "$description": "Most visually emphasized, not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCaution": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.4,
                                    0
                                ],
                                "hex": "#996600"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4,
                                    0.26666666666666666,
                                    0
                                ],
                                "hex": "#664400"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.9058823529411765,
                                    0.7254901960784313
                                ],
                                "hex": "#FEE7B9"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.2980392156862745,
                                    0.9215686274509803
                                ],
                                "hex": "#8C4CEB"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.25098039215686274,
                                    0.13333333333333333,
                                    0.42745098039215684
                                ],
                                "hex": "#40226D"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9411764705882353,
                                    0.8980392156862745,
                                    1
                                ],
                                "hex": "#F0E5FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8117647058823529,
                                    0.09019607843137255,
                                    0.09019607843137255
                                ],
                                "hex": "#CF1717"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.36470588235294116,
                                    0.0392156862745098,
                                    0.0392156862745098
                                ],
                                "hex": "#5D0A0A"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8980392156862745,
                                    0.8980392156862745
                                ],
                                "hex": "#FFE5E5"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.4627450980392157,
                                    0.6980392156862745
                                ],
                                "hex": "#0076B2"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.2627450980392157,
                                    0.3843137254901961
                                ],
                                "hex": "#054362"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.9333333333333333,
                                    1
                                ],
                                "hex": "#CCEEFF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "overlayShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.13
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "sansFontFamily": {
                            "$value": "'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "sequentialA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10980392156862745,
                                    0.6274509803921569,
                                    0.35294117647058826
                                ],
                                "hex": "#1ca05a"
                            },
                            "$type": "color"
                        },
                        "sequentialA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "sequentialA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1568627450980392,
                                    0.43529411764705883,
                                    0.03529411764705882
                                ],
                                "hex": "#286f09"
                            },
                            "$type": "color"
                        },
                        "sequentialA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.8,
                                    0.2627450980392157
                                ],
                                "hex": "#aacc43"
                            },
                            "$type": "color"
                        },
                        "sequentialA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "sequentialA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.592156862745098,
                                    0.3333333333333333
                                ],
                                "hex": "#ff9755"
                            },
                            "$type": "color"
                        },
                        "sequentialA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "sequentialA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "sequentialA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.13725490196078433,
                                    0.17254901960784313
                                ],
                                "hex": "#bb232c"
                            },
                            "$type": "color"
                        },
                        "sequentialA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.16862745098039217,
                                    0.18823529411764706,
                                    0.21176470588235294
                                ],
                                "hex": "#2b3036"
                            },
                            "$type": "color"
                        },
                        "sequentialB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9058823529411765,
                                    0.8392156862745098,
                                    1
                                ],
                                "hex": "#e7d6ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.28627450980392155,
                                    0.11372549019607843,
                                    0.5529411764705883
                                ],
                                "hex": "#491d8d"
                            },
                            "$type": "color"
                        },
                        "sequentialB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "sequentialB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.6235294117647059,
                                    1
                                ],
                                "hex": "#c69fff"
                            },
                            "$type": "color"
                        },
                        "sequentialB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3803921568627451,
                                    0.1607843137254902,
                                    0.7098039215686275
                                ],
                                "hex": "#6129b5"
                            },
                            "$type": "color"
                        },
                        "sequentialB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "sequentialB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "sequentialB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6941176470588235,
                                    0.49019607843137253,
                                    0.996078431372549
                                ],
                                "hex": "#b17dfe"
                            },
                            "$type": "color"
                        },
                        "sequentialB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47058823529411764,
                                    0.22745098039215686,
                                    0.8392156862745098
                                ],
                                "hex": "#783ad6"
                            },
                            "$type": "color"
                        },
                        "sequentialB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "sequentialB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "sequentialC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.1568627450980392,
                                    0
                                ],
                                "hex": "#1d2800"
                            },
                            "$type": "color"
                        },
                        "sequentialC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.9215686274509803,
                                    0.9215686274509803
                                ],
                                "hex": "#9cebeb"
                            },
                            "$type": "color"
                        },
                        "sequentialC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.15294117647058825,
                                    0.20392156862745098,
                                    0
                                ],
                                "hex": "#273400"
                            },
                            "$type": "color"
                        },
                        "sequentialC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "sequentialC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "sequentialC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.18823529411764706,
                                    0.8274509803921568,
                                    0.8431372549019608
                                ],
                                "hex": "#30d3d7"
                            },
                            "$type": "color"
                        },
                        "sequentialC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3058823529411765,
                                    0.17254901960784313
                                ],
                                "hex": "#044e2c"
                            },
                            "$type": "color"
                        },
                        "sequentialC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.33725490196078434,
                                    0.3686274509803922
                                ],
                                "hex": "#02565e"
                            },
                            "$type": "color"
                        },
                        "sequentialC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "sequentialC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "sequentialC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "sequentialC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "sequentialD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "sequentialD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8352941176470589,
                                    0.7215686274509804
                                ],
                                "hex": "#ffd5b8"
                            },
                            "$type": "color"
                        },
                        "sequentialD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.34509803921568627,
                                    0.10980392156862745,
                                    0
                                ],
                                "hex": "#581c00"
                            },
                            "$type": "color"
                        },
                        "sequentialD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "sequentialD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "sequentialD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "sequentialD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5372549019607843,
                                    0.058823529411764705,
                                    0.09019607843137255
                                ],
                                "hex": "#890f17"
                            },
                            "$type": "color"
                        },
                        "sequentialD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5725490196078431,
                                    0.592156862745098
                                ],
                                "hex": "#ff9297"
                            },
                            "$type": "color"
                        },
                        "sequentialD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "sequentialD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "sequentialE1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialE1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.09803921568627451,
                                    0.4
                                ],
                                "hex": "#111966"
                            },
                            "$type": "color"
                        },
                        "sequentialE2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9529411764705882,
                                    0.8666666666666667,
                                    0.4823529411764706
                                ],
                                "hex": "#f3dd7b"
                            },
                            "$type": "color"
                        },
                        "sequentialE2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.08627450980392157,
                                    0.4666666666666667
                                ],
                                "hex": "#3d1677"
                            },
                            "$type": "color"
                        },
                        "sequentialE3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialE3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.047058823529411764,
                                    0.3333333333333333
                                ],
                                "hex": "#6d0c55"
                            },
                            "$type": "color"
                        },
                        "sequentialE4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6745098039215687,
                                    0.4627450980392157
                                ],
                                "hex": "#ffac76"
                            },
                            "$type": "color"
                        },
                        "sequentialE4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4980392156862745,
                                    0.10196078431372549,
                                    0.2823529411764706
                                ],
                                "hex": "#7f1a48"
                            },
                            "$type": "color"
                        },
                        "sequentialE5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialE5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialE6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.38823529411764707,
                                    0.5529411764705883
                                ],
                                "hex": "#fa638d"
                            },
                            "$type": "color"
                        },
                        "sequentialE6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "sequentialE7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8705882352941177,
                                    0.34509803921568627,
                                    0.7333333333333333
                                ],
                                "hex": "#de58bb"
                            },
                            "$type": "color"
                        },
                        "sequentialE7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialF1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialF1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.14901960784313725,
                                    0
                                ],
                                "hex": "#4c2600"
                            },
                            "$type": "color"
                        },
                        "sequentialF2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.9019607843137255,
                                    0.5686274509803921
                                ],
                                "hex": "#d1e691"
                            },
                            "$type": "color"
                        },
                        "sequentialF2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.21568627450980393,
                                    0.2901960784313726,
                                    0
                                ],
                                "hex": "#374a00"
                            },
                            "$type": "color"
                        },
                        "sequentialF3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.8705882352941177,
                                    0.5098039215686274
                                ],
                                "hex": "#a2de82"
                            },
                            "$type": "color"
                        },
                        "sequentialF3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.34901960784313724,
                                    0.011764705882352941
                                ],
                                "hex": "#1d5903"
                            },
                            "$type": "color"
                        },
                        "sequentialF4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.8235294117647058,
                                    0.611764705882353
                                ],
                                "hex": "#71d29c"
                            },
                            "$type": "color"
                        },
                        "sequentialF4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialF5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialF5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.4196078431372549,
                                    0.4549019607843137
                                ],
                                "hex": "#056b74"
                            },
                            "$type": "color"
                        },
                        "sequentialF6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.596078431372549,
                                    0.9725490196078431
                                ],
                                "hex": "#5398f8"
                            },
                            "$type": "color"
                        },
                        "sequentialF6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "sequentialF7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "sequentialF7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3137254901960784,
                                    0.3686274509803922,
                                    0.8509803921568627
                                ],
                                "hex": "#505ed9"
                            },
                            "$type": "color"
                        },
                        "severityColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.17647058823529413,
                                    0.21568627450980393
                                ],
                                "hex": "#CC2D37"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.18823529411764706,
                                    0.43529411764705883
                                ],
                                "hex": "#C2306F"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCustom": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.36470588235294116,
                                    0.396078431372549,
                                    0.5882352941176471
                                ],
                                "hex": "#5D6596"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorEmergency": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7098039215686275,
                                    0.2,
                                    0.5803921568627451
                                ],
                                "hex": "#B53394"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5254901960784314,
                                    0.2901960784313726,
                                    0.8784313725490196
                                ],
                                "hex": "#864AE0"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.4588235294117647,
                                    0.5019607843137255
                                ],
                                "hex": "#017580"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNotice": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.3333333333333333,
                                    0.011764705882352941
                                ],
                                "hex": "#A65503"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorUnknown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4235294117647059,
                                    0.4588235294117647
                                ],
                                "hex": "#656C75"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7411764705882353,
                                    0.2549019607843137,
                                    0.043137254901960784
                                ],
                                "hex": "#BD410B"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "staticA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "staticA10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticA11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.2901960784313726,
                                    0.7333333333333333
                                ],
                                "hex": "#3e4abb"
                            },
                            "$type": "color"
                        },
                        "staticA12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9254901960784314,
                                    0.24313725490196078,
                                    0.27450980392156865
                                ],
                                "hex": "#ec3e46"
                            },
                            "$type": "color"
                        },
                        "staticA13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6039215686274509,
                                    0.13333333333333333,
                                    0.48627450980392156
                                ],
                                "hex": "#9a227c"
                            },
                            "$type": "color"
                        },
                        "staticA14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticA15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.27058823529411763,
                                    0
                                ],
                                "hex": "#884500"
                            },
                            "$type": "color"
                        },
                        "staticA16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2549019607843137,
                                    0.5725490196078431,
                                    0.10588235294117647
                                ],
                                "hex": "#41921b"
                            },
                            "$type": "color"
                        },
                        "staticA17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.30980392156862746,
                                    0.32941176470588235,
                                    0.4980392156862745
                                ],
                                "hex": "#4f547f"
                            },
                            "$type": "color"
                        },
                        "staticA18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.34509803921568627,
                                    0.058823529411764705
                                ],
                                "hex": "#d8580f"
                            },
                            "$type": "color"
                        },
                        "staticA19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.37254901960784315,
                                    0
                                ],
                                "hex": "#475f00"
                            },
                            "$type": "color"
                        },
                        "staticA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.5294117647058824,
                                    0.796078431372549
                                ],
                                "hex": "#0587cb"
                            },
                            "$type": "color"
                        },
                        "staticA20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "staticA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.43137254901960786,
                                    0.01568627450980392
                                ],
                                "hex": "#bb6e04"
                            },
                            "$type": "color"
                        },
                        "staticA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "staticA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "staticA8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.29411764705882354,
                                    0.6862745098039216
                                ],
                                "hex": "#d14baf"
                            },
                            "$type": "color"
                        },
                        "staticA9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "staticB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.32941176470588235,
                                    0.788235294117647
                                ],
                                "hex": "#4754c9"
                            },
                            "$type": "color"
                        },
                        "staticB10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.30980392156862746,
                                    0.32941176470588235,
                                    0.4980392156862745
                                ],
                                "hex": "#4f547f"
                            },
                            "$type": "color"
                        },
                        "staticB11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.34509803921568627,
                                    0.058823529411764705
                                ],
                                "hex": "#d8580f"
                            },
                            "$type": "color"
                        },
                        "staticB12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.03529411764705882,
                                    0.4392156862745098,
                                    0.23921568627450981
                                ],
                                "hex": "#09703d"
                            },
                            "$type": "color"
                        },
                        "staticB13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4549019607843137,
                                    0.9529411764705882
                                ],
                                "hex": "#6574f3"
                            },
                            "$type": "color"
                        },
                        "staticB14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.37254901960784315,
                                    0.7254901960784313
                                ],
                                "hex": "#195fb9"
                            },
                            "$type": "color"
                        },
                        "staticB15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.29411764705882354,
                                    0.6862745098039216
                                ],
                                "hex": "#d14baf"
                            },
                            "$type": "color"
                        },
                        "staticB16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3058823529411765,
                                    0.41568627450980394,
                                    0.00392156862745098
                                ],
                                "hex": "#4e6a01"
                            },
                            "$type": "color"
                        },
                        "staticB17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.5764705882352941,
                                    0.3215686274509804
                                ],
                                "hex": "#159352"
                            },
                            "$type": "color"
                        },
                        "staticB18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5882352941176471,
                                    0.3058823529411765,
                                    0.00392156862745098
                                ],
                                "hex": "#964e01"
                            },
                            "$type": "color"
                        },
                        "staticB19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticB20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.4,
                                    0.611764705882353
                                ],
                                "hex": "#02669c"
                            },
                            "$type": "color"
                        },
                        "staticB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6901960784313725,
                                    0.16862745098039217,
                                    0.403921568627451
                                ],
                                "hex": "#b02b67"
                            },
                            "$type": "color"
                        },
                        "staticB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47058823529411764,
                                    0.22745098039215686,
                                    0.8392156862745098
                                ],
                                "hex": "#783ad6"
                            },
                            "$type": "color"
                        },
                        "staticB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.25882352941176473,
                                    0.45098039215686275
                                ],
                                "hex": "#e44273"
                            },
                            "$type": "color"
                        },
                        "staticB8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.4196078431372549,
                                    0.4549019607843137
                                ],
                                "hex": "#056b74"
                            },
                            "$type": "color"
                        },
                        "staticB9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.5294117647058824,
                                    0.796078431372549
                                ],
                                "hex": "#0587cb"
                            },
                            "$type": "color"
                        },
                        "statusColorCriticalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6980392156862745,
                                    0.23921568627450981,
                                    0.18823529411764706
                                ],
                                "hex": "#b23d30"
                            },
                            "$type": "color",
                            "$deprecated": "Brighter, more prominent critical color."
                        },
                        "statusColorCriticalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8627450980392157,
                                    0.3058823529411765,
                                    0.2549019607843137
                                ],
                                "hex": "#dc4e41"
                            },
                            "$type": "color",
                            "$deprecated": "Weaker, less prominent critical color, does not pass 3:1 graphical or 4.5:1 text contrast."
                        },
                        "statusColorHighStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7843137254901961,
                                    0.27058823529411763,
                                    0.20784313725490197
                                ],
                                "hex": "#c84535"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeStrong`"
                        },
                        "statusColorHighWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8901960784313725,
                                    0.4470588235294118,
                                    0.403921568627451
                                ],
                                "hex": "#e37267"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeWeak`"
                        },
                        "statusColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.3411764705882353,
                                    0.48627450980392156
                                ],
                                "hex": "#00577c"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoStrong`"
                        },
                        "statusColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2,
                                    0.5411764705882353,
                                    0.6901960784313725
                                ],
                                "hex": "#338ab0"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoWeak`"
                        },
                        "statusColorLowStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0.6745098039215687,
                                    0.08627450980392157
                                ],
                                "hex": "#e0ac16"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionStrong`"
                        },
                        "statusColorLowWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.796078431372549,
                                    0.36470588235294116
                                ],
                                "hex": "#facb5d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionWeak`"
                        },
                        "statusColorMediumStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8549019607843137,
                                    0.4549019607843137,
                                    0.1803921568627451
                                ],
                                "hex": "#da742e"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorMediumWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.6078431372549019,
                                    0.4
                                ],
                                "hex": "#f49b66"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorNormalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.5686274509803921,
                                    0.26666666666666666
                                ],
                                "hex": "#479144"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveStrong`"
                        },
                        "statusColorNormalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4627450980392157,
                                    0.7019607843137254,
                                    0.4549019607843137
                                ],
                                "hex": "#76b374"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveWeak`"
                        },
                        "syntaxBlue": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.41568627450980394,
                                    0.6392156862745098
                                ],
                                "hex": "#006aa3"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxBrown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5647058823529412,
                                    0.3568627450980392,
                                    0.01568627450980392
                                ],
                                "hex": "#905b04"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxGreen": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1843137254901961,
                                    0.3803921568627451,
                                    0.1803921568627451
                                ],
                                "hex": "#2f612e"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxOrange": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6431372549019608,
                                    0.29411764705882354,
                                    0.054901960784313725
                                ],
                                "hex": "#a44b0e"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7254901960784313,
                                    0.07450980392156863,
                                    0.6196078431372549
                                ],
                                "hex": "#b9139e"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPurple": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.09019607843137255,
                                    0.9490196078431372
                                ],
                                "hex": "#5317f2"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxRed": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.792156862745098,
                                    0.08627450980392157,
                                    0.23921568627450981
                                ],
                                "hex": "#ca163d"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxTeal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.4392156862745098,
                                    0.3764705882352941
                                ],
                                "hex": "#1a7060"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "textColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDefault`"
                        },
                        "textDisabledColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7647058823529411,
                                    0.796078431372549,
                                    0.8313725490196079
                                ],
                                "hex": "#c3cbd4"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDisabled`"
                        },
                        "textGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.4666666666666667,
                                    0.5215686274509804
                                ],
                                "hex": "#6b7785"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorMuted`"
                        }
                    }
                ],
                "prisma-dark": [
                    {
                        "accentColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.25098039215686274,
                                    0.050980392156862744
                                ],
                                "hex": "#c6400d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "accentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.25882352941176473,
                                    0.25882352941176473
                                ],
                                "hex": "#ff4242"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegative`"
                        },
                        "accentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5215686274509804,
                                    0.9568627450980393,
                                    0.08235294117647059
                                ],
                                "hex": "#85f415"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositive`"
                        },
                        "accentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.5686274509803921,
                                    0.023529411764705882
                                ],
                                "hex": "#f49106"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "actionColorBackgroundDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.25882352941176473,
                                    0.25882352941176473
                                ],
                                "hex": "#ff4242"
                            },
                            "$type": "color",
                            "$description": "Default background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#ff6b6b"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.10196078431372549,
                                    0.10196078431372549
                                ],
                                "hex": "#561a1a"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#ff6b6b"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.12156862745098039,
                                    0.12156862745098039
                                ],
                                "hex": "#471f1f"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Secondary Buttons",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.12156862745098039,
                                    0.12156862745098039
                                ],
                                "hex": "#471f1f"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "hex": "#3993ff"
                            },
                            "$type": "color",
                            "$description": "Default background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.6823529411764706,
                                    1
                                ],
                                "hex": "#6baeff"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06274509803921569,
                                    0.20392156862745098,
                                    0.3764705882352941
                                ],
                                "hex": "#103460"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.6823529411764706,
                                    1
                                ],
                                "hex": "#6baeff"
                            },
                            "$type": "color",
                            "$description": "Hover background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.05
                            },
                            "$type": "color",
                            "$description": "Hover background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0392156862745098,
                                    0.1843137254901961,
                                    0.3607843137254902
                                ],
                                "hex": "#0a2f5c"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0392156862745098,
                                    0.1843137254901961,
                                    0.3607843137254902
                                ],
                                "hex": "#0a2f5c"
                            },
                            "$type": "color",
                            "$description": "Hover background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.25882352941176473,
                                    0.25882352941176473
                                ],
                                "hex": "#ff4242"
                            },
                            "$type": "color",
                            "$description": "Default border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#ff6b6b"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.10196078431372549,
                                    0.10196078431372549
                                ],
                                "hex": "#561a1a"
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#ff6b6b"
                            },
                            "$type": "color",
                            "$description": "Hover border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$description": "Default border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.7
                            },
                            "$type": "color",
                            "$description": "Hover border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.3215686274509804,
                                    0.3215686274509804
                                ],
                                "hex": "#ff5252"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.10196078431372549,
                                    0.10196078431372549
                                ],
                                "hex": "#561a1a"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Default text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.9803921568627451,
                                    0.9803921568627451
                                ],
                                "hex": "#fafafa"
                            },
                            "$type": "color",
                            "$description": "Default text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#6b6b6b"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandalone": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.5843137254901961,
                                    1
                                ],
                                "hex": "#3d95ff"
                            },
                            "$type": "color",
                            "$description": "Default text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.792156862745098,
                                    1
                                ],
                                "hex": "#9ecaff"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.4823529411764706
                                ],
                                "hex": "#14437b"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.792156862745098,
                                    1
                                ],
                                "hex": "#9ecaff"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.792156862745098,
                                    1
                                ],
                                "hex": "#9ecaff"
                            },
                            "$type": "color",
                            "$description": "Active text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.792156862745098,
                                    1
                                ],
                                "hex": "#9ecaff"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09019607843137255,
                                    0.11372549019607843,
                                    0.12941176470588237
                                ],
                                "hex": "#171d21"
                            },
                            "$type": "color",
                            "$deprecated": "Use `backgroundColorPage`"
                        },
                        "backgroundColorDialog": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11764705882352941,
                                    0.12549019607843137,
                                    0.1411764705882353
                                ],
                                "hex": "#1e2024"
                            },
                            "$type": "color",
                            "$description": "Default background color for modals.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorFloating": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Background color for inverted color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorOverlayHover` for Data Entry components or `actionColorBackgroundSecondaryHover` for Buttons."
                        },
                        "backgroundColorNavigation": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.03137254901960784,
                                    0.03529411764705882,
                                    0.0392156862745098
                                ],
                                "hex": "#08090a"
                            },
                            "$type": "color",
                            "$description": "Default background color for the navigation headers.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPage": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.07058823529411765,
                                    0.08235294117647059
                                ],
                                "hex": "#111215"
                            },
                            "$type": "color",
                            "$description": "Primary background color for pages.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPopup": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.15294117647058825,
                                    0.1607843137254902,
                                    0.1803921568627451
                                ],
                                "hex": "#27292e"
                            },
                            "$type": "color",
                            "$description": "Default background color for popovers and tooltips.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorScrim": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.8
                            },
                            "$type": "color",
                            "$description": "Used for page overlays under modals or when masking UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSection": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.10980392156862745,
                                    0.12549019607843137
                                ],
                                "hex": "#1a1c20"
                            },
                            "$type": "color",
                            "$description": "Used for cards or to create visual separation in the UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSidebar": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.043137254901960784,
                                    0.047058823529411764,
                                    0.054901960784313725
                                ],
                                "hex": "#0b0c0e"
                            },
                            "$type": "color",
                            "$description": "Background color for side panels and navigation panels.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "border": {
                            "$value": "1px solid #2b3033",
                            "$type": "border",
                            "$deprecated": "Set border using CSS and [borderColor](#borderColor)."
                        },
                        "borderActiveColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorBorderActive` for Data Entry components or `actionColorBorderSecondaryActive` for Buttons."
                        },
                        "borderColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.4470588235294118,
                                    0.4588235294117647
                                ],
                                "hex": "#717275"
                            },
                            "$type": "color",
                            "$description": "Default border color for elements that meets 3:1 graphical contrast (e.g., menu dividers).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.592156862745098,
                                    0.596078431372549,
                                    0.6078431372549019
                                ],
                                "hex": "#97989b"
                            },
                            "$type": "color",
                            "$description": "Border color with stronger visual emphasis that meets 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.24313725490196078,
                                    0.2627450980392157
                                ],
                                "hex": "#3d3e43"
                            },
                            "$type": "color",
                            "$description": "Decorative-only border color that does not meet 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderLightColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5529411764705883,
                                    0.6
                                ],
                                "hex": "#818d99"
                            },
                            "$type": "color",
                            "$deprecated": "Use `borderColorWeak`"
                        },
                        "categoricalA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "categoricalA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "categoricalA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "categoricalA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "categoricalA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "categoricalA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8509803921568627,
                                    0.596078431372549,
                                    0.047058823529411764
                                ],
                                "hex": "#d9980c"
                            },
                            "$type": "color"
                        },
                        "categoricalA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.403921568627451,
                                    0.615686274509804
                                ],
                                "hex": "#60679d"
                            },
                            "$type": "color"
                        },
                        "categoricalA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6313725490196078,
                                    0.8117647058823529
                                ],
                                "hex": "#9ca1cf"
                            },
                            "$type": "color"
                        },
                        "categoricalA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "categoricalA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "categoricalB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.2901960784313726,
                                    0.7333333333333333
                                ],
                                "hex": "#3e4abb"
                            },
                            "$type": "color"
                        },
                        "categoricalB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "categoricalB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "categoricalB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "categoricalB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "categoricalB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8588235294117647,
                                    0.7647058823529411,
                                    1
                                ],
                                "hex": "#dbc3ff"
                            },
                            "$type": "color"
                        },
                        "categoricalB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "categoricalB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.6941176470588235,
                                    0.11372549019607843
                                ],
                                "hex": "#8cb11d"
                            },
                            "$type": "color"
                        },
                        "categoricalB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.1843137254901961,
                                    0.4392156862745098
                                ],
                                "hex": "#c22f70"
                            },
                            "$type": "color"
                        },
                        "categoricalB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.47843137254901963,
                                    0.615686274509804
                                ],
                                "hex": "#fd7a9d"
                            },
                            "$type": "color"
                        },
                        "contentColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.5843137254901961,
                                    1
                                ],
                                "hex": "#3d95ff"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.792156862745098,
                                    1
                                ],
                                "hex": "#9ecaff"
                            },
                            "$type": "color",
                            "$description": "Brighter brand accent text color for emphasis.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.4823529411764706
                                ],
                                "hex": "#14437b"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color that does not pass 4.5:1 contrast ratio.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.9803921568627451,
                                    0.9803921568627451
                                ],
                                "hex": "#fafafa"
                            },
                            "$type": "color",
                            "$description": "Text color for headings, titles, and prominent text content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDefault": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7098039215686275,
                                    0.7098039215686275,
                                    0.7098039215686275
                                ],
                                "hex": "#b5b5b5"
                            },
                            "$type": "color",
                            "$description": "Text color for paragraphs and standard content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#6b6b6b"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled content that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3803921568627451,
                                    0.792156862745098,
                                    0.9803921568627451
                                ],
                                "hex": "#61cafa"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorInverted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Text color used on top of inverted backgrounds.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "hex": "#3993ff"
                            },
                            "$type": "color",
                            "$description": "Text color for links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.4823529411764706
                                ],
                                "hex": "#14437b"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisited": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6627450980392157,
                                    0.4549019607843137,
                                    0.9686274509803922
                                ],
                                "hex": "#a974f7"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisitedDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.403921568627451,
                                    0.19607843137254902,
                                    0.7215686274509804
                                ],
                                "hex": "#6732B8"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links in a disabled state.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorMuted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5647058823529412,
                                    0.5647058823529412,
                                    0.5647058823529412
                                ],
                                "hex": "#909090"
                            },
                            "$type": "color",
                            "$description": "Subdued text color for less prominent content (use sparingly).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.3215686274509804,
                                    0.3215686274509804
                                ],
                                "hex": "#ff5252"
                            },
                            "$type": "color",
                            "$description": "Text color for error or negative status messaging.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6196078431372549,
                                    0.6196078431372549
                                ],
                                "hex": "#ff9e9e"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.33725490196078434,
                                    0.10196078431372549,
                                    0.10196078431372549
                                ],
                                "hex": "#561a1a"
                            },
                            "$type": "color",
                            "$description": "Disabled negative text color that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5215686274509804,
                                    0.9568627450980393,
                                    0.08235294117647059
                                ],
                                "hex": "#85f415"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.5686274509803921,
                                    0.023529411764705882
                                ],
                                "hex": "#f49106"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "divergentA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1843137254901961,
                                    0.4823529411764706,
                                    0.050980392156862744
                                ],
                                "hex": "#2f7b0d"
                            },
                            "$type": "color"
                        },
                        "divergentA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.6196078431372549,
                                    0.1411764705882353
                                ],
                                "hex": "#4c9e24"
                            },
                            "$type": "color"
                        },
                        "divergentA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.13333333333333333,
                                    0.39215686274509803,
                                    0.0196078431372549
                                ],
                                "hex": "#226405"
                            },
                            "$type": "color"
                        },
                        "divergentA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "divergentA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "divergentA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "divergentA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "divergentB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.023529411764705882,
                                    0.5764705882352941,
                                    0.8588235294117647
                                ],
                                "hex": "#0693db"
                            },
                            "$type": "color"
                        },
                        "divergentB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.3607843137254902,
                                    0.5529411764705883
                                ],
                                "hex": "#025c8d"
                            },
                            "$type": "color"
                        },
                        "divergentB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "divergentB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.23921568627450981,
                                    0.3764705882352941
                                ],
                                "hex": "#003d60"
                            },
                            "$type": "color"
                        },
                        "divergentB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.796078431372549,
                                    0.984313725490196
                                ],
                                "hex": "#60cbfb"
                            },
                            "$type": "color"
                        },
                        "divergentB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "divergentC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.19607843137254902,
                                    0.7294117647058823,
                                    0.4392156862745098
                                ],
                                "hex": "#32ba70"
                            },
                            "$type": "color"
                        },
                        "divergentC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.3058823529411765,
                                    0.00784313725490196
                                ],
                                "hex": "#194e02"
                            },
                            "$type": "color"
                        },
                        "divergentC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "divergentC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "divergentC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "divergentC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "divergentC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "divergentC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "divergentD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "divergentD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "divergentD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.2549019607843137,
                                    0.2784313725490196
                                ],
                                "hex": "#014147"
                            },
                            "$type": "color"
                        },
                        "divergentD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "divergentD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.41568627450980394,
                                    0.13333333333333333,
                                    0
                                ],
                                "hex": "#6a2200"
                            },
                            "$type": "color"
                        },
                        "divergentD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "divergentD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "divergentD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "divergentD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "divergentD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "draggableBackground": {
                            "$value": "radial-gradient(circle at 1px 1px, #909090, #909090 1px, transparent 1px) 0 0 / 4px 6px",
                            "$type": "gradient",
                            "$deprecated": true
                        },
                        "dragShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.64
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.32
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.3
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "embossShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.35
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.35
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "hex": "#3993FF"
                            },
                            "$type": "color",
                            "$description": "Visual focus ring color used for focus box-shadow. Should not be directly applied to UI elements.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow",
                                        "outline"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.06666666666666667,
                                            0.07058823529411765,
                                            0.08235294117647059
                                        ],
                                        "hex": "#111215"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.2235294117647059,
                                            0.5764705882352941,
                                            1
                                        ],
                                        "hex": "#3993FF"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadowInset": {
                            "$value": [
                                {
                                    "inset": true,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.2235294117647059,
                                            0.5764705882352941,
                                            1
                                        ],
                                        "hex": "#3993FF"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "fontFamily": {
                            "$value": "'Splunk Platform Sans', 'Splunk Data Sans', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "fontFamilyTitle": {
                            "$value": "'Splunk Platform Sans', 'Splunk Data Sans', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$description": "Used for Headings and Typography title variants",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "hoverShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.06666666666666667,
                                            0.07058823529411765,
                                            0.08235294117647059
                                        ],
                                        "hex": "#111215"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            1,
                                            1,
                                            1
                                        ],
                                        "alpha": 0.05
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$deprecated": "Don't use hover shadows - see notes on backgroundColorHover for hover affordances."
                        },
                        "interactiveColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "hex": "#3993ff"
                            },
                            "$type": "color",
                            "$description": "Brand accent color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentError": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.25882352941176473,
                                    0.25882352941176473
                                ],
                                "hex": "#ff4242"
                            },
                            "$type": "color",
                            "$description": "Error color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color",
                                        "background-color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5294117647058824,
                                    0.5450980392156862
                                ],
                                "hex": "#ff878b"
                            },
                            "$type": "color",
                            "$description": "Stronger error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorder": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$description": "Default border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.7
                            },
                            "$type": "color",
                            "$description": "Hover border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.8823529411764706,
                                    0.8823529411764706
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Background overlay color for active (pressed) in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayDrag": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Background overlay color for drag in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.05
                            },
                            "$type": "color",
                            "$description": "Background overlay color for hover in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlaySelected": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.1
                            },
                            "$type": "color",
                            "$description": "Background overlay color for selected in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "hex": "#3993FF"
                            },
                            "$type": "color",
                            "$deprecated": "Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor)."
                        },
                        "linkColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.5764705882352941,
                                    1
                                ],
                                "hex": "#3993FF"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorLink`"
                        },
                        "linkColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.7372549019607844,
                                    1
                                ],
                                "hex": "#3ebcff"
                            },
                            "$type": "color",
                            "$deprecated": "`Link` hover interaction should use `text-decoration: underline`, color should not change"
                        },
                        "modalShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 50,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 200,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "hex": "#000000"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 29,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 66,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.41
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 14,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 47,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.17
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 10,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.15
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "monoFontFamily": {
                            "$value": "'Splunk Platform Mono', 'Roboto Mono', Consolas, 'Droid Sans Mono', Monaco, 'Courier New', Courier, monospace",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "neutral100": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2,
                                    0.20392156862745098,
                                    0.23137254901960785
                                ],
                                "hex": "#33343b"
                            },
                            "$type": "color",
                            "$description": "Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral200": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2627450980392157,
                                    0.27058823529411763,
                                    0.29411764705882354
                                ],
                                "hex": "#43454b"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral300": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3137254901960784,
                                    0.3176470588235294,
                                    0.34509803921568627
                                ],
                                "hex": "#505158"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "neutral400": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5058823529411764,
                                    0.5098039215686274,
                                    0.5215686274509804
                                ],
                                "hex": "#818285"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral50": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.13725490196078433,
                                    0.1411764705882353,
                                    0.1607843137254902
                                ],
                                "hex": "#232429"
                            },
                            "$type": "color",
                            "$description": "Least visually emphasized. Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral500": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6745098039215687,
                                    0.6745098039215687,
                                    0.6784313725490196
                                ],
                                "hex": "#acacad"
                            },
                            "$type": "color",
                            "$description": "Most visually emphasized, not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCaution": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6862745098039216,
                                    0.058823529411764705
                                ],
                                "hex": "#FFAF0F"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.8627450980392157,
                                    0.6078431372549019
                                ],
                                "hex": "#FDDC9B"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2,
                                    0.11764705882352941,
                                    0
                                ],
                                "hex": "#331E00"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6745098039215687,
                                    0.4588235294117647,
                                    1
                                ],
                                "hex": "#AC75FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.6980392156862745,
                                    1
                                ],
                                "hex": "#D1B2FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1803921568627451,
                                    0.10588235294117647,
                                    0.29411764705882354
                                ],
                                "hex": "#2E1B4B"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.3215686274509804,
                                    0.3215686274509804
                                ],
                                "hex": "#FF5252"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6,
                                    0.6
                                ],
                                "hex": "#FF9999"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2235294117647059,
                                    0.07450980392156863,
                                    0.07450980392156863
                                ],
                                "hex": "#391313"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10196078431372549,
                                    0.6980392156862745,
                                    1
                                ],
                                "hex": "#1AB2FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.8666666666666667,
                                    1
                                ],
                                "hex": "#99DDFF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.03529411764705882,
                                    0.14901960784313725,
                                    0.20784313725490197
                                ],
                                "hex": "#092635"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "overlayShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.64
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.32
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.3
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "sansFontFamily": {
                            "$value": "'Splunk Platform Sans', 'Splunk Data Sans', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "sequentialA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10980392156862745,
                                    0.6274509803921569,
                                    0.35294117647058826
                                ],
                                "hex": "#1ca05a"
                            },
                            "$type": "color"
                        },
                        "sequentialA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1568627450980392,
                                    0.43529411764705883,
                                    0.03529411764705882
                                ],
                                "hex": "#286f09"
                            },
                            "$type": "color"
                        },
                        "sequentialA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "sequentialA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "sequentialA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.8,
                                    0.2627450980392157
                                ],
                                "hex": "#aacc43"
                            },
                            "$type": "color"
                        },
                        "sequentialA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "sequentialA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.592156862745098,
                                    0.3333333333333333
                                ],
                                "hex": "#ff9755"
                            },
                            "$type": "color"
                        },
                        "sequentialA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.13725490196078433,
                                    0.17254901960784313
                                ],
                                "hex": "#bb232c"
                            },
                            "$type": "color"
                        },
                        "sequentialA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "sequentialA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.16862745098039217,
                                    0.18823529411764706,
                                    0.21176470588235294
                                ],
                                "hex": "#2b3036"
                            },
                            "$type": "color"
                        },
                        "sequentialB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.28627450980392155,
                                    0.11372549019607843,
                                    0.5529411764705883
                                ],
                                "hex": "#491d8d"
                            },
                            "$type": "color"
                        },
                        "sequentialB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9058823529411765,
                                    0.8392156862745098,
                                    1
                                ],
                                "hex": "#e7d6ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "sequentialB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3803921568627451,
                                    0.1607843137254902,
                                    0.7098039215686275
                                ],
                                "hex": "#6129b5"
                            },
                            "$type": "color"
                        },
                        "sequentialB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.6235294117647059,
                                    1
                                ],
                                "hex": "#c69fff"
                            },
                            "$type": "color"
                        },
                        "sequentialB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "sequentialB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "sequentialB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47058823529411764,
                                    0.22745098039215686,
                                    0.8392156862745098
                                ],
                                "hex": "#783ad6"
                            },
                            "$type": "color"
                        },
                        "sequentialB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6941176470588235,
                                    0.49019607843137253,
                                    0.996078431372549
                                ],
                                "hex": "#b17dfe"
                            },
                            "$type": "color"
                        },
                        "sequentialB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "sequentialB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "sequentialC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.1568627450980392,
                                    0
                                ],
                                "hex": "#1d2800"
                            },
                            "$type": "color"
                        },
                        "sequentialC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.15294117647058825,
                                    0.20392156862745098,
                                    0
                                ],
                                "hex": "#273400"
                            },
                            "$type": "color"
                        },
                        "sequentialC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.9215686274509803,
                                    0.9215686274509803
                                ],
                                "hex": "#9cebeb"
                            },
                            "$type": "color"
                        },
                        "sequentialC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "sequentialC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "sequentialC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3058823529411765,
                                    0.17254901960784313
                                ],
                                "hex": "#044e2c"
                            },
                            "$type": "color"
                        },
                        "sequentialC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.18823529411764706,
                                    0.8274509803921568,
                                    0.8431372549019608
                                ],
                                "hex": "#30d3d7"
                            },
                            "$type": "color"
                        },
                        "sequentialC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.33725490196078434,
                                    0.3686274509803922
                                ],
                                "hex": "#02565e"
                            },
                            "$type": "color"
                        },
                        "sequentialC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "sequentialC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "sequentialC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "sequentialC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "sequentialD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "sequentialD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.34509803921568627,
                                    0.10980392156862745,
                                    0
                                ],
                                "hex": "#581c00"
                            },
                            "$type": "color"
                        },
                        "sequentialD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8352941176470589,
                                    0.7215686274509804
                                ],
                                "hex": "#ffd5b8"
                            },
                            "$type": "color"
                        },
                        "sequentialD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "sequentialD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "sequentialD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5372549019607843,
                                    0.058823529411764705,
                                    0.09019607843137255
                                ],
                                "hex": "#890f17"
                            },
                            "$type": "color"
                        },
                        "sequentialD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "sequentialD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5725490196078431,
                                    0.592156862745098
                                ],
                                "hex": "#ff9297"
                            },
                            "$type": "color"
                        },
                        "sequentialD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "sequentialD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "sequentialD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialE1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.09803921568627451,
                                    0.4
                                ],
                                "hex": "#111966"
                            },
                            "$type": "color"
                        },
                        "sequentialE1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialE2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.08627450980392157,
                                    0.4666666666666667
                                ],
                                "hex": "#3d1677"
                            },
                            "$type": "color"
                        },
                        "sequentialE2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9529411764705882,
                                    0.8666666666666667,
                                    0.4823529411764706
                                ],
                                "hex": "#f3dd7b"
                            },
                            "$type": "color"
                        },
                        "sequentialE3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.047058823529411764,
                                    0.3333333333333333
                                ],
                                "hex": "#6d0c55"
                            },
                            "$type": "color"
                        },
                        "sequentialE3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialE4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4980392156862745,
                                    0.10196078431372549,
                                    0.2823529411764706
                                ],
                                "hex": "#7f1a48"
                            },
                            "$type": "color"
                        },
                        "sequentialE4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6745098039215687,
                                    0.4627450980392157
                                ],
                                "hex": "#ffac76"
                            },
                            "$type": "color"
                        },
                        "sequentialE5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialE5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialE6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "sequentialE6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.38823529411764707,
                                    0.5529411764705883
                                ],
                                "hex": "#fa638d"
                            },
                            "$type": "color"
                        },
                        "sequentialE7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialE7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8705882352941177,
                                    0.34509803921568627,
                                    0.7333333333333333
                                ],
                                "hex": "#de58bb"
                            },
                            "$type": "color"
                        },
                        "sequentialF1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.14901960784313725,
                                    0
                                ],
                                "hex": "#4c2600"
                            },
                            "$type": "color"
                        },
                        "sequentialF1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialF2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.21568627450980393,
                                    0.2901960784313726,
                                    0
                                ],
                                "hex": "#374a00"
                            },
                            "$type": "color"
                        },
                        "sequentialF2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.9019607843137255,
                                    0.5686274509803921
                                ],
                                "hex": "#d1e691"
                            },
                            "$type": "color"
                        },
                        "sequentialF3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.34901960784313724,
                                    0.011764705882352941
                                ],
                                "hex": "#1d5903"
                            },
                            "$type": "color"
                        },
                        "sequentialF3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.8705882352941177,
                                    0.5098039215686274
                                ],
                                "hex": "#a2de82"
                            },
                            "$type": "color"
                        },
                        "sequentialF4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialF4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.8235294117647058,
                                    0.611764705882353
                                ],
                                "hex": "#71d29c"
                            },
                            "$type": "color"
                        },
                        "sequentialF5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.4196078431372549,
                                    0.4549019607843137
                                ],
                                "hex": "#056b74"
                            },
                            "$type": "color"
                        },
                        "sequentialF5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialF6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "sequentialF6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.596078431372549,
                                    0.9725490196078431
                                ],
                                "hex": "#5398f8"
                            },
                            "$type": "color"
                        },
                        "sequentialF7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3137254901960784,
                                    0.3686274509803922,
                                    0.8509803921568627
                                ],
                                "hex": "#505ed9"
                            },
                            "$type": "color"
                        },
                        "sequentialF7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "severityColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.3411764705882353,
                                    0.3843137254901961
                                ],
                                "hex": "#FA5762"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.38823529411764707,
                                    0.5490196078431373
                                ],
                                "hex": "#F2638C"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCustom": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5254901960784314,
                                    0.5568627450980392,
                                    0.7607843137254902
                                ],
                                "hex": "#868EC2"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorEmergency": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9098039215686274,
                                    0.37254901960784315,
                                    0.7764705882352941
                                ],
                                "hex": "#E85FC6"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6627450980392157,
                                    0.4549019607843137,
                                    0.9686274509803922
                                ],
                                "hex": "#A974F7"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.6431372549019608,
                                    0.6901960784313725
                                ],
                                "hex": "#04A4B0"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNotice": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8392156862745098,
                                    0.5647058823529412,
                                    0.050980392156862744
                                ],
                                "hex": "#D6900D"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorUnknown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.5647058823529412,
                                    0.6
                                ],
                                "hex": "#889099"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.403921568627451,
                                    0.13333333333333333
                                ],
                                "hex": "#F26722"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "staticA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticA10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6039215686274509,
                                    0.7450980392156863,
                                    0.17647058823529413
                                ],
                                "hex": "#9abe2d"
                            },
                            "$type": "color"
                        },
                        "staticA11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4549019607843137,
                                    0.9529411764705882
                                ],
                                "hex": "#6574f3"
                            },
                            "$type": "color"
                        },
                        "staticA12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5725490196078431,
                                    0.592156862745098
                                ],
                                "hex": "#ff9297"
                            },
                            "$type": "color"
                        },
                        "staticA13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.29411764705882354,
                                    0.6862745098039216
                                ],
                                "hex": "#d14baf"
                            },
                            "$type": "color"
                        },
                        "staticA14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "staticA15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.43137254901960786,
                                    0.01568627450980392
                                ],
                                "hex": "#bb6e04"
                            },
                            "$type": "color"
                        },
                        "staticA16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.43137254901960786,
                                    0.7764705882352941,
                                    0.2549019607843137
                                ],
                                "hex": "#6ec641"
                            },
                            "$type": "color"
                        },
                        "staticA17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticA18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.592156862745098,
                                    0.3333333333333333
                                ],
                                "hex": "#ff9755"
                            },
                            "$type": "color"
                        },
                        "staticA19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.7411764705882353,
                                    0.9803921568627451
                                ],
                                "hex": "#3abdfa"
                            },
                            "$type": "color"
                        },
                        "staticA20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.6235294117647059,
                                    1
                                ],
                                "hex": "#c69fff"
                            },
                            "$type": "color"
                        },
                        "staticA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8862745098039215,
                                    0.6588235294117647,
                                    0.06666666666666667
                                ],
                                "hex": "#e2a811"
                            },
                            "$type": "color"
                        },
                        "staticA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.25882352941176473,
                                    0.45098039215686275
                                ],
                                "hex": "#e44273"
                            },
                            "$type": "color"
                        },
                        "staticA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6627450980392157,
                                    0.6862745098039216,
                                    0.8549019607843137
                                ],
                                "hex": "#a9afda"
                            },
                            "$type": "color"
                        },
                        "staticA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.34509803921568627,
                                    0.058823529411764705
                                ],
                                "hex": "#d8580f"
                            },
                            "$type": "color"
                        },
                        "staticA8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.5529411764705883,
                                    0.8627450980392157
                                ],
                                "hex": "#f88ddc"
                            },
                            "$type": "color"
                        },
                        "staticA9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.5764705882352941,
                                    0.3215686274509804
                                ],
                                "hex": "#159352"
                            },
                            "$type": "color"
                        },
                        "staticB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4549019607843137,
                                    0.9529411764705882
                                ],
                                "hex": "#6574f3"
                            },
                            "$type": "color"
                        },
                        "staticB10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticB11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "staticB12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.5764705882352941,
                                    0.3215686274509804
                                ],
                                "hex": "#159352"
                            },
                            "$type": "color"
                        },
                        "staticB13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5725490196078431,
                                    0.611764705882353,
                                    0.996078431372549
                                ],
                                "hex": "#929cfe"
                            },
                            "$type": "color"
                        },
                        "staticB14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.20392156862745098,
                                    0.5019607843137255,
                                    0.8941176470588236
                                ],
                                "hex": "#3480e4"
                            },
                            "$type": "color"
                        },
                        "staticB15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.4745098039215686,
                                    0.8235294117647058
                                ],
                                "hex": "#f279d2"
                            },
                            "$type": "color"
                        },
                        "staticB16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticB17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.8235294117647058,
                                    0.611764705882353
                                ],
                                "hex": "#71d29c"
                            },
                            "$type": "color"
                        },
                        "staticB18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.43137254901960786,
                                    0.01568627450980392
                                ],
                                "hex": "#bb6e04"
                            },
                            "$type": "color"
                        },
                        "staticB19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6313725490196078,
                                    0.8117647058823529
                                ],
                                "hex": "#9ca1cf"
                            },
                            "$type": "color"
                        },
                        "staticB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "staticB20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.5294117647058824,
                                    0.796078431372549
                                ],
                                "hex": "#0587cb"
                            },
                            "$type": "color"
                        },
                        "staticB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8588235294117647,
                                    0.7647058823529411,
                                    1
                                ],
                                "hex": "#dbc3ff"
                            },
                            "$type": "color"
                        },
                        "staticB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.25882352941176473,
                                    0.45098039215686275
                                ],
                                "hex": "#e44273"
                            },
                            "$type": "color"
                        },
                        "staticB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.6941176470588235,
                                    0.11372549019607843
                                ],
                                "hex": "#8cb11d"
                            },
                            "$type": "color"
                        },
                        "staticB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.47843137254901963,
                                    0.615686274509804
                                ],
                                "hex": "#fd7a9d"
                            },
                            "$type": "color"
                        },
                        "staticB8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticB9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8470588235294118,
                                    0.9921568627450981
                                ],
                                "hex": "#88d8fd"
                            },
                            "$type": "color"
                        },
                        "statusColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.2,
                                    0.3803921568627451
                                ],
                                "hex": "#ff3361"
                            },
                            "$type": "color",
                            "$deprecated": "Default color for critical alerts or urgent messages."
                        },
                        "statusColorCriticalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4,
                                    0.5333333333333333
                                ],
                                "hex": "#ff6688"
                            },
                            "$type": "color",
                            "$deprecated": "Brighter, more prominent critical color."
                        },
                        "statusColorCriticalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0,
                                    0.2235294117647059
                                ],
                                "hex": "#ff0039"
                            },
                            "$type": "color",
                            "$deprecated": "Weaker, less prominent critical color, does not pass 3:1 graphical or 4.5:1 text contrast."
                        },
                        "statusColorHigh": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.25882352941176473,
                                    0.25882352941176473
                                ],
                                "hex": "#ff4242"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegative` or `severityColorAlert`"
                        },
                        "statusColorHighStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4588235294117647,
                                    0.4588235294117647
                                ],
                                "hex": "#ff7575"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeStrong`"
                        },
                        "statusColorHighWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.058823529411764705,
                                    0.058823529411764705
                                ],
                                "hex": "#ff0f0f"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeWeak`"
                        },
                        "statusColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3803921568627451,
                                    0.792156862745098,
                                    0.9803921568627451
                                ],
                                "hex": "#61cafa"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfo` or `severityColorInfo`"
                        },
                        "statusColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5725490196078431,
                                    0.8588235294117647,
                                    0.9882352941176471
                                ],
                                "hex": "#92dbfc"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoStrong`"
                        },
                        "statusColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.18823529411764706,
                                    0.7254901960784313,
                                    0.9725490196078431
                                ],
                                "hex": "#30b9f8"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoWeak`"
                        },
                        "statusColorLow": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.17254901960784313,
                                    0.7411764705882353,
                                    0.6392156862745098
                                ],
                                "hex": "#2cbda3"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution` or `severityColorNotice`"
                        },
                        "statusColorLowStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2823529411764706,
                                    0.8313725490196079,
                                    0.7333333333333333
                                ],
                                "hex": "#48d4bb"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionStrong`"
                        },
                        "statusColorLowWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.13333333333333333,
                                    0.5803921568627451,
                                    0.4980392156862745
                                ],
                                "hex": "#22947f"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionWeak`"
                        },
                        "statusColorMedium": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.5686274509803921,
                                    0.023529411764705882
                                ],
                                "hex": "#f49106"
                            },
                            "$type": "color",
                            "$deprecated": "Use `severityColorWarning`"
                        },
                        "statusColorMediumStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.6549019607843137,
                                    0.2
                                ],
                                "hex": "#faa733"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorMediumWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.45098039215686275,
                                    0.0196078431372549
                                ],
                                "hex": "#c27305"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5215686274509804,
                                    0.9568627450980393,
                                    0.08235294117647059
                                ],
                                "hex": "#85f415"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositive` or `severityColorNormal`"
                        },
                        "statusColorNormalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.9647058823529412,
                                    0.27450980392156865
                                ],
                                "hex": "#9ef646"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveStrong`"
                        },
                        "statusColorNormalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.8,
                                    0.0392156862745098
                                ],
                                "hex": "#6bcc0a"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveWeak`"
                        },
                        "syntaxGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5647058823529412,
                                    0.5647058823529412,
                                    0.5647058823529412
                                ],
                                "hex": "#909090"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxOrange": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9686274509803922,
                                    0.5764705882352941,
                                    0.24705882352941178
                                ],
                                "hex": "#f7933f"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.5803921568627451,
                                    0.8980392156862745
                                ],
                                "hex": "#f494e5"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPurple": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6705882352941176,
                                    0.4549019607843137,
                                    0.9450980392156862
                                ],
                                "hex": "#ab74f1"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxRed": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9137254901960784,
                                    0.3843137254901961,
                                    0.4980392156862745
                                ],
                                "hex": "#e9627f"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "textColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDefault`"
                        },
                        "textDisabledColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3607843137254902,
                                    0.403921568627451,
                                    0.45098039215686275
                                ],
                                "hex": "#5c6773"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDisabled`"
                        },
                        "textGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.9019607843137255,
                                    0.9215686274509803
                                ],
                                "hex": "#e1e6eb"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorMuted`"
                        }
                    }
                ],
                "prisma-light": [
                    {
                        "accentColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.25098039215686274,
                                    0.050980392156862744
                                ],
                                "hex": "#c6400d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "accentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegative`"
                        },
                        "accentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.25098039215686274,
                                    0.47843137254901963,
                                    0.023529411764705882
                                ],
                                "hex": "#407a06"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositive`"
                        },
                        "accentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.788235294117647,
                                    0.4666666666666667,
                                    0.0196078431372549
                                ],
                                "hex": "#c97705"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution`"
                        },
                        "actionColorBackgroundDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$description": "Default background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6392156862745098,
                                    0,
                                    0
                                ],
                                "hex": "#a30000"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6,
                                    0.6
                                ],
                                "hex": "#ff9999"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6392156862745098,
                                    0,
                                    0
                                ],
                                "hex": "#a30000"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8,
                                    0.8
                                ],
                                "hex": "#ffcccc"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Destructive Secondary Buttons",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8,
                                    0.8
                                ],
                                "hex": "#ffcccc"
                            },
                            "$type": "color",
                            "$description": "Hover background for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$description": "Default background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.29411764705882354,
                                    0.6352941176470588
                                ],
                                "hex": "#024ba2"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4470588235294118,
                                    0.6980392156862745,
                                    0.996078431372549
                                ],
                                "hex": "#72b2fe"
                            },
                            "$type": "color",
                            "$description": "Disabled background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundPrimaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.29411764705882354,
                                    0.6352941176470588
                                ],
                                "hex": "#024ba2"
                            },
                            "$type": "color",
                            "$description": "Hover background for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.12
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.03
                            },
                            "$type": "color",
                            "$description": "Hover background for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.8901960784313725,
                                    1
                                ],
                                "hex": "#cce3ff"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBackgroundSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.8901960784313725,
                                    1
                                ],
                                "hex": "#cce3ff"
                            },
                            "$type": "color",
                            "$description": "Hover background for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$description": "Default border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6392156862745098,
                                    0,
                                    0
                                ],
                                "hex": "#a30000"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6,
                                    0.6
                                ],
                                "hex": "#ff9999"
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderDestructiveSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6392156862745098,
                                    0,
                                    0
                                ],
                                "hex": "#a30000"
                            },
                            "$type": "color",
                            "$description": "Hover border color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.48
                            },
                            "$type": "color",
                            "$description": "Default border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.3
                            },
                            "$type": "color",
                            "$description": "Disabled border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorBorderSecondaryHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.6
                            },
                            "$type": "color",
                            "$description": "Hover border color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$description": "Default text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentDestructiveSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6,
                                    0.6
                                ],
                                "hex": "#ff9999"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Destructive Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Default text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentPrimaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Primary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.17254901960784313,
                                    0.17254901960784313,
                                    0.17254901960784313
                                ],
                                "hex": "#2c2c2c"
                            },
                            "$type": "color",
                            "$description": "Default text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSecondaryDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5294117647058824,
                                    0.5294117647058824,
                                    0.5294117647058824
                                ],
                                "hex": "#878787"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Secondary Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandalone": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$description": "Default text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.24705882352941178,
                                    0.5333333333333333
                                ],
                                "hex": "#013f88"
                            },
                            "$type": "color",
                            "$description": "Active (pressed) text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7019607843137254,
                                    0.8392156862745098,
                                    0.996078431372549
                                ],
                                "hex": "#b3d6fe"
                            },
                            "$type": "color",
                            "$description": "Disabled text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentStandaloneHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.24705882352941178,
                                    0.5333333333333333
                                ],
                                "hex": "#013f88"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Standalone Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.24705882352941178,
                                    0.5333333333333333
                                ],
                                "hex": "#013f88"
                            },
                            "$type": "color",
                            "$description": "Active text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "actionColorContentSubtleHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.24705882352941178,
                                    0.5333333333333333
                                ],
                                "hex": "#013f88"
                            },
                            "$type": "color",
                            "$description": "Hover text color for Subtle Buttons.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$deprecated": "Use `backgroundColorPage`"
                        },
                        "backgroundColorFloating": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "hex": "#000000"
                            },
                            "$type": "color",
                            "$description": "Background color for inverted color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.9568627450980393,
                                    0.9607843137254902
                                ],
                                "hex": "#f2f4f5"
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorOverlayHover` for Data Entry components or `actionColorBackgroundSecondaryHover` for Buttons."
                        },
                        "backgroundColorNavigation": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9686274509803922,
                                    0.9686274509803922,
                                    0.9686274509803922
                                ],
                                "hex": "#f7f7f7"
                            },
                            "$type": "color",
                            "$description": "Default background color for the navigation headers.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorPage": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.9764705882352941,
                                    0.9764705882352941
                                ],
                                "hex": "#f9f9f9"
                            },
                            "$type": "color",
                            "$description": "Primary background color for pages.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorScrim": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "alpha": 0.75
                            },
                            "$type": "color",
                            "$description": "Used for page overlays under modals or when masking UI.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "backgroundColorSidebar": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9725490196078431
                                ],
                                "hex": "#f8f8f8"
                            },
                            "$type": "color",
                            "$description": "Background color for side panels and navigation panels.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "border": {
                            "$value": "1px solid #8c8c8c",
                            "$type": "border",
                            "$deprecated": "Set border using CSS and [borderColor](#borderColor)."
                        },
                        "borderActiveColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$deprecated": "Use `interactiveColorBorderActive` for Data Entry components or `actionColorBorderSecondaryActive` for Buttons."
                        },
                        "borderColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5607843137254902,
                                    0.5607843137254902,
                                    0.5607843137254902
                                ],
                                "hex": "#8f8f8f"
                            },
                            "$type": "color",
                            "$description": "Default border color for elements that meets 3:1 graphical contrast (e.g., menu dividers).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#6b6b6b"
                            },
                            "$type": "color",
                            "$description": "Border color with stronger visual emphasis that meets 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderColorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0.8784313725490196,
                                    0.8784313725490196
                                ],
                                "hex": "#e0e0e0"
                            },
                            "$type": "color",
                            "$description": "Decorative-only border color that does not meet 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "borderLightColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8823529411764706,
                                    0.9019607843137255,
                                    0.9215686274509803
                                ],
                                "hex": "#e1e6eb"
                            },
                            "$type": "color",
                            "$deprecated": "Use `borderColorWeak`"
                        },
                        "categoricalA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "categoricalA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "categoricalA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "categoricalA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "categoricalA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8509803921568627,
                                    0.596078431372549,
                                    0.047058823529411764
                                ],
                                "hex": "#d9980c"
                            },
                            "$type": "color"
                        },
                        "categoricalA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "categoricalA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.6313725490196078,
                                    0.8117647058823529
                                ],
                                "hex": "#9ca1cf"
                            },
                            "$type": "color"
                        },
                        "categoricalA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.403921568627451,
                                    0.615686274509804
                                ],
                                "hex": "#60679d"
                            },
                            "$type": "color"
                        },
                        "categoricalA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "categoricalA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "categoricalB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "categoricalB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.2901960784313726,
                                    0.7333333333333333
                                ],
                                "hex": "#3e4abb"
                            },
                            "$type": "color"
                        },
                        "categoricalB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "categoricalB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "categoricalB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8588235294117647,
                                    0.7647058823529411,
                                    1
                                ],
                                "hex": "#dbc3ff"
                            },
                            "$type": "color"
                        },
                        "categoricalB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "categoricalB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9568627450980393,
                                    0.3058823529411765,
                                    0.48627450980392156
                                ],
                                "hex": "#f44e7c"
                            },
                            "$type": "color"
                        },
                        "categoricalB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "categoricalB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.6941176470588235,
                                    0.11372549019607843
                                ],
                                "hex": "#8cb11d"
                            },
                            "$type": "color"
                        },
                        "categoricalB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "categoricalB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "categoricalB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "categoricalB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.47843137254901963,
                                    0.615686274509804
                                ],
                                "hex": "#fd7a9d"
                            },
                            "$type": "color"
                        },
                        "categoricalB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.1843137254901961,
                                    0.4392156862745098
                                ],
                                "hex": "#c22f70"
                            },
                            "$type": "color"
                        },
                        "contentColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.24705882352941178,
                                    0.5333333333333333
                                ],
                                "hex": "#013f88"
                            },
                            "$type": "color",
                            "$description": "Brighter brand accent text color for emphasis.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorAccentWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7019607843137254,
                                    0.8392156862745098,
                                    0.996078431372549
                                ],
                                "hex": "#b3d6fe"
                            },
                            "$type": "color",
                            "$description": "Brand accent text color that does not pass 4.5:1 contrast ratio.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.17254901960784313,
                                    0.17254901960784313,
                                    0.17254901960784313
                                ],
                                "hex": "#2c2c2c"
                            },
                            "$type": "color",
                            "$description": "Text color for headings, titles, and prominent text content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDefault": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.30196078431372547,
                                    0.30196078431372547,
                                    0.30196078431372547
                                ],
                                "hex": "#4d4d4d"
                            },
                            "$type": "color",
                            "$description": "Text color for paragraphs and standard content.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5294117647058824,
                                    0.5294117647058824,
                                    0.5294117647058824
                                ],
                                "hex": "#878787"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled content that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.4196078431372549,
                                    0.8980392156862745
                                ],
                                "hex": "#006be5"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorInverted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    1,
                                    1
                                ],
                                "hex": "#ffffff"
                            },
                            "$type": "color",
                            "$description": "Text color used on top of inverted backgrounds.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$description": "Text color for links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkDisabled": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7019607843137254,
                                    0.8392156862745098,
                                    0.996078431372549
                                ],
                                "hex": "#b3d6fe"
                            },
                            "$type": "color",
                            "$description": "Text color for disabled links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorLinkVisited": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5254901960784314,
                                    0.2901960784313726,
                                    0.8784313725490196
                                ],
                                "hex": "#864ae0"
                            },
                            "$type": "color",
                            "$description": "Text color for visited links.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorMuted": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.4196078431372549,
                                    0.4196078431372549
                                ],
                                "hex": "#6b6b6b"
                            },
                            "$type": "color",
                            "$description": "Subdued text color for less prominent content (use sparingly).",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$description": "Text color for error or negative status messaging.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47843137254901963,
                                    0,
                                    0
                                ],
                                "hex": "#7a0000"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6,
                                    0.6
                                ],
                                "hex": "#ff9999"
                            },
                            "$type": "color",
                            "$description": "Disabled negative text color that does not pass 4.5:1 contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "contentColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.25098039215686274,
                                    0.47843137254901963,
                                    0.023529411764705882
                                ],
                                "hex": "#407a06"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "contentColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.788235294117647,
                                    0.4666666666666667,
                                    0.0196078431372549
                                ],
                                "hex": "#c97705"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "divergentA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.6196078431372549,
                                    0.1411764705882353
                                ],
                                "hex": "#4c9e24"
                            },
                            "$type": "color"
                        },
                        "divergentA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1843137254901961,
                                    0.4823529411764706,
                                    0.050980392156862744
                                ],
                                "hex": "#2f7b0d"
                            },
                            "$type": "color"
                        },
                        "divergentA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "divergentA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.13333333333333333,
                                    0.39215686274509803,
                                    0.0196078431372549
                                ],
                                "hex": "#226405"
                            },
                            "$type": "color"
                        },
                        "divergentA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "divergentA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "divergentA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.023529411764705882,
                                    0.5764705882352941,
                                    0.8588235294117647
                                ],
                                "hex": "#0693db"
                            },
                            "$type": "color"
                        },
                        "divergentB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "divergentB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.07058823529411765,
                                    0.6823529411764706,
                                    0.9764705882352941
                                ],
                                "hex": "#12aef9"
                            },
                            "$type": "color"
                        },
                        "divergentB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.3607843137254902,
                                    0.5529411764705883
                                ],
                                "hex": "#025c8d"
                            },
                            "$type": "color"
                        },
                        "divergentB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3764705882352941,
                                    0.796078431372549,
                                    0.984313725490196
                                ],
                                "hex": "#60cbfb"
                            },
                            "$type": "color"
                        },
                        "divergentB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.23921568627450981,
                                    0.3764705882352941
                                ],
                                "hex": "#003d60"
                            },
                            "$type": "color"
                        },
                        "divergentB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "divergentB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "divergentB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "divergentB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "divergentB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "divergentB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "divergentC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.19607843137254902,
                                    0.7294117647058823,
                                    0.4392156862745098
                                ],
                                "hex": "#32ba70"
                            },
                            "$type": "color"
                        },
                        "divergentC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "divergentC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.8235294117647058,
                                    0.3843137254901961
                                ],
                                "hex": "#88d262"
                            },
                            "$type": "color"
                        },
                        "divergentC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.3058823529411765,
                                    0.00784313725490196
                                ],
                                "hex": "#194e02"
                            },
                            "$type": "color"
                        },
                        "divergentC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9725490196078431,
                                    0.9725490196078431,
                                    0.9764705882352941
                                ],
                                "hex": "#f8f8f9"
                            },
                            "$type": "color"
                        },
                        "divergentC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "divergentC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "divergentC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "divergentC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "divergentC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "divergentC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "divergentD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "divergentD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "divergentD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "divergentD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "divergentD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "divergentD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.2549019607843137,
                                    0.2784313725490196
                                ],
                                "hex": "#014147"
                            },
                            "$type": "color"
                        },
                        "divergentD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "divergentD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12941176470588237,
                                    0.1411764705882353,
                                    0.16470588235294117
                                ],
                                "hex": "#21242a"
                            },
                            "$type": "color"
                        },
                        "divergentD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "divergentD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.41568627450980394,
                                    0.13333333333333333,
                                    0
                                ],
                                "hex": "#6a2200"
                            },
                            "$type": "color"
                        },
                        "divergentD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "divergentD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "divergentD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.3686274509803922,
                                    0.0392156862745098
                                ],
                                "hex": "#ed5e0a"
                            },
                            "$type": "color"
                        },
                        "divergentD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "draggableBackground": {
                            "$value": "radial-gradient(circle at 1px 1px, #6b6b6b, #6b6b6b 1px, transparent 1px) 0 0 / 4px 6px",
                            "$type": "gradient",
                            "$deprecated": true
                        },
                        "dragShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.13
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "embossShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.07
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 1,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.07
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$description": "Visual focus ring color used for focus box-shadow. Should not be directly applied to UI elements.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow",
                                        "outline"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.9764705882352941,
                                            0.9764705882352941,
                                            0.9764705882352941
                                        ],
                                        "hex": "#f9f9f9"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.00784313725490196,
                                            0.39215686274509803,
                                            0.8431372549019608
                                        ],
                                        "hex": "#0264d7"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "focusShadowInset": {
                            "$value": [
                                {
                                    "inset": true,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.00784313725490196,
                                            0.39215686274509803,
                                            0.8431372549019608
                                        ],
                                        "hex": "#0264d7"
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "fontFamily": {
                            "$value": "'Splunk Platform Sans', 'Splunk Data Sans', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "fontFamilyTitle": {
                            "$value": "'Splunk Platform Sans', 'Splunk Data Sans', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$description": "Used for Headings and Typography title variants",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "hoverShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 2,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0.9764705882352941,
                                            0.9764705882352941,
                                            0.9764705882352941
                                        ],
                                        "hex": "#f9f9f9"
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.03
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$deprecated": "Don't use hover shadows - see notes on backgroundColorHover for hover affordances."
                        },
                        "interactiveColorAccent": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$description": "Brand accent color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentError": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$description": "Error color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color",
                                        "background-color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6274509803921569,
                                    0.11372549019607843,
                                    0.14901960784313725
                                ],
                                "hex": "#a01d26"
                            },
                            "$type": "color",
                            "$description": "Stronger error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorAccentErrorWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6980392156862745,
                                    0.7098039215686275
                                ],
                                "hex": "#ffb2b5"
                            },
                            "$type": "color",
                            "$description": "Weaker error color for emphasis in Data Entry components. Used for hover interaction.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorder": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.48
                            },
                            "$type": "color",
                            "$description": "Default border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.5
                            },
                            "$type": "color",
                            "$description": "Active (pressed) border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorBorderHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.6
                            },
                            "$type": "color",
                            "$description": "Hover border color for Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayActive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.12
                            },
                            "$type": "color",
                            "$description": "Background overlay color for active (pressed) in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayDrag": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "alpha": 0.16
                            },
                            "$type": "color",
                            "$description": "Background overlay color for drag in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlayHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.03
                            },
                            "$type": "color",
                            "$description": "Background overlay color for hover in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorOverlaySelected": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0,
                                    0
                                ],
                                "alpha": 0.04
                            },
                            "$type": "color",
                            "$description": "Background overlay color for selected in Data entry components.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "interactiveColorPrimary": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$deprecated": "Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor)."
                        },
                        "linkColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.39215686274509803,
                                    0.8431372549019608
                                ],
                                "hex": "#0264d7"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorLink`"
                        },
                        "linkColorHover": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.47843137254901963,
                                    0.7411764705882353
                                ],
                                "hex": "#007abd"
                            },
                            "$type": "color",
                            "$deprecated": "`Link` hover interaction should use `text-decoration: underline`, color should not change"
                        },
                        "modalShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 50,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 200,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.3
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 29,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 66,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.08
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 29,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 47,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.08
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 5,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 10,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.03
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "monoFontFamily": {
                            "$value": "'Splunk Platform Mono', 'Roboto Mono', Consolas, 'Droid Sans Mono', Monaco, 'Courier New', Courier, monospace",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "neutral100": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9411764705882353,
                                    0.9411764705882353,
                                    0.9411764705882353
                                ],
                                "hex": "#f0f0f0"
                            },
                            "$type": "color",
                            "$description": "Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral200": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9019607843137255,
                                    0.9019607843137255,
                                    0.9019607843137255
                                ],
                                "hex": "#e6e6e6"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral300": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8666666666666667,
                                    0.8666666666666667,
                                    0.8666666666666667
                                ],
                                "hex": "#dddddd"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light & dark color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR"
                                    ]
                                }
                            }
                        },
                        "neutral400": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.792156862745098,
                                    0.792156862745098,
                                    0.792156862745098
                                ],
                                "hex": "#cacaca"
                            },
                            "$type": "color",
                            "$description": "Not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral50": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9490196078431372,
                                    0.9490196078431372,
                                    0.9490196078431372
                                ],
                                "hex": "#f2f2f2"
                            },
                            "$type": "color",
                            "$description": "Least visually emphasized. Do not use this as the background for Data Entry components, does not pass 3:1 graphical contrast.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "neutral500": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7215686274509804,
                                    0.7215686274509804,
                                    0.7215686274509804
                                ],
                                "hex": "#b8b8b8"
                            },
                            "$type": "color",
                            "$description": "Most visually emphasized, not for text, does not pass 3:1 graphical contrast in light color schemes.",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCaution": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.4,
                                    0
                                ],
                                "hex": "#996600"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4,
                                    0.26666666666666666,
                                    0
                                ],
                                "hex": "#664400"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorCautionWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.9058823529411765,
                                    0.7254901960784313
                                ],
                                "hex": "#FEE7B9"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5490196078431373,
                                    0.2980392156862745,
                                    0.9215686274509803
                                ],
                                "hex": "#8C4CEB"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.25098039215686274,
                                    0.13333333333333333,
                                    0.42745098039215684
                                ],
                                "hex": "#40226D"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9411764705882353,
                                    0.8980392156862745,
                                    1
                                ],
                                "hex": "#F0E5FF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegative": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8117647058823529,
                                    0.09019607843137255,
                                    0.09019607843137255
                                ],
                                "hex": "#CF1717"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.36470588235294116,
                                    0.0392156862745098,
                                    0.0392156862745098
                                ],
                                "hex": "#5D0A0A"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorNegativeWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8980392156862745,
                                    0.8980392156862745
                                ],
                                "hex": "#FFE5E5"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositive": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.4627450980392157,
                                    0.6980392156862745
                                ],
                                "hex": "#0076B2"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.2627450980392157,
                                    0.3843137254901961
                                ],
                                "hex": "#054362"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color",
                                        "border-color",
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL",
                                        "STROKE_COLOR",
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "notificationColorPositiveWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.9333333333333333,
                                    1
                                ],
                                "hex": "#CCEEFF"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "background-color"
                                    ],
                                    "figmaVariableScopes": [
                                        "FRAME_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "overlayShadow": {
                            "$value": [
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 26,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 103,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.13
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 11,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 18,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                },
                                {
                                    "inset": false,
                                    "offsetX": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "offsetY": {
                                        "value": 3,
                                        "unit": "px"
                                    },
                                    "blur": {
                                        "value": 6,
                                        "unit": "px"
                                    },
                                    "spread": {
                                        "value": 0,
                                        "unit": "px"
                                    },
                                    "color": {
                                        "colorSpace": "srgb",
                                        "components": [
                                            0,
                                            0,
                                            0
                                        ],
                                        "alpha": 0.06
                                    }
                                }
                            ],
                            "$type": "shadow",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "box-shadow"
                                    ],
                                    "figmaVariableScopes": [
                                        "EFFECT_COLOR"
                                    ]
                                }
                            }
                        },
                        "sansFontFamily": {
                            "$value": "'Splunk Platform Sans', 'Splunk Data Sans', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",
                            "$type": "fontFamily",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "font-family"
                                    ],
                                    "figmaVariableScopes": [
                                        "FONT_FAMILY"
                                    ]
                                }
                            }
                        },
                        "sequentialA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10980392156862745,
                                    0.6274509803921569,
                                    0.35294117647058826
                                ],
                                "hex": "#1ca05a"
                            },
                            "$type": "color"
                        },
                        "sequentialA1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3843137254901961,
                                    0.7215686274509804,
                                    0.21176470588235294
                                ],
                                "hex": "#62b836"
                            },
                            "$type": "color"
                        },
                        "sequentialA2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1568627450980392,
                                    0.43529411764705883,
                                    0.03529411764705882
                                ],
                                "hex": "#286f09"
                            },
                            "$type": "color"
                        },
                        "sequentialA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.8,
                                    0.2627450980392157
                                ],
                                "hex": "#aacc43"
                            },
                            "$type": "color"
                        },
                        "sequentialA3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3411764705882353,
                                    0.4588235294117647,
                                    0.00784313725490196
                                ],
                                "hex": "#577502"
                            },
                            "$type": "color"
                        },
                        "sequentialA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialA4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.592156862745098,
                                    0.3333333333333333
                                ],
                                "hex": "#ff9755"
                            },
                            "$type": "color"
                        },
                        "sequentialA5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7176470588235294,
                                    0.2823529411764706,
                                    0.043137254901960784
                                ],
                                "hex": "#b7480b"
                            },
                            "$type": "color"
                        },
                        "sequentialA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.996078431372549,
                                    0.5058823529411764,
                                    0.2
                                ],
                                "hex": "#fe8133"
                            },
                            "$type": "color"
                        },
                        "sequentialA6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.13725490196078433,
                                    0.17254901960784313
                                ],
                                "hex": "#bb232c"
                            },
                            "$type": "color"
                        },
                        "sequentialA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialA7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialB1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.16862745098039217,
                                    0.18823529411764706,
                                    0.21176470588235294
                                ],
                                "hex": "#2b3036"
                            },
                            "$type": "color"
                        },
                        "sequentialB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9058823529411765,
                                    0.8392156862745098,
                                    1
                                ],
                                "hex": "#e7d6ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.28627450980392155,
                                    0.11372549019607843,
                                    0.5529411764705883
                                ],
                                "hex": "#491d8d"
                            },
                            "$type": "color"
                        },
                        "sequentialB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8156862745098039,
                                    0.6941176470588235,
                                    1
                                ],
                                "hex": "#d0b1ff"
                            },
                            "$type": "color"
                        },
                        "sequentialB3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.13725490196078433,
                                    0.6313725490196078
                                ],
                                "hex": "#5523a1"
                            },
                            "$type": "color"
                        },
                        "sequentialB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7764705882352941,
                                    0.6235294117647059,
                                    1
                                ],
                                "hex": "#c69fff"
                            },
                            "$type": "color"
                        },
                        "sequentialB4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3803921568627451,
                                    0.1607843137254902,
                                    0.7098039215686275
                                ],
                                "hex": "#6129b5"
                            },
                            "$type": "color"
                        },
                        "sequentialB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.5568627450980392,
                                    1
                                ],
                                "hex": "#bb8eff"
                            },
                            "$type": "color"
                        },
                        "sequentialB5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "sequentialB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6941176470588235,
                                    0.49019607843137253,
                                    0.996078431372549
                                ],
                                "hex": "#b17dfe"
                            },
                            "$type": "color"
                        },
                        "sequentialB6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47058823529411764,
                                    0.22745098039215686,
                                    0.8392156862745098
                                ],
                                "hex": "#783ad6"
                            },
                            "$type": "color"
                        },
                        "sequentialB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.43137254901960786,
                                    0.9803921568627451
                                ],
                                "hex": "#a66efa"
                            },
                            "$type": "color"
                        },
                        "sequentialB7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5176470588235295,
                                    0.2784313725490196,
                                    0.8745098039215686
                                ],
                                "hex": "#8447df"
                            },
                            "$type": "color"
                        },
                        "sequentialC1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialC1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.1568627450980392,
                                    0
                                ],
                                "hex": "#1d2800"
                            },
                            "$type": "color"
                        },
                        "sequentialC2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.611764705882353,
                                    0.9215686274509803,
                                    0.9215686274509803
                                ],
                                "hex": "#9cebeb"
                            },
                            "$type": "color"
                        },
                        "sequentialC2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.15294117647058825,
                                    0.20392156862745098,
                                    0
                                ],
                                "hex": "#273400"
                            },
                            "$type": "color"
                        },
                        "sequentialC3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.8784313725490196,
                                    0.8823529411764706
                                ],
                                "hex": "#69e0e1"
                            },
                            "$type": "color"
                        },
                        "sequentialC3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0784313725490196,
                                    0.2627450980392157,
                                    0.00392156862745098
                                ],
                                "hex": "#144301"
                            },
                            "$type": "color"
                        },
                        "sequentialC4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.18823529411764706,
                                    0.8274509803921568,
                                    0.8431372549019608
                                ],
                                "hex": "#30d3d7"
                            },
                            "$type": "color"
                        },
                        "sequentialC4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3058823529411765,
                                    0.17254901960784313
                                ],
                                "hex": "#044e2c"
                            },
                            "$type": "color"
                        },
                        "sequentialC5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialC5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.33725490196078434,
                                    0.3686274509803922
                                ],
                                "hex": "#02565e"
                            },
                            "$type": "color"
                        },
                        "sequentialC6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.7098039215686275,
                                    0.7372549019607844
                                ],
                                "hex": "#1db5bc"
                            },
                            "$type": "color"
                        },
                        "sequentialC6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "sequentialC7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.6078431372549019,
                                    0.6352941176470588
                                ],
                                "hex": "#119ba2"
                            },
                            "$type": "color"
                        },
                        "sequentialC7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.4666666666666667,
                                    0.4980392156862745
                                ],
                                "hex": "#07777f"
                            },
                            "$type": "color"
                        },
                        "sequentialD1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialD1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.22745098039215686,
                                    0.11372549019607843,
                                    0
                                ],
                                "hex": "#3a1d00"
                            },
                            "$type": "color"
                        },
                        "sequentialD2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.8352941176470589,
                                    0.7215686274509804
                                ],
                                "hex": "#ffd5b8"
                            },
                            "$type": "color"
                        },
                        "sequentialD2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.34509803921568627,
                                    0.10980392156862745,
                                    0
                                ],
                                "hex": "#581c00"
                            },
                            "$type": "color"
                        },
                        "sequentialD3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.7568627450980392,
                                    0.5882352941176471
                                ],
                                "hex": "#ffc196"
                            },
                            "$type": "color"
                        },
                        "sequentialD3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.0392156862745098,
                                    0.06666666666666667
                                ],
                                "hex": "#770a11"
                            },
                            "$type": "color"
                        },
                        "sequentialD4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6588235294117647,
                                    0.6705882352941176
                                ],
                                "hex": "#ffa8ab"
                            },
                            "$type": "color"
                        },
                        "sequentialD4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5372549019607843,
                                    0.058823529411764705,
                                    0.09019607843137255
                                ],
                                "hex": "#890f17"
                            },
                            "$type": "color"
                        },
                        "sequentialD5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.5725490196078431,
                                    0.592156862745098
                                ],
                                "hex": "#ff9297"
                            },
                            "$type": "color"
                        },
                        "sequentialD5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialD6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialD6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6666666666666666,
                                    0.10980392156862745,
                                    0.1450980392156863
                                ],
                                "hex": "#aa1c25"
                            },
                            "$type": "color"
                        },
                        "sequentialD7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.30196078431372547,
                                    0.3333333333333333
                                ],
                                "hex": "#f94d55"
                            },
                            "$type": "color"
                        },
                        "sequentialD7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.16470588235294117,
                                    0.19607843137254902
                                ],
                                "hex": "#cc2a32"
                            },
                            "$type": "color"
                        },
                        "sequentialE1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialE1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.06666666666666667,
                                    0.09803921568627451,
                                    0.4
                                ],
                                "hex": "#111966"
                            },
                            "$type": "color"
                        },
                        "sequentialE2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9529411764705882,
                                    0.8666666666666667,
                                    0.4823529411764706
                                ],
                                "hex": "#f3dd7b"
                            },
                            "$type": "color"
                        },
                        "sequentialE2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23921568627450981,
                                    0.08627450980392157,
                                    0.4666666666666667
                                ],
                                "hex": "#3d1677"
                            },
                            "$type": "color"
                        },
                        "sequentialE3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9294117647058824,
                                    0.8,
                                    0.2901960784313726
                                ],
                                "hex": "#edcc4a"
                            },
                            "$type": "color"
                        },
                        "sequentialE3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.047058823529411764,
                                    0.3333333333333333
                                ],
                                "hex": "#6d0c55"
                            },
                            "$type": "color"
                        },
                        "sequentialE4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.6745098039215687,
                                    0.4627450980392157
                                ],
                                "hex": "#ffac76"
                            },
                            "$type": "color"
                        },
                        "sequentialE4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4980392156862745,
                                    0.10196078431372549,
                                    0.2823529411764706
                                ],
                                "hex": "#7f1a48"
                            },
                            "$type": "color"
                        },
                        "sequentialE5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.4823529411764706,
                                    0.5098039215686274
                                ],
                                "hex": "#ff7b82"
                            },
                            "$type": "color"
                        },
                        "sequentialE5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.08627450980392157,
                                    0.11372549019607843
                                ],
                                "hex": "#99161d"
                            },
                            "$type": "color"
                        },
                        "sequentialE6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9803921568627451,
                                    0.38823529411764707,
                                    0.5529411764705883
                                ],
                                "hex": "#fa638d"
                            },
                            "$type": "color"
                        },
                        "sequentialE6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "sequentialE7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8705882352941177,
                                    0.34509803921568627,
                                    0.7333333333333333
                                ],
                                "hex": "#de58bb"
                            },
                            "$type": "color"
                        },
                        "sequentialE7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.34509803921568627,
                                    0.00392156862745098
                                ],
                                "hex": "#a25801"
                            },
                            "$type": "color"
                        },
                        "sequentialF1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9921568627450981,
                                    0.9764705882352941,
                                    0.8901960784313725
                                ],
                                "hex": "#fdf9e3"
                            },
                            "$type": "color"
                        },
                        "sequentialF1Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2980392156862745,
                                    0.14901960784313725,
                                    0
                                ],
                                "hex": "#4c2600"
                            },
                            "$type": "color"
                        },
                        "sequentialF2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.9019607843137255,
                                    0.5686274509803921
                                ],
                                "hex": "#d1e691"
                            },
                            "$type": "color"
                        },
                        "sequentialF2Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.21568627450980393,
                                    0.2901960784313726,
                                    0
                                ],
                                "hex": "#374a00"
                            },
                            "$type": "color"
                        },
                        "sequentialF3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6352941176470588,
                                    0.8705882352941177,
                                    0.5098039215686274
                                ],
                                "hex": "#a2de82"
                            },
                            "$type": "color"
                        },
                        "sequentialF3Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.11372549019607843,
                                    0.34901960784313724,
                                    0.011764705882352941
                                ],
                                "hex": "#1d5903"
                            },
                            "$type": "color"
                        },
                        "sequentialF4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.8235294117647058,
                                    0.611764705882353
                                ],
                                "hex": "#71d29c"
                            },
                            "$type": "color"
                        },
                        "sequentialF4Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "sequentialF5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.1411764705882353,
                                    0.7686274509803922,
                                    0.788235294117647
                                ],
                                "hex": "#24c4c9"
                            },
                            "$type": "color"
                        },
                        "sequentialF5Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.4196078431372549,
                                    0.4549019607843137
                                ],
                                "hex": "#056b74"
                            },
                            "$type": "color"
                        },
                        "sequentialF6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3254901960784314,
                                    0.596078431372549,
                                    0.9725490196078431
                                ],
                                "hex": "#5398f8"
                            },
                            "$type": "color"
                        },
                        "sequentialF6Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.011764705882352941,
                                    0.44313725490196076,
                                    0.6705882352941176
                                ],
                                "hex": "#0371ab"
                            },
                            "$type": "color"
                        },
                        "sequentialF7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.45098039215686275,
                                    0.5058823529411764,
                                    0.9764705882352941
                                ],
                                "hex": "#7381f9"
                            },
                            "$type": "color"
                        },
                        "sequentialF7Strong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3137254901960784,
                                    0.3686274509803922,
                                    0.8509803921568627
                                ],
                                "hex": "#505ed9"
                            },
                            "$type": "color"
                        },
                        "severityColorAlert": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8,
                                    0.17647058823529413,
                                    0.21568627450980393
                                ],
                                "hex": "#CC2D37"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7607843137254902,
                                    0.18823529411764706,
                                    0.43529411764705883
                                ],
                                "hex": "#C2306F"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorCustom": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.36470588235294116,
                                    0.396078431372549,
                                    0.5882352941176471
                                ],
                                "hex": "#5D6596"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorEmergency": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7098039215686275,
                                    0.2,
                                    0.5803921568627451
                                ],
                                "hex": "#B53394"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5254901960784314,
                                    0.2901960784313726,
                                    0.8784313725490196
                                ],
                                "hex": "#864AE0"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00392156862745098,
                                    0.4588235294117647,
                                    0.5019607843137255
                                ],
                                "hex": "#017580"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorNotice": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.3333333333333333,
                                    0.011764705882352941
                                ],
                                "hex": "#A65503"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorUnknown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4235294117647059,
                                    0.4588235294117647
                                ],
                                "hex": "#656C75"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "severityColorWarning": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7411764705882353,
                                    0.2549019607843137,
                                    0.043137254901960784
                                ],
                                "hex": "#BD410B"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color",
                                        "fill"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL",
                                        "SHAPE_FILL"
                                    ]
                                }
                            }
                        },
                        "staticA1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.42745098039215684,
                                    0.17647058823529413,
                                    0.8
                                ],
                                "hex": "#6d2dcc"
                            },
                            "$type": "color"
                        },
                        "staticA10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticA11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.24313725490196078,
                                    0.2901960784313726,
                                    0.7333333333333333
                                ],
                                "hex": "#3e4abb"
                            },
                            "$type": "color"
                        },
                        "staticA12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9254901960784314,
                                    0.24313725490196078,
                                    0.27450980392156865
                                ],
                                "hex": "#ec3e46"
                            },
                            "$type": "color"
                        },
                        "staticA13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6039215686274509,
                                    0.13333333333333333,
                                    0.48627450980392156
                                ],
                                "hex": "#9a227c"
                            },
                            "$type": "color"
                        },
                        "staticA14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticA15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5333333333333333,
                                    0.27058823529411763,
                                    0
                                ],
                                "hex": "#884500"
                            },
                            "$type": "color"
                        },
                        "staticA16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2549019607843137,
                                    0.5725490196078431,
                                    0.10588235294117647
                                ],
                                "hex": "#41921b"
                            },
                            "$type": "color"
                        },
                        "staticA17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.30980392156862746,
                                    0.32941176470588235,
                                    0.4980392156862745
                                ],
                                "hex": "#4f547f"
                            },
                            "$type": "color"
                        },
                        "staticA18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.34509803921568627,
                                    0.058823529411764705
                                ],
                                "hex": "#d8580f"
                            },
                            "$type": "color"
                        },
                        "staticA19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.37254901960784315,
                                    0
                                ],
                                "hex": "#475f00"
                            },
                            "$type": "color"
                        },
                        "staticA2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.5294117647058824,
                                    0.796078431372549
                                ],
                                "hex": "#0587cb"
                            },
                            "$type": "color"
                        },
                        "staticA20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticA3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.01568627450980392,
                                    0.3803921568627451,
                                    0.4117647058823529
                                ],
                                "hex": "#046169"
                            },
                            "$type": "color"
                        },
                        "staticA4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7333333333333333,
                                    0.43137254901960786,
                                    0.01568627450980392
                                ],
                                "hex": "#bb6e04"
                            },
                            "$type": "color"
                        },
                        "staticA5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6235294117647059,
                                    0.1450980392156863,
                                    0.36470588235294116
                                ],
                                "hex": "#9f255d"
                            },
                            "$type": "color"
                        },
                        "staticA6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticA7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6,
                                    0.21568627450980393,
                                    0.0196078431372549
                                ],
                                "hex": "#993705"
                            },
                            "$type": "color"
                        },
                        "staticA8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.29411764705882354,
                                    0.6862745098039216
                                ],
                                "hex": "#d14baf"
                            },
                            "$type": "color"
                        },
                        "staticA9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.027450980392156862,
                                    0.39215686274509803,
                                    0.21568627450980393
                                ],
                                "hex": "#076437"
                            },
                            "$type": "color"
                        },
                        "staticB1": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.2784313725490196,
                                    0.32941176470588235,
                                    0.788235294117647
                                ],
                                "hex": "#4754c9"
                            },
                            "$type": "color"
                        },
                        "staticB10": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.30980392156862746,
                                    0.32941176470588235,
                                    0.4980392156862745
                                ],
                                "hex": "#4f547f"
                            },
                            "$type": "color"
                        },
                        "staticB11": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8470588235294118,
                                    0.34509803921568627,
                                    0.058823529411764705
                                ],
                                "hex": "#d8580f"
                            },
                            "$type": "color"
                        },
                        "staticB12": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.03529411764705882,
                                    0.4392156862745098,
                                    0.23921568627450981
                                ],
                                "hex": "#09703d"
                            },
                            "$type": "color"
                        },
                        "staticB13": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.396078431372549,
                                    0.4549019607843137,
                                    0.9529411764705882
                                ],
                                "hex": "#6574f3"
                            },
                            "$type": "color"
                        },
                        "staticB14": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.37254901960784315,
                                    0.7254901960784313
                                ],
                                "hex": "#195fb9"
                            },
                            "$type": "color"
                        },
                        "staticB15": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8196078431372549,
                                    0.29411764705882354,
                                    0.6862745098039216
                                ],
                                "hex": "#d14baf"
                            },
                            "$type": "color"
                        },
                        "staticB16": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3058823529411765,
                                    0.41568627450980394,
                                    0.00392156862745098
                                ],
                                "hex": "#4e6a01"
                            },
                            "$type": "color"
                        },
                        "staticB17": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.5764705882352941,
                                    0.3215686274509804
                                ],
                                "hex": "#159352"
                            },
                            "$type": "color"
                        },
                        "staticB18": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5882352941176471,
                                    0.3058823529411765,
                                    0.00392156862745098
                                ],
                                "hex": "#964e01"
                            },
                            "$type": "color"
                        },
                        "staticB19": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4666666666666667,
                                    0.49019607843137253,
                                    0.6862745098039216
                                ],
                                "hex": "#777daf"
                            },
                            "$type": "color"
                        },
                        "staticB2": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.050980392156862744,
                                    0.5568627450980392,
                                    0.592156862745098
                                ],
                                "hex": "#0d8e97"
                            },
                            "$type": "color"
                        },
                        "staticB20": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.00784313725490196,
                                    0.4,
                                    0.611764705882353
                                ],
                                "hex": "#02669c"
                            },
                            "$type": "color"
                        },
                        "staticB3": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6078431372549019,
                                    0.37254901960784315,
                                    0.9568627450980393
                                ],
                                "hex": "#9b5ff4"
                            },
                            "$type": "color"
                        },
                        "staticB4": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6901960784313725,
                                    0.16862745098039217,
                                    0.403921568627451
                                ],
                                "hex": "#b02b67"
                            },
                            "$type": "color"
                        },
                        "staticB5": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4117647058823529,
                                    0.5490196078431373,
                                    0.027450980392156862
                                ],
                                "hex": "#698c07"
                            },
                            "$type": "color"
                        },
                        "staticB6": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.47058823529411764,
                                    0.22745098039215686,
                                    0.8392156862745098
                                ],
                                "hex": "#783ad6"
                            },
                            "$type": "color"
                        },
                        "staticB7": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8941176470588236,
                                    0.25882352941176473,
                                    0.45098039215686275
                                ],
                                "hex": "#e44273"
                            },
                            "$type": "color"
                        },
                        "staticB8": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.4196078431372549,
                                    0.4549019607843137
                                ],
                                "hex": "#056b74"
                            },
                            "$type": "color"
                        },
                        "staticB9": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.0196078431372549,
                                    0.5294117647058824,
                                    0.796078431372549
                                ],
                                "hex": "#0587cb"
                            },
                            "$type": "color"
                        },
                        "statusColorCritical": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6196078431372549,
                                    0.08235294117647059,
                                    0.20392156862745098
                                ],
                                "hex": "#9e1534"
                            },
                            "$type": "color",
                            "$deprecated": "Default color for critical alerts or urgent messages."
                        },
                        "statusColorCriticalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.44313725490196076,
                                    0.058823529411764705,
                                    0.1450980392156863
                                ],
                                "hex": "#710f25"
                            },
                            "$type": "color",
                            "$deprecated": "Brighter, more prominent critical color."
                        },
                        "statusColorCriticalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.796078431372549,
                                    0.10588235294117647,
                                    0.2627450980392157
                                ],
                                "hex": "#cb1b43"
                            },
                            "$type": "color",
                            "$deprecated": "Weaker, less prominent critical color, does not pass 3:1 graphical or 4.5:1 text contrast."
                        },
                        "statusColorHigh": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.8784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#e00000"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegative` or `severityColorAlert`"
                        },
                        "statusColorHighStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6784313725490196,
                                    0,
                                    0
                                ],
                                "hex": "#ad0000"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeStrong`"
                        },
                        "statusColorHighWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    1,
                                    0.0784313725490196,
                                    0.0784313725490196
                                ],
                                "hex": "#ff1414"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorNegativeWeak`"
                        },
                        "statusColorInfo": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.4196078431372549,
                                    0.8980392156862745
                                ],
                                "hex": "#006be5"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfo` or `severityColorInfo`"
                        },
                        "statusColorInfoStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0,
                                    0.3254901960784314,
                                    0.6980392156862745
                                ],
                                "hex": "#0053b2"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoStrong`"
                        },
                        "statusColorInfoWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.09803921568627451,
                                    0.5176470588235295,
                                    1
                                ],
                                "hex": "#1984ff"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorInfoWeak`"
                        },
                        "statusColorLow": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.08235294117647059,
                                    0.35294117647058826,
                                    0.3058823529411765
                                ],
                                "hex": "#155a4e"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCaution` or `severityColorNotice`"
                        },
                        "statusColorLowStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.043137254901960784,
                                    0.19215686274509805,
                                    0.16470588235294117
                                ],
                                "hex": "#0b312a"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionStrong`"
                        },
                        "statusColorLowWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.12156862745098039,
                                    0.5137254901960784,
                                    0.4470588235294118
                                ],
                                "hex": "#1f8372"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorCautionWeak`"
                        },
                        "statusColorMedium": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.788235294117647,
                                    0.4666666666666667,
                                    0.0196078431372549
                                ],
                                "hex": "#c97705"
                            },
                            "$type": "color",
                            "$deprecated": "Use `severityColorWarning`"
                        },
                        "statusColorMediumStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.592156862745098,
                                    0.35294117647058826,
                                    0.01568627450980392
                                ],
                                "hex": "#975a04"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorMediumWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.9764705882352941,
                                    0.5803921568627451,
                                    0.03137254901960784
                                ],
                                "hex": "#f99408"
                            },
                            "$type": "color",
                            "$deprecated": true
                        },
                        "statusColorNormal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.25098039215686274,
                                    0.47843137254901963,
                                    0.023529411764705882
                                ],
                                "hex": "#407a06"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositive` or `severityColorNormal`"
                        },
                        "statusColorNormalStrong": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.14901960784313725,
                                    0.28627450980392155,
                                    0.01568627450980392
                                ],
                                "hex": "#264904"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveStrong`"
                        },
                        "statusColorNormalWeak": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.34901960784313724,
                                    0.6705882352941176,
                                    0.03137254901960784
                                ],
                                "hex": "#59ab08"
                            },
                            "$type": "color",
                            "$deprecated": "Use `notificationColorPositiveWeak`"
                        },
                        "syntaxBlue": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.054901960784313725,
                                    0.43137254901960786,
                                    0.5450980392156862
                                ],
                                "hex": "#0e6e8b"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxBrown": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.5450980392156862,
                                    0.34509803921568627,
                                    0.01568627450980392
                                ],
                                "hex": "#8b5804"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4,
                                    0.4,
                                    0.4
                                ],
                                "hex": "#666666"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxGreen": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.3333333333333333,
                                    0.43529411764705883,
                                    0.043137254901960784
                                ],
                                "hex": "#556f0b"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxOrange": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.6509803921568628,
                                    0.2784313725490196,
                                    0.03137254901960784
                                ],
                                "hex": "#a64708"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPink": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7254901960784313,
                                    0.07450980392156863,
                                    0.6196078431372549
                                ],
                                "hex": "#b9139e"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxPurple": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4392156862745098,
                                    0.24313725490196078,
                                    0.9568627450980393
                                ],
                                "hex": "#703ef4"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxRed": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.792156862745098,
                                    0.10980392156862745,
                                    0.2549019607843137
                                ],
                                "hex": "#ca1c41"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "syntaxTeal": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.10588235294117647,
                                    0.4549019607843137,
                                    0.39215686274509803
                                ],
                                "hex": "#1b7464"
                            },
                            "$type": "color",
                            "$extensions": {
                                "com.splunk.splunkui": {
                                    "cssProperties": [
                                        "color"
                                    ],
                                    "figmaVariableScopes": [
                                        "TEXT_FILL"
                                    ]
                                }
                            }
                        },
                        "textColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.23529411764705882,
                                    0.26666666666666666,
                                    0.30196078431372547
                                ],
                                "hex": "#3c444d"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDefault`"
                        },
                        "textDisabledColor": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.7647058823529411,
                                    0.796078431372549,
                                    0.8313725490196079
                                ],
                                "hex": "#c3cbd4"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorDisabled`"
                        },
                        "textGray": {
                            "$value": {
                                "colorSpace": "srgb",
                                "components": [
                                    0.4196078431372549,
                                    0.4666666666666667,
                                    0.5215686274509804
                                ],
                                "hex": "#6b7785"
                            },
                            "$type": "color",
                            "$deprecated": "Use `contentColorMuted`"
                        }
                    }
                ]
            }
        }
    },
    "resolutionOrder": [
        {
            "$ref": "#/sets/base"
        },
        {
            "$ref": "#/modifiers/density"
        },
        {
            "$ref": "#/modifiers/family-colorScheme"
        }
    ]
}