{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "kanso-zen",
  "vars": {
    "bg": "#090E13",
    "bg_float": "#1C1E25",
    "bg_muted": "#22262D",
    "fg": "#C5C9C7",
    "fg_muted": "#A4A7A4",
    "comment": "#75797f",
    "line": "#5C6066",
    "accent": "#8992a7",
    "blue": "#8ba4b0",
    "cyan": "#8ea4a2",
    "teal": "#7AA89F",
    "green": "#8a9a7b",
    "yellow": "#c4b28a",
    "orange": "#b6927b",
    "red": "#C34043",
    "red_soft": "#c4746e",
    "warning": "#DCA561",
    "diff_add_bg": "#2B3328",
    "diff_del_bg": "#43242B"
  },
  "colors": {
    "accent": "accent",
    "border": "line",
    "borderAccent": "line",
    "borderMuted": "line",
    "success": "green",
    "error": "red",
    "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_soft",
    "mdLink": "blue",
    "mdLinkUrl": "teal",
    "mdCode": "green",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "line",
    "mdQuote": "fg_muted",
    "mdQuoteBorder": "comment",
    "mdHr": "line",
    "mdListBullet": "teal",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "yellow",
    "syntaxComment": "comment",
    "syntaxKeyword": "accent",
    "syntaxFunction": "blue",
    "syntaxVariable": "fg",
    "syntaxString": "green",
    "syntaxNumber": "#a292a3",
    "syntaxType": "cyan",
    "syntaxOperator": "#909398",
    "syntaxPunctuation": "#909398",
    "thinkingOff": "line",
    "thinkingMinimal": "line",
    "thinkingLow": "line",
    "thinkingMedium": "line",
    "thinkingHigh": "line",
    "thinkingXhigh": "accent",
    "bashMode": "line"
  },
  "export": {
    "pageBg": "#090E13",
    "cardBg": "#1C1E25",
    "infoBg": "#22262D"
  }
}
