{
  "$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": {
      "k8s-blue": {
        "value": "#326CE5",
        "type": "color",
        "description": "The Kubernetes signature blue — the fill of the helm-wheel mark and the principal accent across kubernetes.io.\n"
      },
      "k8s-blue-dark": {
        "value": "#2956B2",
        "type": "color",
        "description": "Pressed/active state for the primary CTA."
      },
      "k8s-blue-light": {
        "value": "#7493E0",
        "type": "color",
        "description": "Soft accent used on illustrations and tags."
      },
      "k8s-navy": {
        "value": "#0B132B",
        "type": "color",
        "description": "Dark-mode canvas color — the navy used on the kubernetes.io dark-theme hero and on CNCF presentation chrome.\n"
      },
      "k8s-navy-deep": {
        "value": "#050911",
        "type": "color",
        "description": "Darkest navy used as the page-level dark canvas."
      },
      "k8s-ink": {
        "value": "#303030",
        "type": "color",
        "description": "Primary text on light surfaces."
      },
      "k8s-gray": {
        "value": "#5F6368",
        "type": "color",
        "description": "Secondary text and metadata."
      },
      "k8s-gray-light": {
        "value": "#9AA0A6",
        "type": "color",
        "description": "Tertiary text and disabled UI."
      },
      "k8s-surface": {
        "value": "#F1F3F4",
        "type": "color",
        "description": "Quiet surface — card backgrounds on kubernetes.io."
      },
      "k8s-border": {
        "value": "#DADCE0",
        "type": "color",
        "description": "Hairline borders and dividers."
      },
      "k8s-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on light surfaces."
      },
      "k8s-success": {
        "value": "#0F9D58",
        "type": "color",
        "description": "Healthy / ready pod state."
      },
      "k8s-warning": {
        "value": "#F4B400",
        "type": "color",
        "description": "Pending / scheduling state."
      },
      "k8s-error": {
        "value": "#DB4437",
        "type": "color",
        "description": "Failed / crash-loop state."
      }
    },
    "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.k8s-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.k8s-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.k8s-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.k8s-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.k8s-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.k8s-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.k8s-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.k8s-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.k8s-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.k8s-error}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.k8s-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.k8s-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.k8s-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.k8s-navy-deep}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.k8s-navy}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.k8s-blue-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.k8s-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.k8s-surface}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.k8s-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.k8s-blue-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.k8s-blue-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.k8s-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.k8s-error}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.k8s-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.k8s-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.k8s-blue-dark}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.k8s-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.k8s-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.k8s-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.k8s-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.k8s-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.k8s-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.k8s-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.k8s-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.k8s-gray-light}",
        "type": "color"
      },
      "chrome": {
        "value": "{global.color.k8s-navy}",
        "type": "color"
      },
      "chrome-deep": {
        "value": "{global.color.k8s-navy-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.k8s-blue}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Kubernetes",
    "ref": "kubernetes@1.0.0",
    "paletteRef": "kubernetes@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
