{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "catppuccin-mocha",
  "vars": {
    "accent": "#89b4fa",
    "accent2": "#94e2d5",
    "green": "#a6e3a1",
    "red": "#f38ba8",
    "yellow": "#f9e2af",
    "textSoft": "#cdd6f4",
    "muted": "#bac2de",
    "dim": "#a6adc8",
    "borderMuted": "#6c7086",
    "bgSelect": "#313244",
    "bgUser": "#1e1e2e",
    "bgPending": "#181825",
    "bgSuccess": "#313244",
    "bgError": "#313244",
    "bgCustom": "#313244"
  },
  "colors": {
    "accent": "accent",
    "border": "accent",
    "borderAccent": "accent2",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgSelect",
    "userMessageBg": "bgUser",
    "userMessageText": "textSoft",
    "customMessageBg": "bgCustom",
    "customMessageText": "textSoft",
    "customMessageLabel": "#cba6f7",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent",
    "toolOutput": "textSoft",
    "mdHeading": "#f5c2e7",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "#94e2d5",
    "mdCodeBlock": "#a6e3a1",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "#89dceb",
    "toolDiffAdded": "#a6e3a1",
    "toolDiffRemoved": "#f38ba8",
    "toolDiffContext": "muted",
    "syntaxComment": "#9399b2",
    "syntaxKeyword": "#cba6f7",
    "syntaxFunction": "#89b4fa",
    "syntaxVariable": "#f5c2e7",
    "syntaxString": "#a6e3a1",
    "syntaxNumber": "#fab387",
    "syntaxType": "#94e2d5",
    "syntaxOperator": "#cdd6f4",
    "syntaxPunctuation": "#bac2de",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "#7f849c",
    "thinkingLow": "#74c7ec",
    "thinkingMedium": "#89b4fa",
    "thinkingHigh": "#cba6f7",
    "thinkingXhigh": "#f38ba8",
    "bashMode": "#a6e3a1"
  },
  "export": {
    "pageBg": "#11111b",
    "cardBg": "#1e1e2e",
    "infoBg": "#313244",
    "backgroundImage": "url(\"/catppuccin-mocha-background.png\")",
    "backgroundOverlay": "linear-gradient(180deg, rgba(17, 17, 27, 0.04), rgba(17, 17, 27, 0.18))",
    "backgroundSize": "cover",
    "backgroundPosition": "center center",
    "backgroundRepeat": "no-repeat"
  }
}
