{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "ayu-dark",
  "vars": {
    "uiBg": "#0D1017",
    "editorBg": "#10141C",
    "panelBg": "#141821",
    "line": "#161A24",
    "border": "#1B1F29",
    "borderMuted": "#222730",
    "selectedBg": "#193155",
    "text": "#BFBDB6",
    "muted": "#6C7380",
    "dim": "#5B6876",
    "comment": "#5B6876",
    "accent": "#E6B450",
    "warning": "#FFB454",
    "keyword": "#FF8F40",
    "function": "#FFB454",
    "type": "#59C2FF",
    "string": "#AAD94C",
    "regexp": "#95E6CB",
    "markup": "#F07178",
    "special": "#E6C08A",
    "constant": "#D2A6FF",
    "operator": "#F29668",
    "success": "#70BF56",
    "error": "#D95757",
    "removed": "#F26D78",
    "toolSuccessBg": "#172318",
    "toolErrorBg": "#26181B",
    "toolPendingBg": "#141821",
    "infoBg": "#4C4126"
  },
  "colors": {
    "accent": "accent",
    "border": "border",
    "borderAccent": "accent",
    "borderMuted": "borderMuted",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",
    "selectedBg": "selectedBg",
    "userMessageBg": "line",
    "userMessageText": "text",
    "customMessageBg": "panelBg",
    "customMessageText": "text",
    "customMessageLabel": "accent",
    "toolPendingBg": "toolPendingBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "accent",
    "toolOutput": "muted",
    "mdHeading": "string",
    "mdLink": "type",
    "mdLinkUrl": "muted",
    "mdCode": "function",
    "mdCodeBlock": "string",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "regexp",
    "mdQuoteBorder": "regexp",
    "mdHr": "borderMuted",
    "mdListBullet": "function",
    "toolDiffAdded": "success",
    "toolDiffRemoved": "removed",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "keyword",
    "syntaxFunction": "function",
    "syntaxVariable": "markup",
    "syntaxString": "string",
    "syntaxNumber": "constant",
    "syntaxType": "type",
    "syntaxOperator": "operator",
    "syntaxPunctuation": "dim",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "dim",
    "thinkingLow": "type",
    "thinkingMedium": "accent",
    "thinkingHigh": "constant",
    "thinkingXhigh": "markup",
    "bashMode": "success"
  },
  "export": {
    "pageBg": "#0D1017",
    "cardBg": "#10141C",
    "infoBg": "#4C4126"
  }
}
