{
  "$description": "Brand: ClickUp — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette clickup@1.0.0",
      "clickup-purple": {
        "$value": "#7B68EE",
        "$type": "color",
        "$description": "Signature medium-slate purple. Primary brand color — used on the wordmark, primary CTAs, and key interactive surfaces.\n"
      },
      "clickup-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "clickup-black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Wordmark on light backgrounds; near-black body text."
      },
      "clickup-canvas-dark": {
        "$value": "#1B1A2E",
        "$type": "color",
        "$description": "Authored dark-mode canvas — deep neutral with a slight purple cast aligned with the brand."
      },
      "clickup-surface-light": {
        "$value": "#F6F5FB",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "clickup-surface-dark": {
        "$value": "#2A2A40",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "clickup-text-secondary": {
        "$value": "#6B7280",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "clickup-text-tertiary": {
        "$value": "#9CA3AF",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "clickup-purple-hover": {
        "$value": "#9485F2",
        "$type": "color",
        "$description": "Authored softer ClickUp Purple for hover / active states."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.clickup-canvas-dark}",
        "$type": "color",
        "$description": "background role → ClickUp Canvas Dark"
      },
      "surface": {
        "$value": "{color.swatches.clickup-surface-dark}",
        "$type": "color",
        "$description": "surface role → ClickUp Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.clickup-surface-dark}",
        "$type": "color",
        "$description": "surface-elevated role → ClickUp Surface Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.clickup-white}",
        "$type": "color",
        "$description": "text-primary role → ClickUp White"
      },
      "text-secondary": {
        "$value": "{color.swatches.clickup-text-tertiary}",
        "$type": "color",
        "$description": "text-secondary role → ClickUp Text Tertiary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.clickup-text-secondary}",
        "$type": "color",
        "$description": "text-tertiary role → ClickUp Text Secondary"
      },
      "primary": {
        "$value": "{color.swatches.clickup-purple}",
        "$type": "color",
        "$description": "primary role → ClickUp Purple"
      },
      "primary-hover": {
        "$value": "{color.swatches.clickup-purple-hover}",
        "$type": "color",
        "$description": "primary-hover role → ClickUp Purple Hover"
      },
      "accent": {
        "$value": "{color.swatches.clickup-purple}",
        "$type": "color",
        "$description": "accent role → ClickUp Purple"
      },
      "accent-hover": {
        "$value": "{color.swatches.clickup-purple-hover}",
        "$type": "color",
        "$description": "accent-hover role → ClickUp Purple Hover"
      },
      "warning": {
        "$value": "{color.swatches.clickup-purple}",
        "$type": "color",
        "$description": "warning role → ClickUp Purple"
      },
      "warning-hover": {
        "$value": "{color.swatches.clickup-purple-hover}",
        "$type": "color",
        "$description": "warning-hover role → ClickUp Purple Hover"
      },
      "error": {
        "$value": "{color.swatches.clickup-purple}",
        "$type": "color",
        "$description": "error role → ClickUp Purple"
      },
      "success": {
        "$value": "{color.swatches.clickup-purple}",
        "$type": "color",
        "$description": "success role → ClickUp Purple"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.clickup-purple}",
          "$type": "color",
          "$description": "Brand role identity → ClickUp Purple"
        },
        "on-identity": {
          "$value": "{color.swatches.clickup-white}",
          "$type": "color",
          "$description": "Brand role on-identity → ClickUp White"
        },
        "primary": {
          "$value": "{color.swatches.clickup-purple}",
          "$type": "color",
          "$description": "Brand role primary → ClickUp Purple"
        },
        "primary-hover": {
          "$value": "{color.swatches.clickup-purple-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → ClickUp Purple Hover"
        },
        "accent": {
          "$value": "{color.swatches.clickup-purple}",
          "$type": "color",
          "$description": "Brand role accent → ClickUp Purple"
        },
        "accent-hover": {
          "$value": "{color.swatches.clickup-purple-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → ClickUp Purple Hover"
        },
        "success": {
          "$value": "{color.swatches.clickup-purple}",
          "$type": "color",
          "$description": "Brand role success → ClickUp Purple"
        },
        "warning": {
          "$value": "{color.swatches.clickup-purple}",
          "$type": "color",
          "$description": "Brand role warning → ClickUp Purple"
        },
        "error": {
          "$value": "{color.swatches.clickup-purple}",
          "$type": "color",
          "$description": "Brand role error → ClickUp Purple"
        },
        "background-light": {
          "$value": "{color.swatches.clickup-white}",
          "$type": "color",
          "$description": "Brand role background-light → ClickUp White"
        },
        "background-dark": {
          "$value": "{color.swatches.clickup-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → ClickUp Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.clickup-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → ClickUp Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.clickup-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → ClickUp Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.clickup-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → ClickUp Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.clickup-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → ClickUp White"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
