{
  "$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": {
      "npm-red": {
        "value": "#CB3837",
        "type": "color",
        "description": "Primary brand color — the fill of the red-square npm mark. Source: simple-icons canonical entry for \"npm\".\n"
      },
      "npm-red-dark": {
        "value": "#A02B2A",
        "type": "color",
        "description": "Pressed / active variant of npm Red for hover states."
      },
      "npm-black": {
        "value": "#231F20",
        "type": "color",
        "description": "Wordmark color when rendered outside the red square; the \"npm\" lowercase letterform when set in solid color.\n"
      },
      "npm-charcoal": {
        "value": "#2D2A2B",
        "type": "color",
        "description": "Elevated dark surface for cards and panels."
      },
      "npm-slate": {
        "value": "#4A4344",
        "type": "color",
        "description": "Body text on light canvas; secondary copy."
      },
      "npm-gray": {
        "value": "#8C8385",
        "type": "color",
        "description": "Tertiary text and quiet UI; muted divider tone."
      },
      "npm-light-gray": {
        "value": "#E0DEDF",
        "type": "color",
        "description": "Hairline borders on light canvas."
      },
      "npm-off-white": {
        "value": "#FAF8F8",
        "type": "color",
        "description": "Subtle layered surface on light canvas."
      },
      "npm-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode; lowercase wordmark fill inside the red square."
      }
    },
    "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": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@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": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.npm-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.npm-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.npm-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.npm-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.npm-slate}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.npm-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.npm-slate}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.npm-light-gray}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.npm-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.npm-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.npm-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.npm-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.npm-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.npm-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.npm-light-gray}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.npm-slate}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.npm-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.npm-red}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.npm-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.npm-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.npm-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.npm-slate}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.npm-red-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.npm-slate}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.npm-light-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "npm",
    "ref": "npm@1.0.0",
    "paletteRef": "npm@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
