{
  "$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": {
      "white": {
        "value": "#FFFFFF",
        "type": "color"
      },
      "black": {
        "value": "#001E2B",
        "type": "color",
        "description": "MongoDB Black — a blue-black, NOT pure black; the brand canvas."
      },
      "gray-dark4": {
        "value": "#112733",
        "type": "color"
      },
      "gray-dark3": {
        "value": "#1C2D38",
        "type": "color",
        "description": "Dark surface in dark mode."
      },
      "gray-dark2": {
        "value": "#3D4F58",
        "type": "color"
      },
      "gray-dark1": {
        "value": "#5C6C75",
        "type": "color",
        "description": "Secondary text on light surfaces."
      },
      "gray-base": {
        "value": "#889397",
        "type": "color"
      },
      "gray-light1": {
        "value": "#C1C7C6",
        "type": "color",
        "description": "Default border on light surfaces."
      },
      "gray-light2": {
        "value": "#E8EDEB",
        "type": "color"
      },
      "gray-light3": {
        "value": "#F9FBFA",
        "type": "color",
        "description": "Light surface — subtle elevation."
      },
      "green-dark3": {
        "value": "#023430",
        "type": "color",
        "description": "Deepest green ground."
      },
      "green-dark2": {
        "value": "#00684A",
        "type": "color",
        "description": "Green hover/active variant on light."
      },
      "green-dark1": {
        "value": "#00A35C",
        "type": "color",
        "description": "Accessible interactive green on light surfaces (AA-compliant against white)."
      },
      "green-base": {
        "value": "#00ED64",
        "type": "color",
        "description": "MongoDB Green — the brand-defining vivid signature; used as the primary interactive on dark surfaces and as the brand accent on hero surfaces."
      },
      "green-light1": {
        "value": "#71F6BA",
        "type": "color"
      },
      "green-light2": {
        "value": "#C0FAE6",
        "type": "color"
      },
      "green-light3": {
        "value": "#E3FCF7",
        "type": "color"
      },
      "blue-dark3": {
        "value": "#0C2657",
        "type": "color"
      },
      "blue-dark2": {
        "value": "#083C90",
        "type": "color"
      },
      "blue-dark1": {
        "value": "#1254B7",
        "type": "color",
        "description": "Info / link on light surfaces."
      },
      "blue-base": {
        "value": "#016BF8",
        "type": "color",
        "description": "Blue accent base."
      },
      "blue-light1": {
        "value": "#0498EC",
        "type": "color"
      },
      "blue-light2": {
        "value": "#C3E7FE",
        "type": "color"
      },
      "blue-light3": {
        "value": "#E1F7FF",
        "type": "color"
      },
      "red-dark3": {
        "value": "#5B0000",
        "type": "color"
      },
      "red-dark2": {
        "value": "#970606",
        "type": "color",
        "description": "Error on light surfaces."
      },
      "red-base": {
        "value": "#DB3030",
        "type": "color",
        "description": "Red accent base."
      },
      "red-light1": {
        "value": "#FF6960",
        "type": "color"
      },
      "red-light2": {
        "value": "#FFCDC7",
        "type": "color"
      },
      "red-light3": {
        "value": "#FFEAE5",
        "type": "color"
      },
      "yellow-dark3": {
        "value": "#4C2100",
        "type": "color"
      },
      "yellow-dark2": {
        "value": "#944F01",
        "type": "color",
        "description": "Warning on light surfaces."
      },
      "yellow-base": {
        "value": "#FFC010",
        "type": "color"
      },
      "yellow-light2": {
        "value": "#FFEC9E",
        "type": "color"
      },
      "yellow-light3": {
        "value": "#FEF7DB",
        "type": "color"
      },
      "purple-dark3": {
        "value": "#2D0B59",
        "type": "color"
      },
      "purple-dark2": {
        "value": "#5E0C9E",
        "type": "color"
      },
      "purple-base": {
        "value": "#B45AF2",
        "type": "color"
      },
      "purple-light2": {
        "value": "#F1D4FD",
        "type": "color"
      },
      "purple-light3": {
        "value": "#F9EBFF",
        "type": "color"
      }
    },
    "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-light3}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-dark1}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-base}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.green-dark2}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.green-dark3}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.green-dark1}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-dark2}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow-dark3}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-dark2}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-dark2}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-light1}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-dark3}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-dark2}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.gray-light2}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-light1}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-base}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.green-light1}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.green-light1}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-base}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow-light2}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-light1}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-dark2}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.green-dark2}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.green-dark3}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.green-dark1}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.green-base}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-dark2}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-dark2}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-dark2}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.gray-light2}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-light3}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.gray-dark3}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-dark1}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-base}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-light1}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "MongoDB",
    "ref": "mongodb@1.0.0",
    "paletteRef": "mongodb@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
