{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "xtrm-light",
  "vars": {
    "accentBlue": "#44546a",
    "accentCyan": "#5f6b7a",
    "accentTeal": "#5f6b7a",
    "successGreen": "#587558",
    "errorRed": "#a85f5f",
    "warningAmber": "#8e7348",
    "surface": "#ffffff",
    "surfaceAlt": "#f1f1f1",
    "surfaceMuted": "#e6e6e6",
    "surfaceUser": "#f0f0f0",
    "surfaceCustom": "#f5f5f5",
    "gray": "#5f5f5f",
    "dimGray": "#7a7a7a",
    "borderGray": "#b9b9b9",
    "borderBright": "#9f9f9f"
  },
  "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": "surfaceAlt",
    "toolSuccessBg": "surfaceAlt",
    "toolErrorBg": "surfaceAlt",
    "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": "#3569c8",
    "syntaxFunction": "#3b4351",
    "syntaxVariable": "#364152",
    "syntaxString": "#3f7d3d",
    "syntaxNumber": "#b06500",
    "syntaxType": "#2c7a7b",
    "syntaxOperator": "#3b4351",
    "syntaxPunctuation": "#55606f",

    "thinkingOff": "borderGray",
    "thinkingMinimal": "#9d9d9d",
    "thinkingLow": "#979797",
    "thinkingMedium": "#919191",
    "thinkingHigh": "#8b8b8b",
    "thinkingXhigh": "#858585",

    "bashMode": "accentTeal"
  },
  "export": {
    "pageBg": "#f5f7fa",
    "cardBg": "#ffffff",
    "infoBg": "#fff5e6"
  }
}
