{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "catppuccin-mocha",
  "vars": {
    "base":     "#1e1e2e",
    "mantle":   "#181825",
    "crust":    "#11111b",
    "surface0": "#313244",
    "surface1": "#45475a",
    "overlay0": "#6c7086",
    "overlay1": "#7f849c",
    "overlay2": "#9399b2",
    "fg":       "#cdd6f4",
    "lavender": "#b4befe",
    "blue":     "#89b4fa",
    "sapphire": "#74c7ec",
    "sky":      "#89dceb",
    "teal":     "#94e2d5",
    "green":    "#a6e3a1",
    "yellow":   "#f9e2af",
    "peach":    "#fab387",
    "red":      "#f38ba8",
    "mauve":    "#cba6f7",
    "pink":     "#f5c2e7"
  },
  "colors": {
    "accent":           "mauve",
    "border":           "blue",
    "borderAccent":     "lavender",
    "borderMuted":      "surface1",
    "success":          "green",
    "error":            "red",
    "warning":          "yellow",
    "muted":            "overlay2",
    "dim":              "overlay1",
    "text":             "",
    "thinkingText":     "overlay2",

    "selectedBg":       "surface0",
    "userMessageBg":    "mantle",
    "userMessageText":  "",
    "customMessageBg":  "surface0",
    "customMessageText": "",
    "customMessageLabel": "mauve",
    "toolPendingBg":    "#1e1e30",
    "toolSuccessBg":    "#1e2a20",
    "toolErrorBg":      "#2a1e22",
    "toolTitle":        "",
    "toolOutput":       "overlay2",

    "mdHeading":        "yellow",
    "mdLink":           "blue",
    "mdLinkUrl":        "overlay1",
    "mdCode":           "teal",
    "mdCodeBlock":      "green",
    "mdCodeBlockBorder": "overlay1",
    "mdQuote":          "overlay2",
    "mdQuoteBorder":    "overlay2",
    "mdHr":             "overlay1",
    "mdListBullet":     "mauve",

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

    "syntaxComment":    "overlay1",
    "syntaxKeyword":    "mauve",
    "syntaxFunction":   "blue",
    "syntaxVariable":   "fg",
    "syntaxString":     "green",
    "syntaxNumber":     "peach",
    "syntaxType":       "yellow",
    "syntaxOperator":   "sky",
    "syntaxPunctuation": "overlay2",

    "thinkingOff":      "surface1",
    "thinkingMinimal":  "overlay0",
    "thinkingLow":      "sapphire",
    "thinkingMedium":   "blue",
    "thinkingHigh":     "mauve",
    "thinkingXhigh":    "pink",

    "bashMode":         "green"
  },
  "export": {
    "pageBg":  "#11111b",
    "cardBg":  "#1e1e2e",
    "infoBg":  "#2d2920"
  }
}
