{
  "$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": {
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "phx-color-core-black — terminal-black canvas in dark mode."
      },
      "gray-1000": {
        "value": "#1C1C1C",
        "type": "color",
        "description": "phx-color-core-gray-1000 — deepest gray ink."
      },
      "gray-900": {
        "value": "#262626",
        "type": "color",
        "description": "phx-color-core-gray-900 — primary body text on light."
      },
      "gray-800": {
        "value": "#3C3C3C",
        "type": "color",
        "description": "phx-color-core-gray-800 — secondary heading text."
      },
      "gray-700": {
        "value": "#545454",
        "type": "color",
        "description": "phx-color-core-gray-700 — secondary body text."
      },
      "gray-600": {
        "value": "#767676",
        "type": "color",
        "description": "phx-color-core-gray-600 — tertiary meta text."
      },
      "gray-500": {
        "value": "#999999",
        "type": "color",
        "description": "phx-color-core-gray-500 — disabled text on light."
      },
      "gray-400": {
        "value": "#B3B3B3",
        "type": "color",
        "description": "phx-color-core-gray-400 — border weight."
      },
      "gray-300": {
        "value": "#CCCCCC",
        "type": "color",
        "description": "phx-color-core-gray-300 — quiet divider."
      },
      "gray-200": {
        "value": "#EFEFEF",
        "type": "color",
        "description": "phx-color-core-gray-200 — quiet inset surface."
      },
      "gray-100": {
        "value": "#F8F8F8",
        "type": "color",
        "description": "phx-color-core-gray-100 — lightest surface tint."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "phx-color-core-white — page canvas."
      },
      "yellow-400": {
        "value": "#FFCD1E",
        "type": "color",
        "description": "phx-color-core-yellow-400 — signature Bloomberg yellow; ticker accent."
      },
      "yellow-300": {
        "value": "#FFDA5D",
        "type": "color",
        "description": "phx-color-core-yellow-300 — lighter yellow accent."
      },
      "yellow-500": {
        "value": "#E6B120",
        "type": "color",
        "description": "phx-color-core-yellow-500 — pressed yellow."
      },
      "yellow-600": {
        "value": "#C48600",
        "type": "color",
        "description": "phx-color-core-yellow-600 — deepest emphasis yellow."
      },
      "red-500": {
        "value": "#E51503",
        "type": "color",
        "description": "phx-color-core-red-500 — alert / breaking-news red."
      },
      "red-400": {
        "value": "#F05143",
        "type": "color",
        "description": "phx-color-core-red-400 — quiet alert state."
      },
      "red-600": {
        "value": "#B20E01",
        "type": "color",
        "description": "phx-color-core-red-600 — pressed alert."
      },
      "green-500": {
        "value": "#338736",
        "type": "color",
        "description": "phx-color-core-green-500 — market-up signal."
      },
      "green-400": {
        "value": "#4DB250",
        "type": "color",
        "description": "phx-color-core-green-400 — quiet positive."
      },
      "green-600": {
        "value": "#146917",
        "type": "color",
        "description": "phx-color-core-green-600 — pressed positive."
      },
      "opinion-500": {
        "value": "#0064FA",
        "type": "color",
        "description": "phx-color-secondary-opinion-500 — Bloomberg Opinion link blue."
      },
      "opinion-600": {
        "value": "#004EC4",
        "type": "color",
        "description": "phx-color-secondary-opinion-600 — pressed Opinion link."
      },
      "opinion-200": {
        "value": "#D4E5FF",
        "type": "color",
        "description": "phx-color-secondary-opinion-200 — quiet Opinion surface tint."
      },
      "subscription-500": {
        "value": "#4F4FFF",
        "type": "color",
        "description": "phx-color-secondary-subscription-500 — Bloomberg subscription-product accent."
      },
      "subscription-700": {
        "value": "#2800D7",
        "type": "color",
        "description": "phx-color-secondary-subscription-700 — deep subscription accent."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Source Serif 4",
        "type": "fontFamilies",
        "description": "source-serif-4@1.0.0 · serif"
      },
      "body": {
        "value": "Source Serif 4",
        "type": "fontFamilies",
        "description": "source-serif-4@1.0.0 · serif"
      },
      "sans": {
        "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": [
          "Source Serif 4",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Source Serif 4",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "sans": {
        "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.gray-1000}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.opinion-500}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.opinion-600}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.yellow-400}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.yellow-500}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-600}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-500}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-500}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-300}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-1000}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-900}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-200}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-400}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.opinion-500}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.opinion-200}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.yellow-400}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.yellow-300}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-300}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-400}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-400}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-700}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.yellow-400}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.opinion-500}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.opinion-600}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.yellow-400}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.yellow-500}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.yellow-400}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-500}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-600}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-500}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.gray-1000}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.gray-1000}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-300}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Bloomberg",
    "ref": "bloomberg@1.0.0",
    "paletteRef": "bloomberg@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
