{
  "$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": {
      "reddit-orange": {
        "value": "#FF4500",
        "type": "color",
        "description": "Signature red-orange — the primary brand color. The Snoo mark, the Reddit wordmark, and the up-vote affordance all read in this hue. Verified hex from Reddit's brand kit and corroborated by the simple-icons brand database citing reddit.com.\n"
      },
      "reddit-orange-dark": {
        "value": "#CC3700",
        "type": "color",
        "description": "Authored darker orange for hover, pressed, and active states on the primary."
      },
      "reddit-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canonical light canvas — the historical Reddit product surface."
      },
      "reddit-near-white": {
        "value": "#F6F7F8",
        "type": "color",
        "description": "Authored panel surface on light mode — Reddit's listing rows on the web."
      },
      "reddit-text-primary": {
        "value": "#1A1A1B",
        "type": "color",
        "description": "Authored body text on light backgrounds."
      },
      "reddit-text-secondary": {
        "value": "#7C7C7C",
        "type": "color",
        "description": "Authored secondary text on light backgrounds."
      },
      "reddit-divider-light": {
        "value": "#EDEFF1",
        "type": "color",
        "description": "Authored hairline divider on light canvas."
      },
      "reddit-canvas-dark": {
        "value": "#1A1A1B",
        "type": "color",
        "description": "The \"new Reddit\" dark canvas — documented in the Reddit redesign brand assets and surfaced on the Reddit web product's dark theme.\n"
      },
      "reddit-surface-dark": {
        "value": "#272729",
        "type": "color",
        "description": "Authored elevated surface on the dark canvas — rows, modal headers."
      },
      "reddit-surface-elevated-dark": {
        "value": "#343536",
        "type": "color",
        "description": "Authored deepest-elevated surface on dark mode — popovers and tooltips."
      },
      "reddit-text-on-dark": {
        "value": "#D7DADC",
        "type": "color",
        "description": "Primary text on the dark canvas — the off-white reading tone."
      },
      "reddit-text-secondary-dark": {
        "value": "#818384",
        "type": "color",
        "description": "Authored secondary text on the dark canvas."
      },
      "reddit-divider-dark": {
        "value": "#343536",
        "type": "color",
        "description": "Authored hairline divider on dark canvas."
      },
      "reddit-downvote-blue": {
        "value": "#7193FF",
        "type": "color",
        "description": "The complementary blue used historically for the down-vote affordance on the Reddit product — the visual counterweight to the Orange up-vote.\n"
      }
    },
    "fontFamily": {
      "heading": {
        "value": "IBM Plex Sans",
        "type": "fontFamilies",
        "description": "ibm-plex-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "IBM Plex Sans",
        "type": "fontFamilies",
        "description": "ibm-plex-sans@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "IBM Plex Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "IBM Plex Sans",
          "-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.reddit-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.reddit-near-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.reddit-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.reddit-text-primary}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.reddit-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.reddit-text-secondary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.reddit-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.reddit-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.reddit-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.reddit-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.reddit-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.reddit-text-secondary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.reddit-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.reddit-orange-dark}",
        "type": "color"
      },
      "upvote": {
        "value": "{global.color.reddit-orange}",
        "type": "color"
      },
      "downvote": {
        "value": "{global.color.reddit-downvote-blue}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.reddit-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.reddit-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.reddit-near-white}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.reddit-surface-dark}",
        "type": "color"
      },
      "surface-elevated-dark": {
        "value": "{global.color.reddit-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.reddit-text-primary}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.reddit-text-on-dark}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.reddit-text-secondary}",
        "type": "color"
      },
      "text-secondary-dark": {
        "value": "{global.color.reddit-text-secondary-dark}",
        "type": "color"
      },
      "divider-light": {
        "value": "{global.color.reddit-divider-light}",
        "type": "color"
      },
      "divider-dark": {
        "value": "{global.color.reddit-divider-dark}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Reddit",
    "ref": "reddit@1.0.0",
    "paletteRef": "reddit@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
