{
  "$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": {
      "sketch-yellow": {
        "value": "#FDB300",
        "type": "color",
        "description": "Signature warm yellow-orange. Primary brand color — used on the diamond mark, the wordmark accent, and key brand surfaces.\n"
      },
      "sketch-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "sketch-black": {
        "value": "#000000",
        "type": "color",
        "description": "Wordmark on light backgrounds; near-black body text."
      },
      "sketch-canvas-dark": {
        "value": "#1C1C1E",
        "type": "color",
        "description": "Authored dark-mode canvas — macOS-aligned neutral near-black."
      },
      "sketch-surface-light": {
        "value": "#F5F5F7",
        "type": "color",
        "description": "Authored panel surface for light mode."
      },
      "sketch-surface-dark": {
        "value": "#2C2C2E",
        "type": "color",
        "description": "Authored elevated surface on dark mode."
      },
      "sketch-text-secondary": {
        "value": "#6E6E73",
        "type": "color",
        "description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "sketch-text-tertiary": {
        "value": "#A1A1A6",
        "type": "color",
        "description": "Authored tertiary / muted text."
      },
      "sketch-yellow-hover": {
        "value": "#FFC633",
        "type": "color",
        "description": "Authored softer Sketch Yellow 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.sketch-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.sketch-surface-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.sketch-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.sketch-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.sketch-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.sketch-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.sketch-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.sketch-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.sketch-surface-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.sketch-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.sketch-text-tertiary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.sketch-text-secondary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.sketch-black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.sketch-yellow-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.sketch-yellow}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.sketch-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.sketch-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.sketch-surface-light}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.sketch-surface-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.sketch-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.sketch-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Sketch",
    "ref": "sketch@1.0.0",
    "paletteRef": "sketch@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
