{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "pi-coder-summer-night",
  "vars": {
    "night": "#1a1b26",
    "panel": "#16161e",
    "select": "#2d2c5d",
    "hairline": "#2a3158",
    "slate": "#3e445e",
    "quote": "#444b71",
    "separator": "#5b6389",
    "comment": "#515e97",
    "ghost": "#686f9a",
    "ui": "#818596",
    "markdown": "#a3adcb",
    "brace": "#cdd1e6",
    "fg": "#c6c8d1",
    "white": "#d2d4de",
    "red": "#e27878",
    "orange": "#e9b189",
    "yellow": "#e2a478",
    "green": "#b4be82",
    "teal": "#89b8c2",
    "cyan": "#95c4ce",
    "sky": "#95c4ce",
    "blue": "#84a0c6",
    "magenta": "#a093c7",
    "operator": "#91acd1",
    "find": "#283457",
    "addedLine": "#1c241b",
    "addedGreen": "#8bc391",
    "removedLine": "#2e1c21",
    "pendingCard": "#101017",
    "successCard": "#11171d",
    "errorCard": "#191319",
    "thinkingGrey": "#626262",
    "commentBright": "#6e7dc0",
    "moonLilac": "#a093c7",
    "bashOutput": "#818596",
    "ayuUserBg": "#1b1c1d",
    "ayuThinking": "#6b7089",
    "dimText": "#6b7089",
    "frame": "#515e97",
    "panelAlt": "#2b2b3b"
  },
  "colors": {
    "accent": "sky",
    "border": "frame",
    "borderAccent": "sky",
    "borderMuted": "hairline",
    "success": "teal",
    "error": "red",
    "warning": "yellow",
    "muted": "ui",
    "dim": "dimText",
    "text": "fg",
    "thinkingText": "ayuThinking",
    "selectedBg": "select",
    "scrollbarTrack": "panel",
    "scrollbarThumb": "comment",
    "searchMatchBg": "find",
    "searchMatchText": "white",
    "userMessageBg": "ayuUserBg",
    "userMessageText": "fg",
    "customMessageBg": "ayuUserBg",
    "customMessageText": "fg",
    "customMessageLabel": "magenta",
    "toolPendingBg": "",
    "toolSuccessBg": "successCard",
    "toolErrorBg": "errorCard",
    "toolTitle": "cyan",
    "toolOutput": "markdown",
    "mdHeading": "operator",
    "mdLink": "teal",
    "mdLinkUrl": "ui",
    "mdCode": "moonLilac",
    "mdCodeBlock": "white",
    "mdCodeBlockBorder": "slate",
    "mdQuote": "markdown",
    "mdQuoteBorder": "quote",
    "mdHr": "separator",
    "mdListBullet": "brace",
    "toolDiffAdded": "addedGreen",
    "toolDiffRemoved": "red",
    "toolDiffContext": "markdown",
    "toolDiffAddedBg": "addedLine",
    "toolDiffRemovedBg": "removedLine",
    "syntaxComment": "commentBright",
    "syntaxKeyword": "moonLilac",
    "syntaxFunction": "blue",
    "syntaxVariable": "white",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "sky",
    "syntaxOperator": "operator",
    "syntaxPunctuation": "brace",
    "thinkingOff": "slate",
    "thinkingMinimal": "comment",
    "thinkingLow": "ghost",
    "thinkingMedium": "blue",
    "thinkingHigh": "magenta",
    "thinkingXhigh": "thinkingGrey",
    "thinkingMax": "thinkingGrey",
    "bashMode": "teal",
    "bashOutput": "bashOutput"
  },
  "export": {
    "pageBg": "panel",
    "cardBg": "night",
    "infoBg": "select"
  }
}
