{
  "$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": {
      "lexus-black": {
        "value": "#000000",
        "type": "color",
        "description": "Primary brand mark color — wordmark and signage."
      },
      "lexus-graphite": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Deep near-black for headlines on light surfaces."
      },
      "lexus-ash": {
        "value": "#3D3D3D",
        "type": "color",
        "description": "Body text and primary content color."
      },
      "lexus-silver": {
        "value": "#6B6B6B",
        "type": "color",
        "description": "Secondary text — references brushed-chrome accents."
      },
      "lexus-platinum": {
        "value": "#B5B5B5",
        "type": "color",
        "description": "Tertiary text and divider lines."
      },
      "lexus-pearl": {
        "value": "#F2F2F2",
        "type": "color",
        "description": "Soft surface tint — quiet panels."
      },
      "lexus-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page background and reversed wordmark fill."
      },
      "lexus-chrome": {
        "value": "#8E8E8E",
        "type": "color",
        "description": "Mid-gray used for the chrome-finish brand accents."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Helvetica Neue",
        "type": "fontFamilies",
        "description": "helvetica-neue@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Helvetica Neue",
        "type": "fontFamilies",
        "description": "helvetica-neue@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Helvetica Neue",
          "Helvetica",
          "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.lexus-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.lexus-pearl}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.lexus-graphite}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.lexus-ash}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.lexus-silver}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.lexus-graphite}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.lexus-chrome}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.lexus-silver}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.lexus-ash}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.lexus-silver}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.lexus-graphite}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.lexus-ash}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.lexus-pearl}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.lexus-platinum}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.lexus-pearl}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.lexus-chrome}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.lexus-platinum}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.lexus-pearl}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.lexus-platinum}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.lexus-graphite}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.lexus-chrome}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.lexus-graphite}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.lexus-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.lexus-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.lexus-pearl}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.lexus-graphite}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.lexus-platinum}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "JM Lexus",
    "ref": "jm-lexus@1.0.0",
    "paletteRef": "jm-lexus@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
