{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "dracula",
  "vars": {
    "bg":        "#282a36",
    "bgDarker":  "#21222c",
    "bgDarkest": "#191a21",
    "surface":   "#44475a",
    "comment":   "#6272a4",
    "fg":        "#f8f8f2",
    "red":       "#ff5555",
    "orange":    "#ffb86c",
    "yellow":    "#f1fa8c",
    "green":     "#50fa7b",
    "cyan":      "#8be9fd",
    "purple":    "#bd93f9",
    "pink":      "#ff79c6"
  },
  "colors": {
    "accent":           "pink",
    "border":           "purple",
    "borderAccent":     "pink",
    "borderMuted":      "surface",
    "success":          "green",
    "error":            "red",
    "warning":          "yellow",
    "muted":            "comment",
    "dim":              "#4a4f6a",
    "text":             "",
    "thinkingText":     "comment",

    "selectedBg":       "surface",
    "userMessageBg":    "bgDarker",
    "userMessageText":  "",
    "customMessageBg":  "surface",
    "customMessageText": "",
    "customMessageLabel": "purple",
    "toolPendingBg":    "#21222c",
    "toolSuccessBg":    "#1a2a1e",
    "toolErrorBg":      "#2a1a1a",
    "toolTitle":        "",
    "toolOutput":       "comment",

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

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

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

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

    "bashMode":         "green"
  },
  "export": {
    "pageBg":  "#191a21",
    "cardBg":  "#21222c",
    "infoBg":  "#302a1a"
  }
}
