{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "ayu-light",
  "vars": {
    "bg": "#FAFAFA",
    "fg": "#5C6166",
    "accent": "#FF9940",
    "orange": "#FA8D3E",
    "blue": "#55B4D4",
    "entityBlue": "#399EE6",
    "cyan": "#4CBF99",
    "green": "#86B300",
    "red": "#F07171",
    "purple": "#A37ACC",
    "yellow": "#E6BA7E",
    "operator": "#ED9366",
    "muted": "#5C6166",
    "dimmed": "#8A9199",
    "panelBg": "#F0F0F0",
    "editorLine": "#F0EEE6"
  },
  "colors": {
    "accent": "accent",
    "border": "dimmed",
    "borderAccent": "accent",
    "borderMuted": "#D8D8D2",
    "success": "green",
    "error": "red",
    "warning": "orange",
    "muted": "muted",
    "dim": "dimmed",
    "text": "fg",
    "thinkingText": "muted",

    "selectedBg": "#EEE8D5",
    "userMessageBg": "#F0EEE6",
    "userMessageText": "fg",
    "customMessageBg": "#F0EEE6",
    "customMessageText": "fg",
    "customMessageLabel": "accent",
    "toolPendingBg": "#F3F1EA",
    "toolSuccessBg": "#EDF2E0",
    "toolErrorBg": "#FBEDED",
    "toolTitle": "accent",
    "toolOutput": "fg",

    "mdHeading": "orange",
    "mdLink": "entityBlue",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "dimmed",
    "mdQuote": "muted",
    "mdQuoteBorder": "dimmed",
    "mdHr": "dimmed",
    "mdListBullet": "orange",

    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",

    "syntaxComment": "muted",
    "syntaxKeyword": "orange",
    "syntaxFunction": "#F2AE49",
    "syntaxVariable": "fg",
    "syntaxString": "green",
    "syntaxNumber": "purple",
    "syntaxType": "entityBlue",
    "syntaxOperator": "operator",
    "syntaxPunctuation": "muted",

    "thinkingOff": "dimmed",
    "thinkingMinimal": "muted",
    "thinkingLow": "blue",
    "thinkingMedium": "accent",
    "thinkingHigh": "orange",
    "thinkingXhigh": "red",

    "bashMode": "orange"
  },
  "export": {
    "pageBg": "#F0F0F0",
    "cardBg": "#FAFAFA",
    "infoBg": "#F5EFE0"
  }
}
