{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "catppuccin-dark",
  "vars": {
    "primary": "#6c7086",
    "secondary": "#a6adc8",
    "accent": "#89b4fa",
    "surface": "#1e1e2e",
    "overlay": "#313244",
    "text": "#cdd6f4",
    "subtext0": "#a6adc8",
    "subtext1": "#bac2de",
    "green": "#a6e3a1",
    "red": "#f38ba8",
    "yellow": "#f9e2af",
    "blue": "#89b4fa",
    "mauve": "#cba6f7",
    "teal": "#94e2d5",
    "sky": "#89dceb",
    "flamingo": "#f2cdcd",
    "pink": "#f5c2e7",
    "peach": "#fab387",
    "maroon": "#eba0ac",
    "lavender": "#b4befe"
  },
  "colors": {
    "accent": "accent",
    "border": "overlay",
    "borderAccent": "accent",
    "borderMuted": "surface",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "subtext0",
    "dim": 240,
    "text": "",
    "thinkingText": "subtext1",
    "selectedBg": "#313244",
    "userMessageBg": "#313244",
    "userMessageText": "",
    "customMessageBg": "#1e1e2e",
    "customMessageText": "subtext1",
    "customMessageLabel": "accent",
    "toolPendingBg": "#1e1e2e",
    "toolSuccessBg": "#1e2e1e",
    "toolErrorBg": "#2e1e1e",
    "toolTitle": "accent",
    "toolOutput": "",
    "mdHeading": "peach",
    "mdLink": "accent",
    "mdLinkUrl": "subtext0",
    "mdCode": "teal",
    "mdCodeBlock": "",
    "mdCodeBlockBorder": "overlay",
    "mdQuote": "subtext0",
    "mdQuoteBorder": "overlay",
    "mdHr": "overlay",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "subtext0",
    "syntaxComment": "subtext0",
    "syntaxKeyword": "mauve",
    "syntaxFunction": "blue",
    "syntaxVariable": "flamingo",
    "syntaxString": "green",
    "syntaxNumber": "peach",
    "syntaxType": "yellow",
    "syntaxOperator": "sky",
    "syntaxPunctuation": "overlay",
    "thinkingOff": "subtext0",
    "thinkingMinimal": "accent",
    "thinkingLow": "blue",
    "thinkingMedium": "teal",
    "thinkingHigh": "mauve",
    "thinkingXhigh": "red",
    "bashMode": "peach"
  },
  "export": {
    "pageBg": "#11111b",
    "cardBg": "#1e1e2e",
    "infoBg": "#313244"
  }
}
