{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "twitch-purple": {
        "value": "#9146FF",
        "type": "color",
        "description": "Primary signature purple — the Twitch wordmark, the Glitch mark, and primary CTAs."
      },
      "twitch-purple-hover": {
        "value": "#772CE8",
        "type": "color",
        "description": "Darker purple used for hover/pressed states on the primary action."
      },
      "twitch-purple-light": {
        "value": "#BF94FF",
        "type": "color",
        "description": "Lighter purple used for emphasis on dark canvases and in marketing accents."
      },
      "twitch-black": {
        "value": "#0E0E10",
        "type": "color",
        "description": "Canonical canvas — the Twitch consumer surface and chrome background."
      },
      "twitch-near-black": {
        "value": "#18181B",
        "type": "color",
        "description": "Elevated surface — chat panels, player chrome, and modal backgrounds."
      },
      "twitch-charcoal": {
        "value": "#1F1F23",
        "type": "color",
        "description": "Hovered surface, sidebar background, and elevated tiles in the Twitch consumer app."
      },
      "twitch-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on the dark canvas; reversed wordmark fill on light backgrounds."
      },
      "twitch-off-white": {
        "value": "#EFEFF1",
        "type": "color",
        "description": "Authored light-mode canvas; secondary surface on dark mode."
      },
      "twitch-graphite": {
        "value": "#53535F",
        "type": "color",
        "description": "Secondary text and divider color on the dark canvas."
      },
      "twitch-gray-light": {
        "value": "#ADADB8",
        "type": "color",
        "description": "Tertiary text and metadata in the consumer product."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.twitch-off-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.twitch-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.twitch-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.twitch-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.twitch-graphite}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.twitch-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.twitch-purple-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.twitch-purple-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.twitch-purple-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.twitch-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.twitch-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.twitch-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.twitch-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.twitch-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.twitch-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.twitch-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.twitch-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.twitch-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.twitch-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.twitch-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.twitch-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.twitch-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.twitch-purple-light}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.twitch-purple}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.twitch-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Twitch",
    "ref": "twitch@1.0.0",
    "paletteRef": "twitch@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
