{
  "$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": {
      "nvidia-green": {
        "value": "#76B900",
        "type": "color",
        "description": "The signature NVIDIA chartreuse green. The single colored hue on the corporate mark and the brand's identity accent.\n"
      },
      "nvidia-green-dark": {
        "value": "#74B71B",
        "type": "color",
        "description": "Slightly cooler / darker variant declared on the live stylesheet — used as the legible on-dark pairing where the primary green meets a black surface.\n"
      },
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Primary text on light surfaces; canvas in dark mode; logo fill in the monochrome one-color variant.\n"
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Default page background on nvidia.com; logo fill in the reverse one-color variant on dark surfaces.\n"
      },
      "gray-50": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Subtle elevated surface tint on the white canvas."
      },
      "gray-100": {
        "value": "#EEEEEE",
        "type": "color",
        "description": "Quiet rule / border on the white canvas."
      },
      "gray-300": {
        "value": "#A7A7A7",
        "type": "color",
        "description": "Mid-gray for inactive controls and tertiary text."
      },
      "gray-600": {
        "value": "#666666",
        "type": "color",
        "description": "Secondary body text on the white canvas."
      },
      "gray-700": {
        "value": "#5E5E5E",
        "type": "color",
        "description": "Darker secondary text; control labels."
      }
    },
    "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-50}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.nvidia-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.nvidia-green-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.nvidia-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.nvidia-green-dark}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.black}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-300}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-300}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.nvidia-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.nvidia-green-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.nvidia-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.nvidia-green-dark}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.white}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.nvidia-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.nvidia-green-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.nvidia-green}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-50}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-100}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "NVIDIA",
    "ref": "nvidia@1.0.0",
    "paletteRef": "nvidia@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
