{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "ayu-dark",
  "vars": {
    "bg": "#0D1017",
    "fg": "#BFBDB6",
    "accent": "#E6B450",
    "orange": "#FF8F40",
    "blue": "#39BAE6",
    "cyan": "#95E6CB",
    "green": "#AAD94C",
    "red": "#D95757",
    "purple": "#D2A6FF",
    "yellow": "#E6B673",
    "entityBlue": "#59C2FF",
    "operator": "#F29668",
    "muted": "#6B7385",
    "dimmed": "#515868",
    "panelBg": "#0B0E14",
    "editorLine": "#151C28"
  },
  "colors": {
    "accent": "accent",
    "border": "dimmed",
    "borderAccent": "accent",
    "borderMuted": "#232938",
    "success": "green",
    "error": "red",
    "warning": "orange",
    "muted": "muted",
    "dim": "dimmed",
    "text": "fg",
    "thinkingText": "muted",

    "selectedBg": "#161D2B",
    "userMessageBg": "#131924",
    "userMessageText": "fg",
    "customMessageBg": "#131924",
    "customMessageText": "fg",
    "customMessageLabel": "accent",
    "toolPendingBg": "#10151F",
    "toolSuccessBg": "#171F24",
    "toolErrorBg": "#1B171D",
    "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": "#FFB454",
    "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": "#0B0E14",
    "cardBg": "#0D1017",
    "infoBg": "#1A1610"
  }
}
