{
  "$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": {
      "gopher-blue": {
        "value": "#00ADD8",
        "type": "color",
        "description": "Primary brand color — the signature cyan that anchors the Go gopher, the wordmark, and primary calls-to-action. PANTONE 638C.\n"
      },
      "light-blue": {
        "value": "#5DC9E2",
        "type": "color",
        "description": "Supporting tint used in gradients and secondary surfaces. PANTONE 310U.\n"
      },
      "fuchsia": {
        "value": "#CE3262",
        "type": "color",
        "description": "Secondary brand color — accent for callouts, highlights, and \"what NOT to do\" markers in the Brand Book. PANTONE 7635C.\n"
      },
      "aqua": {
        "value": "#00A29C",
        "type": "color",
        "description": "Secondary brand color — teal accent used in the Go gradient and supporting illustrations. PANTONE 3265C.\n"
      },
      "go-black": {
        "value": "#000000",
        "type": "color",
        "description": "High-contrast foundation — used as a canvas under the white gopher mark and for primary text on light surfaces. PANTONE Black C.\n"
      },
      "go-yellow": {
        "value": "#FDDD00",
        "type": "color",
        "description": "Tertiary accent used sparingly for spotlight callouts. PANTONE Yellow C.\n"
      },
      "dark-cyan": {
        "value": "#00758D",
        "type": "color",
        "description": "PANTONE 3145C — deeper cyan for hover states and shadows."
      },
      "cool-gray": {
        "value": "#555759",
        "type": "color",
        "description": "PANTONE 425C — neutral text and dividers."
      },
      "plum": {
        "value": "#402B56",
        "type": "color",
        "description": "PANTONE 669C — deep accent for tertiary surfaces."
      },
      "light-gray": {
        "value": "#DBD9D6",
        "type": "color",
        "description": "PANTONE Cool Gray 1C — light hairline surfaces."
      },
      "go-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode; reversed mark color on Black."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Work Sans",
        "type": "fontFamilies",
        "description": "work-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Roboto",
        "type": "fontFamilies",
        "description": "roboto@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Work Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.go-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.light-gray}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.go-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.go-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cool-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.dark-cyan}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.gopher-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.dark-cyan}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.plum}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.go-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.aqua}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.go-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.plum}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.cool-gray}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.go-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.light-blue}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.gopher-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.light-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.light-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.go-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.aqua}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.gopher-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.go-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.gopher-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.dark-cyan}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.fuchsia}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.plum}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.go-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.light-gray}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.go-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cool-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Go",
    "ref": "golang@1.0.0",
    "paletteRef": "golang@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
