{
  "$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": {
      "datadog-purple": {
        "value": "#632CA6",
        "type": "color",
        "description": "The Datadog signature purple — the fill of the dog-paw mark and the principal accent across datadoghq.com.\n"
      },
      "datadog-purple-dark": {
        "value": "#4B1F80",
        "type": "color",
        "description": "Pressed/active state for the primary CTA."
      },
      "datadog-purple-light": {
        "value": "#8E5DC9",
        "type": "color",
        "description": "Soft accent used on dark-canvas surfaces."
      },
      "datadog-yellow": {
        "value": "#F8B400",
        "type": "color",
        "description": "Datadog secondary accent — used on the dog-paw mark detail and in marketing illustrations.\n"
      },
      "datadog-canvas": {
        "value": "#1B1F23",
        "type": "color",
        "description": "Datadog application canvas — the near-black chrome of the Datadog dashboard and the dark-mode marketing hero.\n"
      },
      "datadog-canvas-deep": {
        "value": "#0E1114",
        "type": "color",
        "description": "Darkest canvas used as the page-level dark background."
      },
      "datadog-ink": {
        "value": "#1B2730",
        "type": "color",
        "description": "Primary text on light surfaces."
      },
      "datadog-gray": {
        "value": "#5E6A75",
        "type": "color",
        "description": "Secondary text and metadata."
      },
      "datadog-gray-light": {
        "value": "#8995A1",
        "type": "color",
        "description": "Tertiary text and disabled UI."
      },
      "datadog-surface": {
        "value": "#F3F4F6",
        "type": "color",
        "description": "Quiet surface — card backgrounds on the marketing site."
      },
      "datadog-border": {
        "value": "#DCDFE3",
        "type": "color",
        "description": "Hairline borders and dividers."
      },
      "datadog-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on light surfaces."
      },
      "datadog-success": {
        "value": "#3FAE2A",
        "type": "color",
        "description": "Healthy / passing-monitor state."
      },
      "datadog-warning": {
        "value": "#FFB400",
        "type": "color",
        "description": "Warning / degraded-state monitor."
      },
      "datadog-error": {
        "value": "#D63B3B",
        "type": "color",
        "description": "Critical / alerting-monitor state."
      }
    },
    "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.datadog-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.datadog-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.datadog-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.datadog-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.datadog-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.datadog-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.datadog-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.datadog-purple-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.datadog-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.datadog-purple-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.datadog-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.datadog-error}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.datadog-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.datadog-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.datadog-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.datadog-canvas-deep}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.datadog-canvas}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.datadog-purple-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.datadog-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.datadog-surface}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.datadog-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.datadog-purple-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.datadog-purple}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.datadog-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.datadog-purple-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.datadog-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.datadog-error}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.datadog-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.datadog-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.datadog-canvas}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.datadog-purple}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.datadog-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.datadog-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.datadog-purple-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.datadog-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.datadog-purple-light}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.datadog-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.datadog-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.datadog-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.datadog-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.datadog-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.datadog-gray-light}",
        "type": "color"
      },
      "chrome": {
        "value": "{global.color.datadog-canvas}",
        "type": "color"
      },
      "chrome-deep": {
        "value": "{global.color.datadog-canvas-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.datadog-purple}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Datadog",
    "ref": "datadog@1.0.0",
    "paletteRef": "datadog@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
