{
  "$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": {
      "aws-smile-orange": {
        "value": "#FF9900",
        "type": "color",
        "description": "The signature AWS orange — the arrow-and-smile that identifies the AWS sub-brand and the principal CTA color across aws.amazon.com.\n"
      },
      "aws-rind": {
        "value": "#EC7211",
        "type": "color",
        "description": "Deeper orange used on pressed/active states for the primary CTA and as the headline accent on dark canvases.\n"
      },
      "aws-squid-ink": {
        "value": "#232F3E",
        "type": "color",
        "description": "The AWS Management Console chrome navy. The canonical dark-canvas color across AWS architecture diagrams and the Architecture Icons toolkit.\n"
      },
      "aws-anchor": {
        "value": "#161E2D",
        "type": "color",
        "description": "Darker navy used on console mega-navigation surfaces and the dark-mode page canvas.\n"
      },
      "aws-navy-light": {
        "value": "#37475A",
        "type": "color",
        "description": "Secondary navigation band — sits one tone lighter than Squid Ink for layered chrome on the console.\n"
      },
      "aws-link": {
        "value": "#0972D3",
        "type": "color",
        "description": "Console link / interactive blue. The AWS Cloudscape design system documents this hex as the link primary.\n"
      },
      "aws-link-hover": {
        "value": "#033160",
        "type": "color",
        "description": "Pressed/hovered state for the AWS console link blue.\n"
      },
      "aws-success": {
        "value": "#037F0C",
        "type": "color",
        "description": "Cloudscape success green — used for confirmation states."
      },
      "aws-error": {
        "value": "#D13212",
        "type": "color",
        "description": "Cloudscape error red — destructive and validation-failure states."
      },
      "aws-warning": {
        "value": "#B7740D",
        "type": "color",
        "description": "Cloudscape warning amber — caution / pending states."
      },
      "aws-ink": {
        "value": "#16191F",
        "type": "color",
        "description": "Primary text on light surfaces — Cloudscape's neutral text."
      },
      "aws-gray": {
        "value": "#545B64",
        "type": "color",
        "description": "Secondary text and metadata on light surfaces."
      },
      "aws-gray-light": {
        "value": "#879596",
        "type": "color",
        "description": "Tertiary text and disabled UI on light surfaces."
      },
      "aws-surface": {
        "value": "#F2F3F3",
        "type": "color",
        "description": "Quiet surface — Cloudscape page-level background tint."
      },
      "aws-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on marketing surfaces and console cards."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Amazon Ember",
        "type": "fontFamilies",
        "description": "amazon-ember@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Amazon Ember",
        "type": "fontFamilies",
        "description": "amazon-ember@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Amazon Ember",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Amazon Ember",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "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.aws-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.aws-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.aws-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.aws-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.aws-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.aws-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.aws-smile-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.aws-rind}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.aws-link}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.aws-link-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.aws-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.aws-rind}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.aws-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.aws-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.aws-anchor}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.aws-squid-ink}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.aws-navy-light}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.aws-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.aws-surface}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.aws-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.aws-smile-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.aws-rind}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.aws-link}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.aws-link-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.aws-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.aws-rind}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.aws-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.aws-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.aws-squid-ink}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.aws-smile-orange}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.aws-smile-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.aws-rind}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.aws-link}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.aws-link-hover}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.aws-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.aws-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.aws-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.aws-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.aws-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.aws-gray-light}",
        "type": "color"
      },
      "chrome": {
        "value": "{global.color.aws-squid-ink}",
        "type": "color"
      },
      "chrome-deep": {
        "value": "{global.color.aws-anchor}",
        "type": "color"
      },
      "chrome-light": {
        "value": "{global.color.aws-navy-light}",
        "type": "color"
      },
      "mark-orange": {
        "value": "{global.color.aws-smile-orange}",
        "type": "color"
      },
      "mark-canvas": {
        "value": "{global.color.aws-squid-ink}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Amazon Web Services",
    "ref": "aws@1.0.0",
    "paletteRef": "aws@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
