{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "catppuccin-latte",
  "vars": {
    "accent": "#1e66f5",
    "accent2": "#179299",
    "green": "#40a02b",
    "red": "#d20f39",
    "yellow": "#df8e1d",
    "textSoft": "#4c4f69",
    "muted": "#5c5f77",
    "dim": "#6c6f85",
    "borderMuted": "#9ca0b0",
    "bgSelect": "#ccd0da",
    "bgUser": "#eff1f5",
    "bgPending": "#e6e9ef",
    "bgSuccess": "#e6e9ef",
    "bgError": "#e6e9ef",
    "bgCustom": "#ccd0da",
    "cyan": "#179299"
  },
  "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": "#8839ef",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent",
    "toolOutput": "textSoft",
    "mdHeading": "#dc8a78",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "#179299",
    "mdCodeBlock": "#40a02b",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "#8839ef",
    "toolDiffAdded": "#40a02b",
    "toolDiffRemoved": "#d20f39",
    "toolDiffContext": "muted",
    "syntaxComment": "#7c7f93",
    "syntaxKeyword": "#8839ef",
    "syntaxFunction": "#1e66f5",
    "syntaxVariable": "#4c4f69",
    "syntaxString": "#40a02b",
    "syntaxNumber": "#fe640b",
    "syntaxType": "#179299",
    "syntaxOperator": "#1e66f5",
    "syntaxPunctuation": "#6c6f85",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "#8c8fa1",
    "thinkingLow": "#1e66f5",
    "thinkingMedium": "#04a5e5",
    "thinkingHigh": "#8839ef",
    "thinkingXhigh": "#d20f39",
    "bashMode": "#40a02b"
  },
  "export": {
    "pageBg": "#dce0e8",
    "cardBg": "#eff1f5",
    "infoBg": "#ccd0da"
  }
}
