{
  "$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": {
      "hashicorp-yellow": {
        "value": "#FFCD00",
        "type": "color",
        "description": "The HashiCorp corporate accent — the yellow of the parent wordmark and the principal CTA color across hashicorp.com.\n"
      },
      "hashicorp-yellow-dark": {
        "value": "#D9AE00",
        "type": "color",
        "description": "Pressed/active state for the corporate yellow CTA."
      },
      "hashicorp-black": {
        "value": "#000000",
        "type": "color",
        "description": "Pure black — corporate wordmark fill on light surfaces."
      },
      "hashicorp-canvas": {
        "value": "#0E0E10",
        "type": "color",
        "description": "Near-black canvas used on hashicorp.com hero sections and the HCP console dark chrome.\n"
      },
      "hashicorp-canvas-deep": {
        "value": "#050507",
        "type": "color",
        "description": "Darkest canvas used as the page-level dark background."
      },
      "terraform-purple": {
        "value": "#7B42BC",
        "type": "color",
        "description": "Terraform product accent — used on terraform.io and the Terraform Registry chrome.\n"
      },
      "vault-yellow": {
        "value": "#FFEC6E",
        "type": "color",
        "description": "Vault product accent — the brighter yellow used on vaultproject.io, distinct from the corporate yellow.\n"
      },
      "consul-magenta": {
        "value": "#E03875",
        "type": "color",
        "description": "Consul product accent — magenta used on consul.io and service-mesh diagrams.\n"
      },
      "nomad-green": {
        "value": "#00CA8E",
        "type": "color",
        "description": "Nomad product accent — used on nomadproject.io."
      },
      "boundary-pink": {
        "value": "#F24C53",
        "type": "color",
        "description": "Boundary product accent — coral-pink used on boundaryproject.io."
      },
      "packer-blue": {
        "value": "#1DAEFF",
        "type": "color",
        "description": "Packer product accent — sky-blue used on packer.io."
      },
      "waypoint-sky": {
        "value": "#14C6CB",
        "type": "color",
        "description": "Waypoint product accent — teal used on waypointproject.io."
      },
      "hashicorp-ink": {
        "value": "#1B1B1F",
        "type": "color",
        "description": "Primary text on light surfaces."
      },
      "hashicorp-gray": {
        "value": "#6F7682",
        "type": "color",
        "description": "Secondary text and metadata."
      },
      "hashicorp-gray-light": {
        "value": "#9CA0A8",
        "type": "color",
        "description": "Tertiary text and disabled UI."
      },
      "hashicorp-surface": {
        "value": "#F4F4F7",
        "type": "color",
        "description": "Quiet surface — card backgrounds on the marketing site."
      },
      "hashicorp-border": {
        "value": "#DDDFE4",
        "type": "color",
        "description": "Hairline borders and dividers."
      },
      "hashicorp-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on light surfaces."
      }
    },
    "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.hashicorp-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.hashicorp-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.hashicorp-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.hashicorp-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.hashicorp-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.hashicorp-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.hashicorp-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.hashicorp-yellow-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.terraform-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.consul-magenta}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vault-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.hashicorp-yellow-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.boundary-pink}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.nomad-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.hashicorp-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.hashicorp-canvas-deep}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.hashicorp-canvas}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.hashicorp-black}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.hashicorp-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.hashicorp-surface}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.hashicorp-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.hashicorp-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.hashicorp-yellow-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.terraform-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.consul-magenta}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vault-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.hashicorp-yellow-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.boundary-pink}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.nomad-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.hashicorp-canvas}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.hashicorp-canvas}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.hashicorp-yellow}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.hashicorp-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.hashicorp-yellow-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.terraform-purple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.consul-magenta}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.hashicorp-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.hashicorp-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.hashicorp-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.hashicorp-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.hashicorp-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.hashicorp-gray-light}",
        "type": "color"
      },
      "chrome": {
        "value": "{global.color.hashicorp-canvas}",
        "type": "color"
      },
      "chrome-deep": {
        "value": "{global.color.hashicorp-canvas-deep}",
        "type": "color"
      },
      "product-terraform": {
        "value": "{global.color.terraform-purple}",
        "type": "color"
      },
      "product-vault": {
        "value": "{global.color.vault-yellow}",
        "type": "color"
      },
      "product-consul": {
        "value": "{global.color.consul-magenta}",
        "type": "color"
      },
      "product-nomad": {
        "value": "{global.color.nomad-green}",
        "type": "color"
      },
      "product-boundary": {
        "value": "{global.color.boundary-pink}",
        "type": "color"
      },
      "product-packer": {
        "value": "{global.color.packer-blue}",
        "type": "color"
      },
      "product-waypoint": {
        "value": "{global.color.waypoint-sky}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.hashicorp-yellow}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "HashiCorp",
    "ref": "hashicorp@1.0.0",
    "paletteRef": "hashicorp@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
