{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "cache-viz",
  "vars": {
    "green500": "#22c55e",
    "green600": "#16a34a",
    "yellow500": "#eab308",
    "red500": "#ef4444",
    "blue500": "#3b82f6",
    "cyan400": "#22d3ee",
    "gray700": "#3f3f46",
    "gray800": "#27272a"
  },
  "colors": {
    "accent": "green500",
    "border": "gray700",
    "borderAccent": "green500",
    "borderMuted": "gray800",
    "success": "green600",
    "error": "red500",
    "warning": "yellow500",
    "muted": "gray700",
    "dim": "gray700",
    "text": "",
    "thinkingText": "green500",
    "selectedBg": "#1a2e1a",
    "userMessageBg": "#27272a",
    "userMessageText": "",
    "customMessageBg": "#27272a",
    "customMessageText": "",
    "customMessageLabel": "green500",
    "toolPendingBg": "#1e2e1e",
    "toolSuccessBg": "#1e2e2e",
    "toolErrorBg": "#2e1e1e",
    "toolTitle": "green500",
    "toolOutput": "",
    "mdHeading": "cyan400",
    "mdLink": "green500",
    "mdLinkUrl": "gray700",
    "mdCode": "cyan400",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "gray700",
    "mdQuote": "gray700",
    "mdQuoteBorder": "gray700",
    "mdHr": "gray700",
    "mdListBullet": "green500",
    "toolDiffAdded": "green600",
    "toolDiffRemoved": "red500",
    "toolDiffContext": "gray700",
    "syntaxComment": "gray700",
    "syntaxKeyword": "blue500",
    "syntaxFunction": "blue500",
    "syntaxVariable": "yellow500",
    "syntaxString": "green600",
    "syntaxNumber": "cyan400",
    "syntaxType": "blue500",
    "syntaxOperator": "green500",
    "syntaxPunctuation": "gray700",
    "thinkingOff": "gray700",
    "thinkingMinimal": "green500",
    "thinkingLow": "blue500",
    "thinkingMedium": "cyan400",
    "thinkingHigh": "yellow500",
    "thinkingXhigh": "red500",
    "bashMode": "yellow500"
  }
}
