{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "kanso-pearl",
  "vars": {
    "bg": "#f2f1ef",
    "bg_float": "#e2e1df",
    "bg_muted": "#dddddb",
    "fg": "#22262D",
    "fg_muted": "#545464",
    "comment": "#6D6D69",
    "line": "#9F9F99",
    "accent": "#624c83",
    "blue": "#4d699b",
    "cyan": "#597b75",
    "teal": "#5a7785",
    "green": "#6f894e",
    "yellow": "#77713f",
    "orange": "#cc6d00",
    "red": "#c84053",
    "warning": "#e98a00",
    "diff_add_bg": "#b7d0ae",
    "diff_del_bg": "#d9a594"
  },
  "colors": {
    "accent": "accent",
    "border": "line",
    "borderAccent": "line",
    "borderMuted": "line",
    "success": "green",
    "error": "#e82424",
    "warning": "warning",
    "muted": "fg_muted",
    "dim": "comment",
    "text": "fg",
    "thinkingText": "fg_muted",
    "selectedBg": "bg_muted",
    "userMessageBg": "bg_float",
    "userMessageText": "fg",
    "customMessageBg": "bg_float",
    "customMessageText": "fg",
    "customMessageLabel": "accent",
    "toolPendingBg": "bg",
    "toolSuccessBg": "diff_add_bg",
    "toolErrorBg": "diff_del_bg",
    "toolTitle": "accent",
    "toolOutput": "fg",
    "mdHeading": "red",
    "mdLink": "blue",
    "mdLinkUrl": "teal",
    "mdCode": "green",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "line",
    "mdQuote": "fg_muted",
    "mdQuoteBorder": "comment",
    "mdHr": "line",
    "mdListBullet": "teal",
    "toolDiffAdded": "#6e915f",
    "toolDiffRemoved": "#d7474b",
    "toolDiffContext": "#836f4a",
    "syntaxComment": "comment",
    "syntaxKeyword": "accent",
    "syntaxFunction": "blue",
    "syntaxVariable": "fg",
    "syntaxString": "green",
    "syntaxNumber": "#b35b79",
    "syntaxType": "cyan",
    "syntaxOperator": "#6D6D69",
    "syntaxPunctuation": "#6D6D69",
    "thinkingOff": "line",
    "thinkingMinimal": "line",
    "thinkingLow": "line",
    "thinkingMedium": "line",
    "thinkingHigh": "line",
    "thinkingXhigh": "accent",
    "bashMode": "line"
  },
  "export": {
    "pageBg": "#f2f1ef",
    "cardBg": "#e2e1df",
    "infoBg": "#dddddb"
  }
}
