{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "kanagawa-dragon",
  "vars": {
    "bg_m3": "#0d0c0c",
    "bg_m2": "#12120f",
    "bg_m1": "#1D1C19",
    "bg": "#181616",
    "bg_p1": "#282727",
    "bg_p2": "#393836",
    "fg": "#c5c9c5",
    "fg_dim": "#C8C093",
    "comment": "#737c73",
    "line": "#625e5a",
    "accent": "#8992a7",
    "blue": "#8ba4b0",
    "cyan": "#8ea4a2",
    "teal": "#949fb5",
    "green": "#8a9a7b",
    "yellow": "#c4b28a",
    "orange": "#b6927b",
    "red": "#c4746e",
    "error": "#E82424",
    "warning": "#FF9E3B",
    "pink": "#a292a3",
    "diff_add_bg": "#2B3328",
    "diff_del_bg": "#43242B"
  },
  "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",
    "toolPendingBg": "bg_m3",
    "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_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": "cyan",
    "syntaxOperator": "red",
    "syntaxPunctuation": "#9e9b93",
    "thinkingOff": "line",
    "thinkingMinimal": "line",
    "thinkingLow": "line",
    "thinkingMedium": "line",
    "thinkingHigh": "line",
    "thinkingXhigh": "accent",
    "bashMode": "line"
  },
  "export": {
    "pageBg": "#12120f",
    "cardBg": "#181616",
    "infoBg": "#282727"
  }
}
