{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "purple-dream",
  "vars": {
    "bg": "#15101e",
    "fg": "#d8c8f0",
    "purple": "#c084fc",
    "magenta": "#e879f9",
    "violet": "#a78bfa",
    "lavender": "#d8b4fe",
    "indigo": "#818cf8",
    "cyan": "#67e8f9",
    "green": "#4ade80",
    "yellow": "#facc15",
    "orange": "#fb923c",
    "red": "#f87171",
    "pink": "#f472b6",
    "gray": "#7c6f96",
    "dimGray": "#3d3454",
    "darkGray": "#241c33",
    "selection": "#2d1f42",
    "userMsgBg": "#1e1630",
    "customMsgBg": "#1e1630",
    "toolPending": "#120c1a",
    "toolSuccess": "#1a2e1a",
    "toolError": "#2e1a1a"
  },
  "colors": {
    "accent": "purple",
    "border": "dimGray",
    "borderAccent": "magenta",
    "borderMuted": "darkGray",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "gray",
    "dim": "dimGray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "selection",
    "userMessageBg": "userMsgBg",
    "userMessageText": "",
    "customMessageBg": "customMsgBg",
    "customMessageText": "",
    "customMessageLabel": "magenta",
    "toolPendingBg": "toolPending",
    "toolSuccessBg": "toolSuccess",
    "toolErrorBg": "toolError",
    "toolTitle": "cyan",
    "toolOutput": "gray",
    "mdHeading": "yellow",
    "mdLink": "indigo",
    "mdLinkUrl": "gray",
    "mdCode": "green",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "dimGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "dimGray",
    "mdHr": "dimGray",
    "mdListBullet": "cyan",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#7c6f96",
    "syntaxKeyword": "#e879f9",
    "syntaxFunction": "#c084fc",
    "syntaxVariable": "#d8c8f0",
    "syntaxString": "#4ade80",
    "syntaxNumber": "#fb923c",
    "syntaxType": "#a78bfa",
    "syntaxOperator": "#e879f9",
    "syntaxPunctuation": "#a78bfa",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "gray",
    "thinkingLow": "#818cf8",
    "thinkingMedium": "#a78bfa",
    "thinkingHigh": "#c084fc",
    "thinkingXhigh": "#f472b6",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#15101e",
    "cardBg": "#1e1630",
    "infoBg": "#241c33"
  }
}
