{
  "$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": {
      "spotify-green": {
        "value": "#1ED760",
        "type": "color",
        "description": "Current primary brand green — used on the wordmark, the play affordance, and primary CTAs."
      },
      "spotify-green-legacy": {
        "value": "#1DB954",
        "type": "color",
        "description": "The legacy Spotify Green established with the brand. Still appears across press assets and older surfaces."
      },
      "spotify-green-pressed": {
        "value": "#169C46",
        "type": "color",
        "description": "Darker green for pressed/active states on the primary action."
      },
      "spotify-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical canvas — the Spotify consumer surface is solid black."
      },
      "spotify-dark": {
        "value": "#121212",
        "type": "color",
        "description": "Elevated surface of the Spotify consumer app — the player chrome and main panel sit on this near-black."
      },
      "spotify-elevated": {
        "value": "#181818",
        "type": "color",
        "description": "Cards, hovered rows, and elevated tiles use this slightly lifted near-black."
      },
      "spotify-gray": {
        "value": "#535353",
        "type": "color",
        "description": "Secondary text and divider color on the dark canvas."
      },
      "spotify-gray-light": {
        "value": "#B3B3B3",
        "type": "color",
        "description": "Tertiary text, captions, metadata in the player UI."
      },
      "spotify-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on the dark canvas; reversed wordmark fill on light marketing."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Spotify Circular",
        "type": "fontFamilies",
        "description": "spotify-circular@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Spotify Circular",
        "type": "fontFamilies",
        "description": "spotify-circular@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Spotify Circular",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Spotify Circular",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "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.spotify-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.spotify-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.spotify-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.spotify-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.spotify-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.spotify-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.spotify-green-legacy}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.spotify-gray}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.spotify-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.spotify-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.spotify-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.spotify-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.spotify-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.spotify-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.spotify-green-legacy}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.spotify-gray-light}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.spotify-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.spotify-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.spotify-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.spotify-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.spotify-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.spotify-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.spotify-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.spotify-green-pressed}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.spotify-green}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.spotify-white}",
        "type": "color"
      },
      "text-muted": {
        "value": "{global.color.spotify-gray-light}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Spotify",
    "ref": "spotify@1.0.0",
    "paletteRef": "spotify@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
