{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "kanagawa-wave",
  "vars": {
    "bg_m3": "#16161D",
    "bg_m2": "#181820",
    "bg_m1": "#1a1a22",
    "bg": "#1F1F28",
    "bg_p1": "#2A2A37",
    "bg_p2": "#363646",
    "fg": "#DCD7BA",
    "fg_dim": "#C8C093",
    "comment": "#727169",
    "line": "#54546D",
    "accent": "#957FB8",
    "accent_soft": "#938AA9",
    "blue": "#7E9CD8",
    "cyan": "#6A9589",
    "teal": "#7AA89F",
    "green": "#98BB6C",
    "yellow": "#E6C384",
    "orange": "#FFA066",
    "red": "#E46876",
    "error": "#E82424",
    "warning": "#FF9E3B",
    "pink": "#D27E99",
    "operator": "#C0A36E",
    "diff_add_bg": "#2B3328",
    "diff_del_bg": "#43242B",
    "diff_ctx_bg": "#252535"
  },
  "colors": {
    "accent": "accent",
    "border": "line",
    "borderAccent": "line",
    "borderMuted": "line",
    "success": "green",
    "error": "error",
    "warning": "warning",
    "muted": "fg_dim",
    "dim": "comment",
    "text": "fg",
    "thinkingText": "fg_dim",
    "selectedBg": "bg_p2",
    "userMessageBg": "bg_m2",
    "userMessageText": "fg",
    "customMessageBg": "bg_m2",
    "customMessageText": "fg",
    "customMessageLabel": "accent_soft",
    "toolPendingBg": "bg_m3",
    "toolSuccessBg": "diff_add_bg",
    "toolErrorBg": "diff_del_bg",
    "toolTitle": "accent_soft",
    "toolOutput": "fg",
    "mdHeading": "red",
    "mdLink": "blue",
    "mdLinkUrl": "teal",
    "mdCode": "green",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "line",
    "mdQuote": "fg_dim",
    "mdQuoteBorder": "comment",
    "mdHr": "line",
    "mdListBullet": "teal",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "yellow",
    "syntaxComment": "comment",
    "syntaxKeyword": "accent",
    "syntaxFunction": "blue",
    "syntaxVariable": "yellow",
    "syntaxString": "green",
    "syntaxNumber": "pink",
    "syntaxType": "teal",
    "syntaxOperator": "operator",
    "syntaxPunctuation": "#9CABCA",
    "thinkingOff": "line",
    "thinkingMinimal": "line",
    "thinkingLow": "line",
    "thinkingMedium": "line",
    "thinkingHigh": "line",
    "thinkingXhigh": "accent",
    "bashMode": "line"
  },
  "export": {
    "pageBg": "#16161D",
    "cardBg": "#1F1F28",
    "infoBg": "#2A2A37"
  }
}
