{
  "$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": {
      "google-blue": {
        "value": "#4285F4",
        "type": "color",
        "description": "Canonical Google brand blue — the \"G\" of the four-color logo and the principal accent across Google Cloud marketing.\n"
      },
      "cloud-blue-600": {
        "value": "#1A73E8",
        "type": "color",
        "description": "Deeper interactive blue used in the Google Cloud Console chrome and as the link / primary-action color across cloud.google.com.\n"
      },
      "cloud-blue-700": {
        "value": "#185ABC",
        "type": "color",
        "description": "Pressed/active state for the Cloud Blue primary action.\n"
      },
      "google-red": {
        "value": "#EA4335",
        "type": "color",
        "description": "Canonical Google brand red — the second \"o\" of the Google wordmark and the error / destructive accent in the Cloud Console.\n"
      },
      "google-yellow": {
        "value": "#FBBC04",
        "type": "color",
        "description": "Canonical Google brand yellow — the third \"o\" of the Google wordmark and the warning accent in the Cloud Console.\n"
      },
      "google-green": {
        "value": "#34A853",
        "type": "color",
        "description": "Canonical Google brand green — the \"l\" of the Google wordmark and the success accent in the Cloud Console.\n"
      },
      "google-grey-900": {
        "value": "#202124",
        "type": "color",
        "description": "Primary text on light surfaces — Google Material's Grey 900 token, used on cloud.google.com body copy.\n"
      },
      "google-grey-700": {
        "value": "#5F6368",
        "type": "color",
        "description": "Secondary text and metadata."
      },
      "google-grey-500": {
        "value": "#9AA0A6",
        "type": "color",
        "description": "Tertiary text and disabled UI."
      },
      "google-grey-200": {
        "value": "#E8EAED",
        "type": "color",
        "description": "Hairline borders and quiet dividers."
      },
      "google-grey-100": {
        "value": "#F1F3F4",
        "type": "color",
        "description": "Subtle surface tint — Cloud Console card backgrounds."
      },
      "google-grey-50": {
        "value": "#F8F9FA",
        "type": "color",
        "description": "Page-level background tint."
      },
      "google-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on light surfaces."
      },
      "google-grey-1000": {
        "value": "#171717",
        "type": "color",
        "description": "Dark-mode canvas — used on cloud.google.com dark hero."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Google Sans",
        "type": "fontFamilies",
        "description": "google-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Roboto",
        "type": "fontFamilies",
        "description": "roboto@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Roboto",
        "type": "fontFamilies",
        "description": "roboto@1.0.0 · sans-serif"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Google Sans",
          "Roboto",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.google-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.google-grey-50}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.google-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.google-grey-900}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.google-grey-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.google-grey-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cloud-blue-700}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.google-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.google-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.google-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.google-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.google-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.google-grey-1000}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.google-grey-900}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.google-grey-700}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.google-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.google-grey-200}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.google-grey-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.google-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.google-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.google-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.google-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.google-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.google-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.google-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cloud-blue-700}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.google-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.google-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.google-grey-50}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.google-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.google-grey-900}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.google-grey-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.google-grey-500}",
        "type": "color"
      },
      "logo-quadrant-blue": {
        "value": "{global.color.google-blue}",
        "type": "color"
      },
      "logo-quadrant-red": {
        "value": "{global.color.google-red}",
        "type": "color"
      },
      "logo-quadrant-yellow": {
        "value": "{global.color.google-yellow}",
        "type": "color"
      },
      "logo-quadrant-green": {
        "value": "{global.color.google-green}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.cloud-blue-600}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Google Cloud",
    "ref": "google-cloud@1.0.0",
    "paletteRef": "google-cloud@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
