{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "preapexis-neon",
  "vars": {
    "background": "#090b14",
    "surface": "#141827",
    "surfaceSuccess": "#10251f",
    "surfaceError": "#2a151d",
    "cyan": "#56d6e7",
    "blue": "#7aa2f7",
    "green": "#9ece6a",
    "yellow": "#e0af68",
    "red": "#f7768e",
    "purple": "#bb9af7",
    "text": "#c8d3f5",
    "muted": "#8992b8",
    "dim": "#555d7d"
  },
  "colors": {
    "accent": "cyan",
    "border": "blue",
    "borderAccent": "cyan",
    "borderMuted": "dim",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",
    "selectedBg": "surface",
    "userMessageBg": "surface",
    "userMessageText": "text",
    "customMessageBg": "#1d1730",
    "customMessageText": "text",
    "customMessageLabel": "purple",
    "toolPendingBg": "surface",
    "toolSuccessBg": "surfaceSuccess",
    "toolErrorBg": "surfaceError",
    "toolTitle": "cyan",
    "toolOutput": "muted",
    "mdHeading": "purple",
    "mdLink": "blue",
    "mdLinkUrl": "dim",
    "mdCode": "cyan",
    "mdCodeBlock": "text",
    "mdCodeBlockBorder": "blue",
    "mdQuote": "muted",
    "mdQuoteBorder": "purple",
    "mdHr": "dim",
    "mdListBullet": "cyan",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "dim",
    "syntaxKeyword": "purple",
    "syntaxFunction": "blue",
    "syntaxVariable": "cyan",
    "syntaxString": "green",
    "syntaxNumber": "yellow",
    "syntaxType": "blue",
    "syntaxOperator": "purple",
    "syntaxPunctuation": "muted",
    "thinkingOff": "dim",
    "thinkingMinimal": "muted",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "thinkingMax": "#ff9eae",
    "bashMode": "yellow"
  },
  "export": {
    "pageBg": "background",
    "cardBg": "surface",
    "infoBg": "#1d1730"
  }
}
