{
  "$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": {
      "aubergine": {
        "value": "#4A154B",
        "type": "color",
        "description": "Signature deep-purple corporate color. The institutional voice of the brand — used for the wordmark on light backgrounds, primary typographic blocks, and the brand's identity surfaces.\n"
      },
      "slack-green": {
        "value": "#2EB67D",
        "type": "color",
        "description": "Top-right quadrant of the Slack mark. Success / positive accent."
      },
      "slack-blue": {
        "value": "#36C5F0",
        "type": "color",
        "description": "Bottom-right quadrant of the Slack mark. Cool informational accent."
      },
      "slack-yellow": {
        "value": "#ECB22E",
        "type": "color",
        "description": "Bottom-left quadrant of the Slack mark. Warm attention / warning accent."
      },
      "slack-red": {
        "value": "#E01E5A",
        "type": "color",
        "description": "Top-left quadrant of the Slack mark. Hot pink-red used for errors and emphasis."
      },
      "slack-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page background on light surfaces; reversed wordmark fill on aubergine."
      },
      "slack-black": {
        "value": "#1D1C1D",
        "type": "color",
        "description": "Near-black body text on light backgrounds; canvas on dark surfaces."
      },
      "slack-surface-light": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Subtle panel surface on light mode."
      },
      "slack-surface-dark": {
        "value": "#2C2D30",
        "type": "color",
        "description": "Elevated surface on dark mode (sidebar / channels surface)."
      },
      "slack-text-secondary": {
        "value": "#616061",
        "type": "color",
        "description": "Secondary text on light backgrounds."
      },
      "slack-text-tertiary": {
        "value": "#868686",
        "type": "color",
        "description": "Tertiary / muted text."
      },
      "slack-text-on-dark-secondary": {
        "value": "#ABABAD",
        "type": "color",
        "description": "Secondary text on dark backgrounds."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Slack Sans",
        "type": "fontFamilies",
        "description": "slack-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Slack Sans",
        "type": "fontFamilies",
        "description": "slack-sans@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Slack Sans",
          "Lato",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Slack Sans",
          "Lato",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "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.slack-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.slack-surface-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.slack-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.slack-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.slack-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.slack-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.slack-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.slack-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.slack-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.slack-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.slack-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.slack-black}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.slack-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.slack-text-on-dark-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.slack-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.slack-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.slack-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.slack-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.slack-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.slack-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.slack-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.slack-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "accent-blue": {
        "value": "{global.color.slack-blue}",
        "type": "color"
      },
      "accent-yellow": {
        "value": "{global.color.slack-yellow}",
        "type": "color"
      },
      "accent-red": {
        "value": "{global.color.slack-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.slack-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.slack-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.slack-red}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.slack-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.aubergine}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.slack-surface-light}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.slack-surface-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.slack-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.slack-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Slack",
    "ref": "slack@1.0.0",
    "paletteRef": "slack@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
