{
  "$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": {
      "bluesky-blue": {
        "value": "#0085FF",
        "type": "color",
        "description": "Signature sky-blue — the primary brand color. The Bluesky butterfly mark, the wordmark, and primary CTAs on bsky.app all render in this hue. Verified hex via the simple-icons brand database citing bsky.app.\n"
      },
      "bluesky-blue-dark": {
        "value": "#0068C9",
        "type": "color",
        "description": "Authored darker blue for hover, pressed, and active states on the primary CTA."
      },
      "bluesky-blue-light": {
        "value": "#4FA9FF",
        "type": "color",
        "description": "Authored lighter blue for link affordances on the dark canvas."
      },
      "bluesky-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canonical light canvas — bsky.app's light theme surface."
      },
      "bluesky-near-white": {
        "value": "#F1F3F5",
        "type": "color",
        "description": "Authored panel surface on light mode."
      },
      "bluesky-text-primary": {
        "value": "#0B0F14",
        "type": "color",
        "description": "Authored body text and headline color on light backgrounds."
      },
      "bluesky-text-secondary": {
        "value": "#42576C",
        "type": "color",
        "description": "Authored secondary text on light backgrounds."
      },
      "bluesky-text-tertiary": {
        "value": "#788EA4",
        "type": "color",
        "description": "Authored tertiary / muted text on light backgrounds."
      },
      "bluesky-divider-light": {
        "value": "#D4DBE2",
        "type": "color",
        "description": "Authored hairline divider on light canvas."
      },
      "bluesky-canvas-dark": {
        "value": "#0B0F14",
        "type": "color",
        "description": "Authored dark canvas matching bsky.app's dark theme — a deep near-black with a cool blue undertone.\n"
      },
      "bluesky-surface-dark": {
        "value": "#161E27",
        "type": "color",
        "description": "Authored elevated surface on the dark canvas."
      },
      "bluesky-surface-elevated-dark": {
        "value": "#1E2936",
        "type": "color",
        "description": "Authored deepest-elevated surface on dark mode — modals, popovers."
      },
      "bluesky-text-on-dark": {
        "value": "#F1F3F5",
        "type": "color",
        "description": "Primary text on the dark canvas."
      },
      "bluesky-text-secondary-dark": {
        "value": "#A5B6C8",
        "type": "color",
        "description": "Authored secondary text on the dark canvas."
      },
      "bluesky-divider-dark": {
        "value": "#2C3A4A",
        "type": "color",
        "description": "Authored hairline divider on the dark canvas."
      },
      "bluesky-green": {
        "value": "#1A7F37",
        "type": "color",
        "description": "Authored success accent for status affordances."
      },
      "bluesky-yellow": {
        "value": "#D9A026",
        "type": "color",
        "description": "Authored warning accent."
      },
      "bluesky-red": {
        "value": "#E5484D",
        "type": "color",
        "description": "Authored error / destructive accent."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-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.bluesky-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.bluesky-near-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.bluesky-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.bluesky-text-primary}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.bluesky-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.bluesky-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.bluesky-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.bluesky-blue-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.bluesky-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.bluesky-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.bluesky-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.bluesky-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.bluesky-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.bluesky-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.bluesky-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.bluesky-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.bluesky-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.bluesky-text-secondary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.bluesky-blue-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bluesky-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.bluesky-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.bluesky-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.bluesky-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.bluesky-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.bluesky-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.bluesky-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bluesky-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.bluesky-blue-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.bluesky-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.bluesky-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.bluesky-red}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.bluesky-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.bluesky-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.bluesky-near-white}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.bluesky-surface-dark}",
        "type": "color"
      },
      "surface-elevated-dark": {
        "value": "{global.color.bluesky-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.bluesky-text-primary}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.bluesky-text-on-dark}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.bluesky-text-secondary}",
        "type": "color"
      },
      "text-secondary-dark": {
        "value": "{global.color.bluesky-text-secondary-dark}",
        "type": "color"
      },
      "divider-light": {
        "value": "{global.color.bluesky-divider-light}",
        "type": "color"
      },
      "divider-dark": {
        "value": "{global.color.bluesky-divider-dark}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Bluesky",
    "ref": "bluesky@1.0.0",
    "paletteRef": "bluesky@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
