{
  "$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": {
      "sand-canvas": {
        "value": "#F7F7F4",
        "type": "color",
        "description": "Page canvas — the warm near-paper surface cursor.com reads against."
      },
      "sand-card": {
        "value": "#F2F1ED",
        "type": "color",
        "description": "Subtle elevated card surface; one step warmer than canvas."
      },
      "sand-card-hover": {
        "value": "#EBEAE5",
        "type": "color",
        "description": "Hover state for card surfaces on the sand canvas."
      },
      "sand-border": {
        "value": "#E1E0DB",
        "type": "color",
        "description": "Quiet divider on the sand canvas; near-canvas border."
      },
      "cursor-ink": {
        "value": "#26251E",
        "type": "color",
        "description": "Primary text on sand canvas; dark-mode canvas inversion."
      },
      "cursor-ink-secondary": {
        "value": "#4A443B",
        "type": "color",
        "description": "Secondary text; muted ink for body copy de-emphasis."
      },
      "cursor-ink-tertiary": {
        "value": "#76716A",
        "type": "color",
        "description": "Tertiary text / caption ink; quiet metadata."
      },
      "cursor-orange": {
        "value": "#F54E00",
        "type": "color",
        "description": "Cursor's signature hot orange accent — the brand's primary action color."
      },
      "cursor-orange-pressed": {
        "value": "#DB7042",
        "type": "color",
        "description": "Pressed / muted variant of cursor orange used on hover-secondary surfaces."
      },
      "cursor-green": {
        "value": "#1F8A65",
        "type": "color",
        "description": "ANSI-aligned success green from the product UI."
      },
      "cursor-red": {
        "value": "#CF2D56",
        "type": "color",
        "description": "ANSI-aligned error red from the product UI."
      },
      "cursor-night": {
        "value": "#1A1A17",
        "type": "color",
        "description": "Dark-mode canvas — the inverted product chrome surface."
      },
      "cursor-night-elevated": {
        "value": "#26251E",
        "type": "color",
        "description": "Elevated surface in dark mode; one step above canvas."
      },
      "cursor-night-border": {
        "value": "#3C3933",
        "type": "color",
        "description": "Quiet divider on the cursor-night canvas."
      }
    },
    "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.sand-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.sand-card}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.sand-card-hover}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.cursor-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cursor-ink-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.cursor-ink-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cursor-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cursor-orange-pressed}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.cursor-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cursor-red}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.sand-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.cursor-night}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.cursor-night-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.cursor-ink-secondary}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.sand-canvas}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.sand-card-hover}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.cursor-ink-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cursor-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cursor-orange-pressed}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.cursor-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cursor-red}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.cursor-night-border}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.sand-canvas}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.cursor-ink}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cursor-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cursor-orange-pressed}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.cursor-ink}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.cursor-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.cursor-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cursor-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.cursor-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.sand-canvas}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.sand-canvas}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.cursor-night}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.sand-card}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.cursor-night-elevated}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.cursor-ink-secondary}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.cursor-ink-tertiary}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.sand-border}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Cursor",
    "ref": "cursor@1.0.0",
    "paletteRef": "cursor@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
