{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "agents-lab",
  "vars": {
    "blue": "#5dadec",
    "cyan": "#56d6d6",
    "green": "#5ae05a",
    "red": "#f25a5a",
    "yellow": "#f2c55a",
    "orange": "#e8a84a",
    "purple": "#c084fc",
    "gray": "#8b95a5",
    "dimGray": "#5c6370",
    "darkBg": "#1c2028",
    "medBg": "#252830",
    "lightBg": "#2d313a"
  },
  "colors": {
    "accent": "cyan",
    "border": "blue",
    "borderAccent": "cyan",
    "borderMuted": "dimGray",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "gray",
    "dim": "dimGray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "lightBg",
    "userMessageBg": "medBg",
    "userMessageText": "",
    "customMessageBg": "medBg",
    "customMessageText": "",
    "customMessageLabel": "cyan",
    "toolPendingBg": "darkBg",
    "toolSuccessBg": "#1a2e1a",
    "toolErrorBg": "#2e1a1a",
    "toolTitle": "cyan",
    "toolOutput": "",
    "mdHeading": "orange",
    "mdLink": "blue",
    "mdLinkUrl": "gray",
    "mdCode": "cyan",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "dimGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "dimGray",
    "mdHr": "dimGray",
    "mdListBullet": "cyan",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "dimGray",
    "syntaxKeyword": "purple",
    "syntaxFunction": "blue",
    "syntaxVariable": "orange",
    "syntaxString": "green",
    "syntaxNumber": "purple",
    "syntaxType": "cyan",
    "syntaxOperator": "blue",
    "syntaxPunctuation": "gray",
    "thinkingOff": "dimGray",
    "thinkingMinimal": "blue",
    "thinkingLow": "cyan",
    "thinkingMedium": "green",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "bashMode": "orange"
  }
}
