{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "dracula",
  "vars": {
    "bg": "#282A36",
    "bgDark": "#21222C",
    "bgDarker": "#191A21",
    "bgLight": "#343746",
    "bgLighter": "#424450",
    "selection": "#44475A",
    "line": "#353747",
    "border": "#44475A",
    "borderMuted": "#3E404A",
    "text": "#F8F8F2",
    "comment": "#6272A4",
    "toolOutputText": "#7383B5",
    "cyan": "#8BE9FD",
    "green": "#50FA7B",
    "orange": "#FFB86C",
    "pink": "#FF79C6",
    "purple": "#BD93F9",
    "red": "#FF5555",
    "yellow": "#F1FA8C",
    "successBg": "#253332",
    "errorBg": "#33262F",
    "warningBg": "#3A312F",
    "customBg": "#312D41",
    "infoBg": "#574942"
  },
  "colors": {
    "accent": "pink",
    "border": "border",
    "borderAccent": "purple",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "orange",
    "muted": "comment",
    "dim": "comment",
    "text": "text",
    "thinkingText": "comment",
    "selectedBg": "selection",
    "userMessageBg": "line",
    "userMessageText": "text",
    "customMessageBg": "customBg",
    "customMessageText": "text",
    "customMessageLabel": "pink",
    "toolPendingBg": "bgDark",
    "toolSuccessBg": "successBg",
    "toolErrorBg": "errorBg",
    "toolTitle": "pink",
    "toolOutput": "toolOutputText",
    "mdHeading": "purple",
    "mdLink": "cyan",
    "mdLinkUrl": "comment",
    "mdCode": "green",
    "mdCodeBlock": "yellow",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "yellow",
    "mdQuoteBorder": "yellow",
    "mdHr": "comment",
    "mdListBullet": "cyan",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "comment",
    "syntaxComment": "comment",
    "syntaxKeyword": "pink",
    "syntaxFunction": "green",
    "syntaxVariable": "text",
    "syntaxString": "yellow",
    "syntaxNumber": "purple",
    "syntaxType": "cyan",
    "syntaxOperator": "pink",
    "syntaxPunctuation": "text",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "comment",
    "thinkingLow": "cyan",
    "thinkingMedium": "purple",
    "thinkingHigh": "pink",
    "thinkingXhigh": "red",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#282A36",
    "cardBg": "#21222C",
    "infoBg": "#574942"
  }
}
