{
  "$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",
    "selection":    "#44475a",
    "foreground":   "#f8f8f2",
    "comment":      "#6272a4",
    "cyan":         "#8be9fd",
    "green":        "#50fa7b",
    "orange":       "#ffb86c",
    "pink":         "#ff79c6",
    "purple":       "#bd93f9",
    "red":          "#ff5555",
    "yellow":       "#f1fa8c"
  },
  "colors": {
    "accent":             "purple",
    "border":             "purple",
    "borderAccent":       "pink",
    "borderMuted":        "comment",
    "success":            "green",
    "error":              "red",
    "warning":            "orange",
    "muted":              "comment",
    "dim":                "#4d5068",
    "text":               "",
    "thinkingText":       "foreground",

    "selectedBg":         "currentLine",
    "userMessageBg":      "#1e1f29",
    "userMessageText":    "",
    "customMessageBg":    "currentLine",
    "customMessageText":  "",
    "customMessageLabel": "purple",
    "toolPendingBg":      "background",
    "toolSuccessBg":      "#1e2e1e",
    "toolErrorBg":        "#2e1e1e",
    "toolTitle":          "purple",
    "toolOutput":         "",

    "mdHeading":          "pink",
    "mdLink":             "cyan",
    "mdLinkUrl":          "purple",
    "mdCode":             "cyan",
    "mdCodeBlock":        "",
    "mdCodeBlockBorder":  "comment",
    "mdQuote":            "foreground",
    "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":  "comment",

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

    "bashMode":           "orange"
  }
}
