{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "zero-saiyan",
  "vars": {
    "bg": "#080b16",
    "panel": "#10182b",
    "panel2": "#17213a",
    "panelTool": "#10243a",
    "panelOk": "#10281d",
    "panelErr": "#2a1212",
    "selected": "#25365c",
    "textMain": "#f5f0df",
    "prose": "#d7caa8",
    "muted": "#aa9b75",
    "dim": "#6e654a",
    "gold": "#ffd60a",
    "ki": "#ffb703",
    "orange": "#ff7a00",
    "blue": "#4cc9f0",
    "royal": "#4361ee",
    "mint": "#51ffb6",
    "rose": "#ff5d73",
    "white": "#fff7cc"
  },
  "colors": {
    "accent": "gold",
    "border": "blue",
    "borderAccent": "gold",
    "borderMuted": "dim",
    "success": "mint",
    "error": "rose",
    "warning": "orange",
    "muted": "muted",
    "dim": "dim",
    "text": "textMain",
    "thinkingText": "prose",
    "selectedBg": "selected",
    "userMessageBg": "panel2",
    "userMessageText": "gold",
    "customMessageBg": "panel",
    "customMessageText": "prose",
    "customMessageLabel": "blue",
    "toolPendingBg": "panel2",
    "toolSuccessBg": "panelTool",
    "toolErrorBg": "panelErr",
    "toolTitle": "gold",
    "toolOutput": "prose",
    "mdHeading": "gold",
    "mdLink": "blue",
    "mdLinkUrl": "royal",
    "mdCode": "mint",
    "mdCodeBlock": "mint",
    "mdCodeBlockBorder": "blue",
    "mdQuote": "muted",
    "mdQuoteBorder": "dim",
    "mdHr": "dim",
    "mdListBullet": "gold",
    "toolDiffAdded": "mint",
    "toolDiffRemoved": "rose",
    "toolDiffContext": "muted",
    "syntaxComment": "dim",
    "syntaxKeyword": "blue",
    "syntaxFunction": "gold",
    "syntaxVariable": "ki",
    "syntaxString": "mint",
    "syntaxNumber": "orange",
    "syntaxType": "royal",
    "syntaxOperator": "rose",
    "syntaxPunctuation": "muted",
    "thinkingOff": "dim",
    "thinkingMinimal": "muted",
    "thinkingLow": "blue",
    "thinkingMedium": "gold",
    "thinkingHigh": "orange",
    "thinkingXhigh": "white",
    "bashMode": "gold"
  },
  "export": { "pageBg": "#080b16", "cardBg": "#10182b", "infoBg": "#17213a" }
}
