{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "dracula",
  "vars": {
    "accent": "#bd93f9",
    "accent2": "#8be9fd",
    "green": "#50fa7b",
    "red": "#ff5555",
    "yellow": "#f1fa8c",
    "textSoft": "#f8f8f2",
    "muted": "#6272a4",
    "dim": "#6272a4",
    "borderMuted": "#6272a4",
    "bgSelect": "#44475a",
    "bgUser": "#282a36",
    "bgPending": "#21222c",
    "bgSuccess": "#343746",
    "bgError": "#343746",
    "bgCustom": "#343746"
  },
  "colors": {
    "accent": "accent",
    "border": "accent2",
    "borderAccent": "accent",
    "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": "#ff79c6",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "#ffb86c",
    "mdLink": "#8be9fd",
    "mdLinkUrl": "muted",
    "mdCode": "#50fa7b",
    "mdCodeBlock": "#f1fa8c",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "#ff79c6",
    "toolDiffAdded": "#50fa7b",
    "toolDiffRemoved": "#ff5555",
    "toolDiffContext": "muted",
    "syntaxComment": "#6272a4",
    "syntaxKeyword": "#ff79c6",
    "syntaxFunction": "#50fa7b",
    "syntaxVariable": "#f8f8f2",
    "syntaxString": "#f1fa8c",
    "syntaxNumber": "#bd93f9",
    "syntaxType": "#8be9fd",
    "syntaxOperator": "#ff79c6",
    "syntaxPunctuation": "#f8f8f2",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "#6272a4",
    "thinkingLow": "#8be9fd",
    "thinkingMedium": "#bd93f9",
    "thinkingHigh": "#ff79c6",
    "thinkingXhigh": "#ff5555",
    "bashMode": "#50fa7b"
  },
  "export": {
    "pageBg": "#191a21",
    "cardBg": "#282a36",
    "infoBg": "#343746"
  }
}
