{
  "$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": {
      "penpot-mint": {
        "value": "#31EFB8",
        "type": "color",
        "description": "Signature electric mint green. Primary brand color — used on the wordmark, the \"P\" mark, primary CTAs, and key interactive surfaces.\n"
      },
      "penpot-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Display type on dark canvas; canvas on light mode."
      },
      "penpot-black": {
        "value": "#18181A",
        "type": "color",
        "description": "Canonical dark canvas — the brand's preferred surface; also body text on light."
      },
      "penpot-canvas-dark": {
        "value": "#18181A",
        "type": "color",
        "description": "Authored dark-mode canvas — Penpot's preferred marketing surface."
      },
      "penpot-surface-light": {
        "value": "#F5F5F5",
        "type": "color",
        "description": "Authored panel surface for light mode."
      },
      "penpot-surface-dark": {
        "value": "#2A2A2D",
        "type": "color",
        "description": "Authored elevated surface on dark mode."
      },
      "penpot-text-secondary": {
        "value": "#6E6E76",
        "type": "color",
        "description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "penpot-text-tertiary": {
        "value": "#A0A0A8",
        "type": "color",
        "description": "Authored tertiary / muted text."
      },
      "penpot-mint-hover": {
        "value": "#5EF3C7",
        "type": "color",
        "description": "Authored softer Penpot Mint for hover / active states."
      }
    },
    "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.penpot-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.penpot-surface-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.penpot-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.penpot-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.penpot-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.penpot-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.penpot-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.penpot-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.penpot-surface-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.penpot-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.penpot-text-tertiary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.penpot-text-secondary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.penpot-black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.penpot-mint-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.penpot-mint}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.penpot-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.penpot-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.penpot-surface-light}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.penpot-surface-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.penpot-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.penpot-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Penpot",
    "ref": "penpot@1.0.0",
    "paletteRef": "penpot@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
