{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "sageveil",
  "vars": {
    "black": "#0F120F",
    "text": "#A8AFA6",
    "brightText": "#c3cdc0",
    "surface": "#181D1A",
    "overlay": "#1D231F",
    "highlight": "#262E27",
    "border": "#4E504C",
    "muted": "#8A928B",
    "dim": "#6F7B6F",
    "cursor": "#A8AFA6",
    "cursorText": "#0F120F",
    "red": "#9A6B6B",
    "green": "#90976B",
    "yellow": "#A09360",
    "blue": "#8A8493",
    "magenta": "#876f7f",
    "cyan": "#7C9173",
    "brightRed": "#B08585",
    "brightGreen": "#959878",
    "brightYellow": "#BCAE76",
    "brightBlue": "#A39DAC",
    "brightMagenta": "#947e8d",
    "brightCyan": "#94A58A",
    "customBg": "#222121",
    "successBg": "#24271E",
    "errorBg": "#282220",
    "warningBg": "#202119"
  },
  "colors": {
    "accent": "brightGreen",
    "border": "border",
    "borderAccent": "brightGreen",
    "borderMuted": "border",
    "success": "green",
    "error": "red",
    "warning": "brightYellow",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",

    "selectedBg": "highlight",
    "userMessageBg": "surface",
    "userMessageText": "text",
    "customMessageBg": "customBg",
    "customMessageText": "text",
    "customMessageLabel": "brightMagenta",
    "toolPendingBg": "overlay",
    "toolSuccessBg": "successBg",
    "toolErrorBg": "errorBg",
    "toolTitle": "brightText",
    "toolOutput": "muted",

    "mdHeading": "brightYellow",
    "mdLink": "brightCyan",
    "mdLinkUrl": "dim",
    "mdCode": "brightGreen",
    "mdCodeBlock": "text",
    "mdCodeBlockBorder": "border",
    "mdQuote": "muted",
    "mdQuoteBorder": "border",
    "mdHr": "border",
    "mdListBullet": "green",

    "toolDiffAdded": "brightGreen",
    "toolDiffRemoved": "brightRed",
    "toolDiffContext": "muted",

    "syntaxComment": "dim",
    "syntaxKeyword": "magenta",
    "syntaxFunction": "green",
    "syntaxVariable": "text",
    "syntaxString": "yellow",
    "syntaxNumber": "brightCyan",
    "syntaxType": "blue",
    "syntaxOperator": "cyan",
    "syntaxPunctuation": "muted",

    "thinkingOff": "border",
    "thinkingMinimal": "dim",
    "thinkingLow": "green",
    "thinkingMedium": "cyan",
    "thinkingHigh": "magenta",
    "thinkingXhigh": "brightRed",

    "bashMode": "brightYellow"
  },
  "export": {
    "pageBg": "black",
    "cardBg": "surface",
    "infoBg": "warningBg"
  }
}
