{
  "$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": {
      "youtube-red": {
        "value": "#FF0000",
        "type": "color",
        "description": "Pure signature red — the play-button mark fill, the wordmark accent, and primary CTAs."
      },
      "youtube-red-dark": {
        "value": "#CC0000",
        "type": "color",
        "description": "Darker red used for hover/pressed states on the primary red."
      },
      "youtube-red-light": {
        "value": "#FF4444",
        "type": "color",
        "description": "Lighter red used in marketing gradient surfaces and for emphasis on dark canvases."
      },
      "youtube-black": {
        "value": "#0F0F0F",
        "type": "color",
        "description": "Canonical dark-mode canvas — the deployed youtube.com dark theme background."
      },
      "youtube-near-black": {
        "value": "#181818",
        "type": "color",
        "description": "Elevated surface on dark mode — rows, cards, and modal headers."
      },
      "youtube-charcoal": {
        "value": "#272727",
        "type": "color",
        "description": "Hovered surface and disabled-button background on dark mode."
      },
      "youtube-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canonical light-mode canvas — the classic YouTube surface."
      },
      "youtube-fog": {
        "value": "#F2F2F2",
        "type": "color",
        "description": "Authored elevated surface on light mode."
      },
      "youtube-ink": {
        "value": "#030303",
        "type": "color",
        "description": "Body text on the light canvas."
      },
      "youtube-graphite": {
        "value": "#606060",
        "type": "color",
        "description": "Secondary text and metadata across both modes."
      },
      "youtube-gray": {
        "value": "#AAAAAA",
        "type": "color",
        "description": "Tertiary text and inactive icons on the dark canvas."
      },
      "youtube-divider": {
        "value": "#E5E5E5",
        "type": "color",
        "description": "Authored hairline divider on light mode."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Roboto",
        "type": "fontFamilies",
        "description": "roboto@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Roboto",
        "type": "fontFamilies",
        "description": "roboto@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "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.youtube-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.youtube-fog}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.youtube-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.youtube-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.youtube-graphite}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.youtube-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.youtube-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.youtube-red-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.youtube-red-light}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.youtube-red-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.youtube-graphite}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.youtube-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.youtube-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.youtube-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.youtube-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.youtube-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.youtube-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.youtube-red-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.youtube-red-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.youtube-red-light}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.youtube-red-light}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.youtube-white}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.youtube-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.youtube-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.youtube-red-dark}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.youtube-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.youtube-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.youtube-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.youtube-graphite}",
        "type": "color"
      },
      "text-secondary-dark": {
        "value": "{global.color.youtube-gray}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.youtube-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.youtube-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.youtube-fog}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.youtube-near-black}",
        "type": "color"
      },
      "divider": {
        "value": "{global.color.youtube-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "YouTube",
    "ref": "youtube@1.0.0",
    "paletteRef": "youtube@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
