{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "harpy-noct",
  "vars": {
    "background": "#121212",
    "surface": "#171B22",
    "surfaceAlt": "#1F2430",
    "surfaceSuccess": "#18211B",
    "surfaceError": "#21181D",
    "selection": "#2D3748",
    "foreground": "#F8F8F2",
    "foregroundSoft": "#B8BCC6",
    "comment": "#7F869E",
    "dimText": "#5C6378",
    "harpyPink": "#F04282",
    "harpyBlue": "#5FA0DE",
    "harpyTeal": "#4ED4E8",
    "green": "#A6E22E",
    "orange": "#FD971F",
    "amber": "#D19A66",
    "harpyViolet": "#9B8BF4",
    "red": "#E06C75",
    "alarm": "#FF0055",
    "criticalRed": "#FF0040"
  },
  "colors": {
    "accent": "harpyViolet",
    "border": "comment",
    "borderAccent": "harpyTeal",
    "borderMuted": "surfaceAlt",
    "success": "green",
    "error": "red",
    "warning": "orange",
    "muted": "comment",
    "dim": "dimText",
    "text": "#F8F8F2",
    "thinkingText": "comment",
    "selectedBg": "selection",
    "userMessageBg": "surfaceAlt",
    "userMessageText": "foreground",
    "customMessageBg": "surface",
    "customMessageText": "foreground",
    "customMessageLabel": "harpyPink",
    "toolPendingBg": "surface",
    "toolSuccessBg": "surfaceSuccess",
    "toolErrorBg": "surfaceError",
    "toolTitle": "harpyTeal",
    "toolOutput": "foregroundSoft",
    "mdHeading": "harpyViolet",
    "mdLink": "harpyBlue",
    "mdLinkUrl": "comment",
    "mdCode": "amber",
    "mdCodeBlock": "foregroundSoft",
    "mdCodeBlockBorder": "comment",
    "mdQuote": "foregroundSoft",
    "mdQuoteBorder": "comment",
    "mdHr": "dimText",
    "mdListBullet": "harpyTeal",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "comment",
    "syntaxComment": "comment",
    "syntaxKeyword": "harpyPink",
    "syntaxFunction": "#5C9CE6",
    "syntaxVariable": "amber",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "harpyTeal",
    "syntaxOperator": "harpyPink",
    "syntaxPunctuation": "foregroundSoft",
    "thinkingOff": "surface",
    "thinkingMinimal": "comment",
    "thinkingLow": "amber",
    "thinkingMedium": "orange",
    "thinkingHigh": "alarm",
    "thinkingXhigh": "criticalRed",
    "bashMode": "orange"
  },
  "export": {
    "pageBg": "#121212",
    "cardBg": "#171B22",
    "infoBg": "#4B3F63"
  }
}
