{
  "$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": {
      "tidal-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical canvas — the TIDAL consumer surface is solid black."
      },
      "tidal-near-black": {
        "value": "#0A0A0A",
        "type": "color",
        "description": "Elevated surface on the dark canvas — main panel chrome."
      },
      "tidal-surface-elevated": {
        "value": "#181818",
        "type": "color",
        "description": "Cards, hovered rows, and elevated tiles on the dark canvas."
      },
      "tidal-cyan": {
        "value": "#00FFFF",
        "type": "color",
        "description": "The signature TIDAL cyan / oxide-blue accent — the brand's only chromatic note."
      },
      "tidal-cyan-pressed": {
        "value": "#00CCCC",
        "type": "color",
        "description": "Pressed / active state for the primary action — a darker step from the cyan."
      },
      "tidal-cyan-deep": {
        "value": "#008B94",
        "type": "color",
        "description": "Deeper cyan reserved for hover and selected states on the player chrome."
      },
      "tidal-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on the dark canvas; reversed wordmark fill on light marketing surfaces."
      },
      "tidal-gray-light": {
        "value": "#CCCCCC",
        "type": "color",
        "description": "Secondary text and divider color on the dark canvas."
      },
      "tidal-gray": {
        "value": "#737373",
        "type": "color",
        "description": "Tertiary text, captions, and metadata in the player UI."
      },
      "tidal-gray-dark": {
        "value": "#404040",
        "type": "color",
        "description": "Quiet dividers, disabled state, and the unplayed seek-bar fill."
      }
    },
    "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.tidal-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.tidal-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tidal-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.tidal-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.tidal-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.tidal-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.tidal-cyan-deep}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tidal-cyan-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.tidal-cyan-deep}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.tidal-cyan-pressed}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.tidal-black}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tidal-cyan-deep}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.tidal-gray-light}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.tidal-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.tidal-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tidal-surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.tidal-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.tidal-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.tidal-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tidal-cyan-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.tidal-cyan-pressed}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.tidal-white}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.tidal-gray-dark}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.tidal-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.tidal-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.tidal-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tidal-surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.tidal-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.tidal-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.tidal-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tidal-cyan-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.tidal-cyan-pressed}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.tidal-cyan}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.tidal-gray-dark}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "TIDAL",
    "ref": "tidal@1.0.0",
    "paletteRef": "tidal@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
