{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "xtrm-dark",
  "vars": {
    "accentBlue": "#b8d3ff",
    "accentCyan": "#b8d3ff",
    "accentTeal": "#c7d2e0",
    "successGreen": "#9fd59f",
    "errorRed": "#ff9a9a",
    "warningAmber": "#d2b48c",
    "surface": "#000000",
    "surfaceAlt": "#111111",
    "surfaceMuted": "#1a1a1a",
    "surfaceUser": "#1f1f1f",
    "surfaceCustom": "#161616",
    "gray": "#a7a7a7",
    "dimGray": "#8a8a8a",
    "borderGray": "#666666",
    "borderBright": "#9a9a9a"
  },
  "colors": {
    "accent": "accentBlue",
    "border": "borderGray",
    "borderAccent": "borderBright",
    "borderMuted": "borderGray",
    "success": "successGreen",
    "error": "errorRed",
    "warning": "warningAmber",
    "muted": "gray",
    "dim": "dimGray",
    "text": "",
    "thinkingText": "gray",

    "selectedBg": "surfaceMuted",
    "userMessageBg": "surfaceUser",
    "userMessageText": "",
    "customMessageBg": "surfaceCustom",
    "customMessageText": "",
    "customMessageLabel": "accentBlue",
    "toolPendingBg": "surfaceMuted",
    "toolSuccessBg": "surfaceMuted",
    "toolErrorBg": "surfaceMuted",
    "toolTitle": "",
    "toolOutput": "gray",

    "mdHeading": "warningAmber",
    "mdLink": "accentBlue",
    "mdLinkUrl": "dimGray",
    "mdCode": "accentCyan",
    "mdCodeBlock": "gray",
    "mdCodeBlockBorder": "borderGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "borderGray",
    "mdHr": "borderGray",
    "mdListBullet": "accentTeal",

    "toolDiffAdded": "successGreen",
    "toolDiffRemoved": "errorRed",
    "toolDiffContext": "gray",

    "syntaxComment": "#6b7280",
    "syntaxKeyword": "#7aa2f7",
    "syntaxFunction": "#c0caf5",
    "syntaxVariable": "#a9b1d6",
    "syntaxString": "#9ece6a",
    "syntaxNumber": "#ff9e64",
    "syntaxType": "#73daca",
    "syntaxOperator": "#c0caf5",
    "syntaxPunctuation": "#8f9bb3",

    "thinkingOff": "borderGray",
    "thinkingMinimal": "#707070",
    "thinkingLow": "#7a7a7a",
    "thinkingMedium": "#858585",
    "thinkingHigh": "#8f8f8f",
    "thinkingXhigh": "#999999",

    "bashMode": "accentTeal"
  },
  "export": {
    "pageBg": "#12161d",
    "cardBg": "#171b22",
    "infoBg": "#28230f"
  }
}
