{
  "$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": {
      "postman-orange": {
        "value": "#FF6C37",
        "type": "color",
        "description": "Postman's signature brand orange — the primary action color."
      },
      "postman-orange-pressed": {
        "value": "#E0531F",
        "type": "color",
        "description": "Pressed / active variant of postman orange used on hover surfaces."
      },
      "postman-orange-deep": {
        "value": "#D23F0E",
        "type": "color",
        "description": "Deep brand orange used for text-on-light brand accents."
      },
      "postman-orange-tint": {
        "value": "#FFF1EB",
        "type": "color",
        "description": "Pale orange wash for brand-tinted surfaces (badges, notices)."
      },
      "postman-canvas": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas — the bright neutral surface postman.com reads against."
      },
      "postman-surface": {
        "value": "#F9F9F9",
        "type": "color",
        "description": "Subtle elevated surface; one step warmer than canvas."
      },
      "postman-surface-elevated": {
        "value": "#F2F2F2",
        "type": "color",
        "description": "Card / panel surface elevated above postman-surface."
      },
      "postman-border-subdued": {
        "value": "#F2F2F2",
        "type": "color",
        "description": "Quietest divider; near-canvas border."
      },
      "postman-border": {
        "value": "#EDEDED",
        "type": "color",
        "description": "Default divider on the postman canvas."
      },
      "postman-border-strong": {
        "value": "#E6E6E6",
        "type": "color",
        "description": "Strong divider for elevated cards and form fields."
      },
      "postman-ink": {
        "value": "#212121",
        "type": "color",
        "description": "Primary text on postman canvas — deep near-black."
      },
      "postman-ink-secondary": {
        "value": "#6B6B6B",
        "type": "color",
        "description": "Secondary text; mid-gray body copy de-emphasis."
      },
      "postman-ink-tertiary": {
        "value": "#A6A6A6",
        "type": "color",
        "description": "Tertiary text / caption tone — placeholder ink."
      },
      "postman-plum": {
        "value": "#140B1E",
        "type": "color",
        "description": "Dark canvas — the deep plum used on hero modules and product chrome."
      },
      "postman-success": {
        "value": "#007F31",
        "type": "color",
        "description": "Confirmation / success state green."
      },
      "postman-success-active": {
        "value": "#0CBB52",
        "type": "color",
        "description": "Brighter active-green used for \"running\" / \"connected\" status pips."
      },
      "postman-warning": {
        "value": "#AD7A03",
        "type": "color",
        "description": "Warning / caution state amber."
      },
      "postman-error": {
        "value": "#8E1A10",
        "type": "color",
        "description": "Error / destructive state red."
      },
      "postman-purple": {
        "value": "#4C207D",
        "type": "color",
        "description": "Supporting purple — used for category badges and chrome accents."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Plus Jakarta Sans",
        "type": "fontFamilies",
        "description": "plus-jakarta-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Plus Jakarta Sans",
        "type": "fontFamilies",
        "description": "plus-jakarta-sans@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "IBM Plex Mono",
        "type": "fontFamilies",
        "description": "ibm-plex-mono@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Plus Jakarta Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Plus Jakarta Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "IBM Plex Mono",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.postman-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.postman-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.postman-surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.postman-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.postman-ink-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.postman-ink-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.postman-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.postman-orange-pressed}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.postman-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.postman-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.postman-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.postman-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.postman-plum}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.postman-ink}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.postman-ink-secondary}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.postman-canvas}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.postman-surface-elevated}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.postman-ink-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.postman-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.postman-orange-pressed}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.postman-success-active}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.postman-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.postman-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.postman-ink-secondary}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.postman-canvas}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.postman-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.postman-orange-pressed}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.postman-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.postman-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.postman-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.postman-error}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.postman-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.postman-canvas}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.postman-canvas}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.postman-plum}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.postman-surface}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.postman-ink}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.postman-ink-secondary}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.postman-ink-tertiary}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.postman-border}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Postman",
    "ref": "postman@1.0.0",
    "paletteRef": "postman@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
