{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "sakura-macaron",
  "vars": {
    "bg": "#14111A",
    "surface": "#1E1826",
    "surfaceSoft": "#251D2D",
    "surfaceRaised": "#2D2438",
    "text": "#F7EEF8",
    "textSoft": "#D8CADC",
    "muted": "#A99BAE",
    "dim": "#716879",
    "sakura": "#F2A7C6",
    "sakuraIro": "#FCC9B9",
    "petal": "#EFC3E6",
    "peach": "#F6BC9A",
    "lavender": "#C7B8F5",
    "sky": "#9FD3F2",
    "mint": "#AEE5C5",
    "butter": "#F3D98B",
    "coral": "#FF8FA3",
    "border": "#6E5878",
    "borderMuted": "#493C53"
  },
  "colors": {
    "accent": "sakura",
    "border": "border",
    "borderAccent": "sakura",
    "borderMuted": "borderMuted",
    "success": "mint",
    "error": "coral",
    "warning": "butter",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",
    "selectedBg": "surfaceRaised",
    "userMessageBg": "surface",
    "userMessageText": "text",
    "customMessageBg": "surfaceSoft",
    "customMessageText": "text",
    "customMessageLabel": "lavender",
    "toolPendingBg": "surface",
    "toolSuccessBg": "surfaceSoft",
    "toolErrorBg": "surfaceRaised",
    "toolTitle": "sky",
    "toolOutput": "textSoft",
    "mdHeading": "sakura",
    "mdLink": "sky",
    "mdLinkUrl": "muted",
    "mdCode": "peach",
    "mdCodeBlock": "text",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "textSoft",
    "mdQuoteBorder": "lavender",
    "mdHr": "borderMuted",
    "mdListBullet": "sakura",
    "toolDiffAdded": "mint",
    "toolDiffRemoved": "coral",
    "toolDiffContext": "muted",
    "syntaxComment": "muted",
    "syntaxKeyword": "sakura",
    "syntaxFunction": "sky",
    "syntaxVariable": "lavender",
    "syntaxString": "mint",
    "syntaxNumber": "butter",
    "syntaxType": "peach",
    "syntaxOperator": "petal",
    "syntaxPunctuation": "textSoft",
    "thinkingOff": "dim",
    "thinkingMinimal": "muted",
    "thinkingLow": "sky",
    "thinkingMedium": "petal",
    "thinkingHigh": "sakura",
    "thinkingXhigh": "lavender",
    "thinkingMax": "coral",
    "bashMode": "mint"
  },
  "export": {
    "pageBg": "#14111A",
    "cardBg": "#1E1826",
    "infoBg": "#2D2438"
  }
}
