{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "dracula",
  "vars": {
    "background": "#282a36",
    "currentLine": "#44475a",
    "foreground": "#f8f8f2",
    "comment": "#6272a4",
    "cyan": "#8be9fd",
    "green": "#50fa7b",
    "orange": "#ffb86c",
    "pink": "#ff79c6",
    "purple": "#bd93f9",
    "red": "#ff5555",
    "yellow": "#f1fa8c",
    "bgLight": "#343746",
    "bgLighter": "#3c3f58",
    "bgDark": "#21222c",
    "bgGreenTint": "#2a3a2e",
    "bgRedTint": "#3a2a2e",
    "bgPurpleTint": "#2e2a3a"
  },
  "colors": {
    "accent": "purple",
    "border": "purple",
    "borderAccent": "pink",
    "borderMuted": "comment",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "comment",
    "dim": "#545978",
    "text": "foreground",
    "thinkingText": "comment",

    "selectedBg": "currentLine",
    "userMessageBg": "bgLight",
    "userMessageText": "foreground",
    "customMessageBg": "bgPurpleTint",
    "customMessageText": "foreground",
    "customMessageLabel": "purple",
    "toolPendingBg": "bgDark",
    "toolSuccessBg": "bgGreenTint",
    "toolErrorBg": "bgRedTint",
    "toolTitle": "foreground",
    "toolOutput": "comment",

    "mdHeading": "orange",
    "mdLink": "cyan",
    "mdLinkUrl": "comment",
    "mdCode": "green",
    "mdCodeBlock": "foreground",
    "mdCodeBlockBorder": "comment",
    "mdQuote": "comment",
    "mdQuoteBorder": "comment",
    "mdHr": "comment",
    "mdListBullet": "pink",

    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "comment",

    "syntaxComment": "comment",
    "syntaxKeyword": "pink",
    "syntaxFunction": "green",
    "syntaxVariable": "foreground",
    "syntaxString": "yellow",
    "syntaxNumber": "purple",
    "syntaxType": "cyan",
    "syntaxOperator": "pink",
    "syntaxPunctuation": "foreground",

    "thinkingOff": "#545978",
    "thinkingMinimal": "comment",
    "thinkingLow": "cyan",
    "thinkingMedium": "purple",
    "thinkingHigh": "pink",
    "thinkingXhigh": "red",

    "bashMode": "green"
  },
  "export": {
    "pageBg": "#1e1f29",
    "cardBg": "bgDark",
    "infoBg": "#3a3728"
  }
}
