{
  "$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": {
      "ink": {
        "value": "#131313",
        "type": "color",
        "description": "Primary text and dark surface — the Verge ink."
      },
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Absolute black; mark fills."
      },
      "gray-bright": {
        "value": "#313131",
        "type": "color",
        "description": "Elevated surface in dark mode; secondary text."
      },
      "gray-medium": {
        "value": "#4A4A4A",
        "type": "color",
        "description": "Secondary body text on light surfaces."
      },
      "gray-muted": {
        "value": "#636363",
        "type": "color",
        "description": "Tertiary text; muted captions."
      },
      "gray-quiet": {
        "value": "#949494",
        "type": "color",
        "description": "Disabled text and quiet meta."
      },
      "gray-border": {
        "value": "#BDBDBD",
        "type": "color",
        "description": "Heavy border weight."
      },
      "gray-divider": {
        "value": "#E9E9E9",
        "type": "color",
        "description": "Quiet rule weight."
      },
      "gray-tint": {
        "value": "#EFEFEF",
        "type": "color",
        "description": "Quiet surface tint."
      },
      "gray-surface": {
        "value": "#F6F6F6",
        "type": "color",
        "description": "Subtle inset surface."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas — the Verge bright sheet."
      },
      "electric-purple": {
        "value": "#5200FF",
        "type": "color",
        "description": "Primary action color — the Verge electric accent."
      },
      "electric-purple-pressed": {
        "value": "#3D00BF",
        "type": "color",
        "description": "Pressed / active variant of electric-purple."
      },
      "electric-purple-light": {
        "value": "#A980FF",
        "type": "color",
        "description": "Lighter electric purple — quiet emphasis."
      },
      "electric-purple-tint": {
        "value": "#DFCFFF",
        "type": "color",
        "description": "Quiet surface tint of electric purple."
      },
      "electric-purple-faint": {
        "value": "#EEE6FF",
        "type": "color",
        "description": "Faint background tint."
      },
      "neon-mint": {
        "value": "#3CFFD0",
        "type": "color",
        "description": "Bright accent — the Verge mint signal color."
      },
      "neon-mint-tint": {
        "value": "#D8F0E8",
        "type": "color",
        "description": "Quiet mint surface tint."
      },
      "verge-green": {
        "value": "#309875",
        "type": "color",
        "description": "Status / success green — the Verge confirmation color."
      },
      "yellow-bright": {
        "value": "#D6F31F",
        "type": "color",
        "description": "Verge accent yellow — quote highlights and tags."
      },
      "yellow-faint": {
        "value": "#FFFCD4",
        "type": "color",
        "description": "Faint yellow surface tint."
      },
      "peach-faint": {
        "value": "#FFD5C8",
        "type": "color",
        "description": "Faint coral surface."
      },
      "rose-faint": {
        "value": "#FFC2E7",
        "type": "color",
        "description": "Faint rose surface."
      }
    },
    "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"
      },
      "serif": {
        "value": "Playfair Display",
        "type": "fontFamilies",
        "description": "playfair-display@1.0.0 · 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"
      },
      "serif": {
        "value": [
          "Playfair Display",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-medium}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-muted}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.electric-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.electric-purple-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.neon-mint}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.verge-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-bright}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.electric-purple-pressed}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.verge-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-bright}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-medium}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-border}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.electric-purple-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.electric-purple}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.neon-mint}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.verge-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-bright}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.electric-purple-light}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.neon-mint}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-bright}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.neon-mint}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.electric-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.electric-purple-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.neon-mint}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.verge-green}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.verge-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-bright}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.electric-purple-pressed}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-surface}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.gray-bright}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-medium}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-muted}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "The Verge",
    "ref": "the-verge@1.0.0",
    "paletteRef": "the-verge@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
