{
  "$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": {
      "x-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical canvas — the X identity reads as the white mark on black."
      },
      "x-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Inverse canvas / mark fill — the X mark renders white on black or black on white."
      },
      "x-dim": {
        "value": "#15202B",
        "type": "color",
        "description": "\"Dim\" surface — the desaturated near-navy product canvas inherited from Twitter's three-mode theme system, still surfaced on x.com under the Display settings.\n"
      },
      "x-dim-elevated": {
        "value": "#1E2732",
        "type": "color",
        "description": "Authored elevated surface on the Dim canvas — modals, hover rows."
      },
      "x-charcoal": {
        "value": "#16181C",
        "type": "color",
        "description": "Authored elevated surface on the Lights Out (pure-black) canvas — rows, tile borders, and modal backgrounds on x.com dark mode.\n"
      },
      "x-gray": {
        "value": "#71767B",
        "type": "color",
        "description": "Secondary text and icon tone on the dark canvas."
      },
      "x-gray-light": {
        "value": "#E7E9EA",
        "type": "color",
        "description": "Primary text tone on the dark canvas (off-white)."
      },
      "x-gray-border": {
        "value": "#2F3336",
        "type": "color",
        "description": "Hairline divider and border tone on the dark canvas."
      },
      "twitter-blue-legacy": {
        "value": "#1DA1F2",
        "type": "color",
        "description": "The pre-2023 Twitter Blue. Retained as a deprecated reference for historical applications and migration documentation only; not part of the current X monochrome identity.\n"
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Chirp",
        "type": "fontFamilies",
        "description": "chirp@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Chirp",
        "type": "fontFamilies",
        "description": "chirp@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Chirp",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Chirp",
          "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.x-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.x-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.x-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.x-charcoal}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.x-charcoal}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.x-charcoal}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.x-black}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.x-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.x-dim-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.x-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.x-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.x-white}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.x-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.x-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.x-dim-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.x-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.x-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.x-white}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.x-gray-light}",
        "type": "color"
      },
      "text-muted": {
        "value": "{global.color.x-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "X (formerly Twitter)",
    "ref": "x-twitter@1.0.0",
    "paletteRef": "x-twitter@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
