{
  "$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": {
      "discord-blurple": {
        "value": "#5865F2",
        "type": "color",
        "description": "Signature indigo-purple — the primary brand color introduced with the 2021 brand refresh. The Discord wordmark, the Wumpus mark, primary buttons, and the mention-highlight all read in Blurple.\n"
      },
      "discord-blurple-dark": {
        "value": "#4752C4",
        "type": "color",
        "description": "Darker Blurple for hover, pressed, and active states on the primary CTA."
      },
      "discord-old-blurple": {
        "value": "#7289DA",
        "type": "color",
        "description": "The pre-2021 Blurple — retained as a deprecated reference for historical applications, not part of the current brand surface.\n"
      },
      "discord-greyple": {
        "value": "#99AAB5",
        "type": "color",
        "description": "Neutral grey-blue from Discord's brand palette — used in marketing illustration and as a secondary text tone."
      },
      "discord-dark-not-black": {
        "value": "#2C2F33",
        "type": "color",
        "description": "\"Dark But Not Black\" — Discord's published dark surface tone, used historically as the client's main canvas before the 2022 refresh.\n"
      },
      "discord-not-quite-black": {
        "value": "#23272A",
        "type": "color",
        "description": "\"Not Quite Black\" — Discord's published deepest dark tone, used historically as the client's sidebar canvas.\n"
      },
      "discord-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "White — the primary text and mark fill on the dark canvas."
      },
      "discord-canvas-dark": {
        "value": "#313338",
        "type": "color",
        "description": "Modern Discord client primary canvas — the main chat surface since the 2022 client visual refresh.\n"
      },
      "discord-canvas-darker": {
        "value": "#2B2D31",
        "type": "color",
        "description": "Modern Discord secondary surface — the channel list / sidebar."
      },
      "discord-canvas-darkest": {
        "value": "#1E1F22",
        "type": "color",
        "description": "Modern Discord deepest surface — the server list rail."
      },
      "discord-text-on-dark": {
        "value": "#F2F3F5",
        "type": "color",
        "description": "Primary text color on the dark canvas."
      },
      "discord-text-secondary-dark": {
        "value": "#B5BAC1",
        "type": "color",
        "description": "Secondary text on the dark canvas."
      },
      "discord-text-tertiary-dark": {
        "value": "#80848E",
        "type": "color",
        "description": "Tertiary / muted text on the dark canvas."
      },
      "discord-green": {
        "value": "#23A55A",
        "type": "color",
        "description": "Authored success / online-status accent."
      },
      "discord-yellow": {
        "value": "#F0B232",
        "type": "color",
        "description": "Authored idle-status / warning accent."
      },
      "discord-red": {
        "value": "#F23F43",
        "type": "color",
        "description": "Authored Do-Not-Disturb / error accent."
      },
      "discord-fuchsia": {
        "value": "#EB459E",
        "type": "color",
        "description": "Authored secondary accent — used on Boost and Nitro affordances."
      },
      "discord-light-canvas": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Authored light-mode canvas for Discord's user-selectable light theme."
      },
      "discord-light-surface": {
        "value": "#F2F3F5",
        "type": "color",
        "description": "Authored elevated surface on light mode."
      },
      "discord-light-surface-elevated": {
        "value": "#EBEDEF",
        "type": "color",
        "description": "Authored deepest-elevated surface on light mode."
      },
      "discord-text-on-light": {
        "value": "#060607",
        "type": "color",
        "description": "Primary text on light canvas."
      },
      "discord-text-secondary-light": {
        "value": "#4E5058",
        "type": "color",
        "description": "Authored secondary text on light canvas."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Whitney",
        "type": "fontFamilies",
        "description": "whitney@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Whitney",
        "type": "fontFamilies",
        "description": "whitney@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Whitney",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Whitney",
          "Inter",
          "-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.discord-light-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.discord-light-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.discord-light-surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.discord-text-on-light}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.discord-text-secondary-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.discord-greyple}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.discord-blurple-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.discord-blurple-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.discord-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.discord-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.discord-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.discord-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.discord-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.discord-canvas-darker}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.discord-canvas-darkest}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.discord-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.discord-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.discord-text-tertiary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.discord-blurple-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.discord-blurple-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.discord-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.discord-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.discord-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.discord-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.discord-canvas-dark}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.discord-text-on-dark}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.discord-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.discord-canvas-darker}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.discord-canvas-darkest}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.discord-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.discord-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.discord-text-tertiary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.discord-blurple-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.discord-blurple-dark}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.discord-blurple}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.discord-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.discord-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.discord-red}",
        "type": "color"
      },
      "boost": {
        "value": "{global.color.discord-fuchsia}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Discord",
    "ref": "discord@1.0.0",
    "paletteRef": "discord@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
