{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "zero-cyberpunk",
  "vars": {
    "bg": "#080713",
    "panel": "#111026",
    "panel2": "#1a1235",
    "panelTool": "#101c32",
    "panelOk": "#09231f",
    "panelErr": "#2b0b20",
    "selected": "#2d1a4f",
    "textMain": "#f3ecff",
    "prose": "#cbbde8",
    "muted": "#9f8bc0",
    "dim": "#625176",
    "magenta": "#ff2bd6",
    "pink": "#ff5dba",
    "cyan": "#00e5ff",
    "yellow": "#ffe156",
    "violet": "#9b5cff",
    "mint": "#37ffbf",
    "orange": "#ff8c42",
    "red": "#ff3864"
  },
  "colors": {
    "accent": "magenta",
    "border": "cyan",
    "borderAccent": "magenta",
    "borderMuted": "dim",
    "success": "mint",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "textMain",
    "thinkingText": "prose",
    "selectedBg": "selected",
    "userMessageBg": "panel2",
    "userMessageText": "yellow",
    "customMessageBg": "panel",
    "customMessageText": "prose",
    "customMessageLabel": "cyan",
    "toolPendingBg": "panel2",
    "toolSuccessBg": "panelTool",
    "toolErrorBg": "panelErr",
    "toolTitle": "magenta",
    "toolOutput": "prose",
    "mdHeading": "cyan",
    "mdLink": "magenta",
    "mdLinkUrl": "cyan",
    "mdCode": "mint",
    "mdCodeBlock": "mint",
    "mdCodeBlockBorder": "cyan",
    "mdQuote": "muted",
    "mdQuoteBorder": "dim",
    "mdHr": "dim",
    "mdListBullet": "yellow",
    "toolDiffAdded": "mint",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "dim",
    "syntaxKeyword": "magenta",
    "syntaxFunction": "cyan",
    "syntaxVariable": "yellow",
    "syntaxString": "mint",
    "syntaxNumber": "orange",
    "syntaxType": "violet",
    "syntaxOperator": "red",
    "syntaxPunctuation": "muted",
    "thinkingOff": "dim",
    "thinkingMinimal": "muted",
    "thinkingLow": "cyan",
    "thinkingMedium": "yellow",
    "thinkingHigh": "magenta",
    "thinkingXhigh": "pink",
    "bashMode": "magenta"
  },
  "export": { "pageBg": "#080713", "cardBg": "#111026", "infoBg": "#1a1235" }
}
