{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "matrix",
  "vars": {
    "accent": "#00ff41",
    "accent2": "#39ff14",
    "green": "#00ff41",
    "red": "#ff355e",
    "yellow": "#d7ff6b",
    "orange": "#a6ff4d",
    "purple": "#70ff9a",
    "cyan": "#00d38d",
    "textSoft": "#d7ffd8",
    "muted": "#8fd99b",
    "dim": "#4e8d5f",
    "comment": "#3f7a4d",
    "borderMuted": "#1d5d35",
    "thinkingMin": "#2f6f42",
    "bgSelect": "#0f3d21",
    "bgUser": "#06150d",
    "bgPending": "#020805",
    "bgSuccess": "#082d17",
    "bgError": "#2a0710",
    "bgCustom": "#0a2515",
    "pageBg": "#000500"
  },
  "colors": {
    "accent": "accent",
    "border": "accent",
    "borderAccent": "accent2",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgSelect",
    "userMessageBg": "bgUser",
    "userMessageText": "textSoft",
    "customMessageBg": "bgCustom",
    "customMessageText": "textSoft",
    "customMessageLabel": "accent",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "accent",
    "mdLink": "accent2",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "accent",
    "syntaxFunction": "green",
    "syntaxVariable": "textSoft",
    "syntaxString": "accent2",
    "syntaxNumber": "yellow",
    "syntaxType": "cyan",
    "syntaxOperator": "accent",
    "syntaxPunctuation": "muted",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "thinkingMin",
    "thinkingLow": "cyan",
    "thinkingMedium": "accent2",
    "thinkingHigh": "accent",
    "thinkingXhigh": "yellow",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#000500",
    "cardBg": "#06150d",
    "infoBg": "#0a2515",
    "backgroundImage": "url(\"/matrix-background.webp\")",
    "backgroundOverlay": "linear-gradient(180deg, rgba(0, 5, 0, 0.18), rgba(0, 5, 0, 0.62))",
    "backgroundSize": "cover",
    "backgroundPosition": "center center",
    "backgroundRepeat": "no-repeat"
  }
}
